]> src.twobees.de Git - dotfiles.git/blob - stow/alacritty/.config/alacritty/themes/themes/pencil_dark.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / pencil_dark.yaml
1 # Colors (Pencil Dark)
2 colors:
3   # Default Colors
4   primary:
5     background: '0x212121'
6     foreground: '0xf1f1f1'
7   # Normal colors
8   normal:
9     black:   '0x212121'
10     red:     '0xc30771'
11     green:   '0x10a778'
12     yellow:  '0xa89c14'
13     blue:    '0x008ec4'
14     magenta: '0x523c79'
15     cyan:    '0x20a5ba'
16     white:   '0xe0e0e0'
17   # Bright colors
18   bright:
19     black:   '0x818181'
20     red:     '0xfb007a'
21     green:   '0x5fd7af'
22     yellow:  '0xf3e430'
23     blue:    '0x20bbfc'
24     magenta: '0x6855de'
25     cyan:    '0x4fb8cc'
26     white:   '0xf1f1f1'