]> src.twobees.de Git - dotfiles.git/blob - stow/alacritty/.config/alacritty/themes/themes/dark_pastels.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / dark_pastels.yaml
1
2 # Colors (Konsole's Dark Pastels)
3 colors:
4   # Default colors
5   primary:
6     background: '0x2C2C2C'
7     foreground: '0xDCDCCC'
8
9   # Normal colors
10   normal:
11     black:   '0x3F3F3F'
12     red:     '0x705050'
13     green:   '0x60B48A'
14     yellow:  '0xDFAF8F'
15     blue:    '0x9AB8D7'
16     magenta: '0xDC8CC3'
17     cyan:    '0x8CD0D3'
18     white:   '0xDCDCCC'
19
20   # Bright colors
21   bright:
22     black:   '0x709080'
23     red:     '0xDCA3A3'
24     green:   '0x72D5A3'
25     yellow:  '0xF0DFAF'
26     blue:    '0x94BFF3'
27     magenta: '0xEC93D3'
28     cyan:    '0x93E0E3'
29     white:   '0xFFFFFF'