]> src.twobees.de Git - dotfiles.git/blob - stow/alacritty/.config/alacritty/themes/themes/papercolor_light.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / papercolor_light.yaml
1 # Colors (PaperColor - Light)
2 colors:
3   # Default colors
4   primary:
5     background: '0xeeeeee'
6     foreground: '0x444444'
7
8   cursor:
9     text: '0xeeeeee'
10     cursor: '0x444444'
11
12   # Normal colors
13   normal:
14     black:   '0xeeeeee'
15     red:     '0xaf0000'
16     green:   '0x008700'
17     yellow:  '0x5f8700'
18     blue:    '0x0087af'
19     magenta: '0x878787'
20     cyan:    '0x005f87'
21     white:   '0x444444'
22
23   # Bright colors
24   bright:
25     black:   '0xbcbcbc'
26     red:     '0xd70000'
27     green:   '0xd70087'
28     yellow:  '0x8700af'
29     blue:    '0xd75f00'
30     magenta: '0xd75f00'
31     cyan:    '0x005faf'
32     white:   '0x005f87'