diff options
Diffstat (limited to 'files/.config/alacritty/alacritty.yaml')
-rw-r--r-- | files/.config/alacritty/alacritty.yaml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/files/.config/alacritty/alacritty.yaml b/files/.config/alacritty/alacritty.yaml new file mode 100644 index 0000000..a4f2823 --- /dev/null +++ b/files/.config/alacritty/alacritty.yaml | |||
@@ -0,0 +1,27 @@ | |||
1 | colors: | ||
2 | # Default colors | ||
3 | primary: | ||
4 | background: '0x002b36' | ||
5 | foreground: '0x839496' | ||
6 | |||
7 | # Normal colors | ||
8 | normal: | ||
9 | black: '0x073642' | ||
10 | red: '0xdc322f' | ||
11 | green: '0x859900' | ||
12 | yellow: '0xb58900' | ||
13 | blue: '0x268bd2' | ||
14 | magenta: '0xd33682' | ||
15 | cyan: '0x2aa198' | ||
16 | white: '0xeee8d5' | ||
17 | |||
18 | # Bright colors | ||
19 | bright: | ||
20 | black: '0x002b36' | ||
21 | red: '0xcb4b16' | ||
22 | green: '0x586e75' | ||
23 | yellow: '0x657b83' | ||
24 | blue: '0x839496' | ||
25 | magenta: '0x6c71c4' | ||
26 | cyan: '0x93a1a1' | ||
27 | white: '0xfdf6e3' | ||