]> src.twobees.de Git - dotfiles.git/blob - stow/alacritty/.config/alacritty/themes/themes/citylights.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / citylights.yaml
1 colors:
2   # Default colors
3   primary:
4     background: '0x171d23'
5     foreground: '0xffffff'
6
7   # Cursor colors
8   cursor:
9     text:   '0xfafafa'
10     cursor: '0x008b94'
11
12   # Normal colors
13   normal:
14     black:   '0x333f4a'
15     red:     '0xd95468'
16     green:   '0x8bd49c'
17     blue:    '0x539afc'
18     magenta: '0xb62d65'
19     cyan:    '0x70e1e8'
20     white:   '0xb7c5d3'
21
22   # Bright colors
23   bright:
24     black:   '0x41505e'
25     red:     '0xd95468'
26     green:   '0x8bd49c'
27     yellow:  '0xebbf83'
28     blue:    '0x5ec4ff'
29     magenta: '0xe27e8d'
30     cyan:    '0x70e1e8'
31     white:   '0xffffff'