]> src.twobees.de Git - dotfiles.git/blob - stow/alacritty/.config/alacritty/themes/themes/thelovelace.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / thelovelace.yaml
1 colors:
2   # Default colors
3   primary:
4     background: '0x1D1F28'
5     foreground: '0xFDFDFD'
6
7   # Normal colors
8   normal:
9   # Bright colors
10     black:   '0x282A36'
11     red:     '0xF37F97'
12     green:   '0x5ADECD'
13     yellow:  '0xF2A272'
14     blue:    '0x8897F4'
15     magenta: '0xC574DD'
16     cyan:    '0x79E6F3'
17     white:   '0xFDFDFD'
18   bright:
19     black:   '0x414458'
20     red:     '0xFF4971'
21     green:   '0x18E3C8'
22     yellow:  '0xEBCB8B'
23     blue:    '0xFF8037'
24     magenta: '0x556FFF'
25     cyan:    '0x3FDCEE'
26     white:   '0xBEBEC1'
27   indexed_colors: []