]> src.twobees.de Git - dotfiles.git/blob - stow/alacritty/.config/alacritty/themes/themes/argonaut.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / argonaut.yaml
1 colors:
2   # Default colors
3   primary:
4     background: '0x292C3E'
5     foreground: '0xEBEBEB'
6
7   # Cursor colors
8   cursor:
9     text: '0xEBEBEB'
10     cursor: '0xFF261E'
11
12   # Normal colors
13   normal:
14     black:   '0x0d0d0d'
15     red:     '0xFF301B'
16     green:   '0xA0E521'
17     yellow:  '0xFFC620'
18     blue:    '0x1BA6FA'
19     magenta: '0x8763B8'
20     cyan:    '0x21DEEF'
21     white:   '0xEBEBEB'
22
23   # Bright colors
24   bright:
25     black:   '0x6D7070'
26     red:     '0xFF4352'
27     green:   '0xB8E466'
28     yellow:  '0xFFD750'
29     blue:    '0x1BA6FA'
30     magenta: '0xA578EA'
31     cyan:    '0x73FBF1'
32     white:   '0xFEFEF8'