]> src.twobees.de Git - dotfiles.git/blob - stow/alacritty/.config/alacritty/themes/themes/papercolor_dark.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / papercolor_dark.yaml
1 # Colors (PaperColor - Dark)
2 colors:
3   # Default colors
4   primary:
5     background: '0x1c1c1c'
6     foreground: '0x808080'
7
8   cursor:
9     text: '0x1c1c1c'
10     cursor: '0x808080'
11
12   # Normal colors
13   normal:
14     black:   '0x1c1c1c'
15     red:     '0xaf005f'
16     green:   '0x5faf00'
17     yellow:  '0xd7af5f'
18     blue:    '0x5fafd7'
19     magenta: '0x808080'
20     cyan:    '0xd7875f'
21     white:   '0xd0d0d0'
22
23   # Bright colors
24   bright:
25     black:   '0x585858'
26     red:     '0x5faf5f'
27     green:   '0xafd700'
28     yellow:  '0xaf87d7'
29     blue:    '0xffaf00'
30     magenta: '0xffaf00'
31     cyan:    '0x00afaf'
32     white:   '0x5f8787'