]> src.twobees.de Git - dotfiles.git/blob - stow/alacritty/.config/alacritty/themes/themes/everforest_dark.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / everforest_dark.yaml
1 # Colors (Everforest Dark)
2 colors:
3   # Default colors
4   primary:
5     background: '0x2d353b'
6     foreground: '0xd3c6aa'
7
8   # Normal colors
9   normal:
10     black:   '0x475258'
11     red:     '0xe67e80'
12     green:   '0xa7c080'
13     yellow:  '0xdbbc7f'
14     blue:    '0x7fbbb3'
15     magenta: '0xd699b6'
16     cyan:    '0x83c092'
17     white:   '0xd3c6aa'
18
19   # Bright colors
20   bright:
21     black:   '0x475258'
22     red:     '0xe67e80'
23     green:   '0xa7c080'
24     yellow:  '0xdbbc7f'
25     blue:    '0x7fbbb3'
26     magenta: '0xd699b6'
27     cyan:    '0x83c092'
28     white:   '0xd3c6aa'