]> src.twobees.de Git - dotfiles.git/blob - stow/alacritty/.config/alacritty/themes/themes/wombat.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / wombat.yaml
1 # Colors (Wombat)
2 colors:
3   # Default colors
4   primary:
5     background: '0x1f1f1f'
6     foreground: '0xe5e1d8'
7
8   # Normal colors
9   normal:
10     black:   '0x000000'
11     red:     '0xf7786d'
12     green:   '0xbde97c'
13     yellow:  '0xefdfac'
14     blue:    '0x6ebaf8'
15     magenta: '0xef88ff'
16     cyan:    '0x90fdf8'
17     white:   '0xe5e1d8'
18
19   # Bright colors
20   bright:
21     black:   '0xb4b4b4'
22     red:     '0xf99f92'
23     green:   '0xe3f7a1'
24     yellow:  '0xf2e9bf'
25     blue:    '0xb3d2ff'
26     magenta: '0xe5bdff'
27     cyan:    '0xc2fefa'
28     white:   '0xffffff'