this repo has no description

update alacritty config

+31 -32
+31 -32
misc/alacritty.yml
··· 1 1 window: 2 - decorations: none 3 - padding: 4 - x: 2 5 - y: 2 2 + decorations: none 3 + padding: 4 + x: 2 5 + y: 2 6 6 7 7 font: 8 - size: 15 9 - normal: 10 - family: "Iosevka Nerd Font" 11 - use_thin_strokes: true 8 + size: 15 9 + normal: 10 + family: "Iosevka Nerd Font" 12 11 13 12 draw_bold_text_with_bright_colors: true 14 13 15 14 # Colors (Solarized Light) 16 15 colors: 17 - # Default colors 18 - primary: 19 - background: '0xfdf6e3' 20 - foreground: '0x657b83' 16 + # Default colors 17 + primary: 18 + background: "0xfdf6e3" 19 + foreground: "0x657b83" 21 20 22 - # Normal colors 23 - normal: 24 - black: '0x073642' 25 - red: '0xdc322f' 26 - green: '0x859900' 27 - yellow: '0xb58900' 28 - blue: '0x268bd2' 29 - magenta: '0xd33682' 30 - cyan: '0x2aa198' 31 - white: '0xeee8d5' 21 + # Normal colors 22 + normal: 23 + black: "0x073642" 24 + red: "0xdc322f" 25 + green: "0x859900" 26 + yellow: "0xb58900" 27 + blue: "0x268bd2" 28 + magenta: "0xd33682" 29 + cyan: "0x2aa198" 30 + white: "0xeee8d5" 32 31 33 - # Bright colors 34 - bright: 35 - black: '0x002b36' 36 - red: '0xcb4b16' 37 - green: '0x586e75' 38 - yellow: '0x657b83' 39 - blue: '0x839496' 40 - magenta: '0x6c71c4' 41 - cyan: '0x93a1a1' 42 - white: '0xfdf6e3' 32 + # Bright colors 33 + bright: 34 + black: "0x002b36" 35 + red: "0xcb4b16" 36 + green: "0x586e75" 37 + yellow: "0x657b83" 38 + blue: "0x839496" 39 + magenta: "0x6c71c4" 40 + cyan: "0x93a1a1" 41 + white: "0xfdf6e3"