]> src.twobees.de Git - dotfiles.git/blob - stow/alacritty/.config/alacritty/themes/themes/remedy_dark.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / remedy_dark.yaml
1 colors:
2   # Default colors
3   primary:
4     background: '0x2c2b2a'
5     foreground: '0xf9e7c4'
6
7     dim_foreground:    '0x685E4A'
8     bright_foreground: '0x1C1508'
9     dim_background:    '0x202322'
10     bright_background: '0x353433'
11
12   # Cursor colors
13   cursor:
14     text:   '0xf9e7c4'
15     cursor: '0xf9e7c4'
16
17   # Normal colors
18   normal:
19     black:   '0x282a2e'
20     blue:    '0x5f819d'
21     cyan:    '0x5e8d87'
22     green:   '0x8c9440'
23     magenta: '0x85678f'
24     orange:  '0xcc6953'
25     red:     '0xa54242'
26     white:   '0x707880'
27     yellow:  '0xde935f'
28
29   # Bright colors
30   bright:
31     black:   '0x373b41'
32     blue:    '0x81a2be'
33     cyan:    '0x8abeb7'
34     green:   '0xb5bd68'
35     magenta: '0xb294bb'
36     red:     '0xcc6666'
37     white:   '0xc5c8c6'
38     yellow:  '0xf0c674'