]> src.twobees.de Git - dotfiles.git/blob - stow/alacritty/.config/alacritty/themes/themes/nightfox.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / nightfox.yaml
1 # Colors (NightFox)
2 colors:
3   # Default colors
4   primary:
5     background: '0x192330'
6     foreground: '0xcdcecf'
7   # Normal colors
8   normal:
9     black:   '0x393b44'
10     red:     '0xc94f6d'
11     green:   '0x81b29a'
12     yellow:  '0xdbc074'
13     blue:    '0x719cd6'
14     magenta: '0x9d79d6'
15     cyan:    '0x63cdcf'
16     white:   '0xdfdfe0'
17   # Bright colors
18   bright:
19     black:   '0x575860'
20     red:     '0xd16983'
21     green:   '0x8ebaa4'
22     yellow:  '0xe0c989'
23     blue:    '0x86abdc'
24     magenta: '0xbaa1e2'
25     cyan:    '0x7ad5d6'
26     white:   '0xe4e4e5'