]> src.twobees.de Git - dotfiles.git/blob - stow/alacritty/.config/alacritty/themes/themes/base16_default_dark.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / base16_default_dark.yaml
1 # Colors (Base16 Default Dark)
2 colors:
3   # Default colors
4   primary:
5     background: '0x181818'
6     foreground: '0xd8d8d8'
7
8   # Colors the cursor will use if `custom_cursor_colors` is true
9   cursor:
10     text: '0x181818'
11     cursor: '0xd8d8d8'
12
13   # Normal colors
14   normal:
15     black:   '0x181818'
16     red:     '0xab4642'
17     green:   '0xa1b56c'
18     yellow:  '0xf7ca88'
19     blue:    '0x7cafc2'
20     magenta: '0xba8baf'
21     cyan:    '0x86c1b9'
22     white:   '0xd8d8d8'
23
24   # Bright colors
25   bright:
26     black:   '0x585858'
27     red:     '0xab4642'
28     green:   '0xa1b56c'
29     yellow:  '0xf7ca88'
30     blue:    '0x7cafc2'
31     magenta: '0xba8baf'
32     cyan:    '0x86c1b9'
33     white:   '0xf8f8f8'