]> src.twobees.de Git - dotfiles.git/blob - stow/alacritty/.config/alacritty/themes/themes/campbell.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / campbell.yaml
1 # Campbell (Windows 10 default)
2 colors:
3   # Default colors
4   primary:
5     background: '0x0c0c0c'
6     foreground: '0xcccccc'
7
8   # Normal colors
9   normal:
10     black:      '0x0c0c0c'
11     red:        '0xc50f1f'
12     green:      '0x13a10e'
13     yellow:     '0xc19c00'
14     blue:       '0x0037da'
15     magenta:    '0x881798'
16     cyan:       '0x3a96dd'
17     white:      '0xcccccc'
18
19   # Bright colors
20   bright:
21     black:      '0x767676'
22     red:        '0xe74856'
23     green:      '0x16c60c'
24     yellow:     '0xf9f1a5'
25     blue:       '0x3b78ff'
26     magenta:    '0xb4009e'
27     cyan:       '0x61d6d6'
28     white:      '0xf2f2f2'