]> src.twobees.de Git - dotfiles.git/blob - stow/alacritty/.config/alacritty/themes/themes/darcula.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / darcula.yaml
1 # Colors (Darcula)
2 colors:
3   # Default colors
4   primary:
5     background: '0x282a36'
6     foreground: '0xf8f8f2'
7
8   # Normal colors
9   normal:
10     black:   '0x000000'
11     red:     '0xff5555'
12     green:   '0x50fa7b'
13     yellow:  '0xf1fa8c'
14     blue:    '0xcaa9fa'
15     magenta: '0xff79c6'
16     cyan:    '0x8be9fd'
17     white:   '0xbfbfbf'
18
19   # Bright colors
20   bright:
21     black:   '0x282a35'
22     red:     '0xff6e67'
23     green:   '0x5af78e'
24     yellow:  '0xf4f99d'
25     blue:    '0xcaa9fa'
26     magenta: '0xff92d0'
27     cyan:    '0x9aedfe'
28     white:   '0xe6e6e6'