]> src.twobees.de Git - dotfiles.git/blob - stow/alacritty/.config/alacritty/themes/themes/snazzy.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / snazzy.yaml
1 # Colors (Snazzy)
2 colors:
3   # Default colors
4   primary:
5     background: '0x282a36'
6     foreground: '0xeff0eb'
7
8   # Normal colors
9   normal:
10     black:   '0x282a36'
11     red:     '0xff5c57'
12     green:   '0x5af78e'
13     yellow:  '0xf3f99d'
14     blue:    '0x57c7ff'
15     magenta: '0xff6ac1'
16     cyan:    '0x9aedfe'
17     white:   '0xf1f1f0'
18
19   # Bright colors
20   bright:
21     black:   '0x686868'
22     red:     '0xff5c57'
23     green:   '0x5af78e'
24     yellow:  '0xf3f99d'
25     blue:    '0x57c7ff'
26     magenta: '0xff6ac1'
27     cyan:    '0x9aedfe'
28     white:   '0xf1f1f0'