]> src.twobees.de Git - dotfiles.git/blob - stow/alacritty/.config/alacritty/themes/themes/tender.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / tender.yaml
1 colors:
2   # Default colors
3   primary:
4     background: '0x282828'
5     foreground: '0xeeeeee'
6
7   # Normal colors
8   normal:
9     black:   '0x282828'
10     red:     '0xf43753'
11     green:   '0xc9d05c'
12     yellow:  '0xffc24b'
13     blue:    '0xb3deef'
14     magenta: '0xd3b987'
15     cyan:    '0x73cef4'
16     white:   '0xeeeeee'
17
18   # Bright colors
19   bright:
20     black:   '0x4c4c4c'
21     red:     '0xf43753'
22     green:   '0xc9d05c'
23     yellow:  '0xffc24b'
24     blue:    '0xb3deef'
25     magenta: '0xd3b987'
26     cyan:    '0x73cef4'
27     white:   '0xfeffff'