]> src.twobees.de Git - dotfiles.git/blob - stow/alacritty/.config/alacritty/themes/themes/zenburn.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / zenburn.yaml
1
2 # Colors (Zenburn)
3 # Orginally designed by jnurmine for vim.
4 colors:
5   # Default colors
6   primary:
7     background: '0x3A3A3A'
8     foreground: '0xDCDCCC'
9
10   # Normal colors
11   normal:
12     black:   '0x1E2320'
13     red:     '0xD78787'
14     green:   '0x60B48A'
15     yellow:  '0xDFAF8F'
16     blue:    '0x506070'
17     magenta: '0xDC8CC3'
18     cyan:    '0x8CD0D3'
19     white:   '0xDCDCCC'
20
21   # Bright colors
22   bright:
23     black:   '0x709080'
24     red:     '0xDCA3A3'
25     green:   '0xC3BF9F'
26     yellow:  '0xF0DFAF'
27     blue:    '0x94BFF3'
28     magenta: '0xEC93D3'
29     cyan:    '0x93E0E3'
30     white:   '0xFFFFFF'