]> src.twobees.de Git - dotfiles.git/blob - stow/alacritty/.config/alacritty/themes/themes/blood_moon.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / blood_moon.yaml
1 # Colors (Blood Moon)
2 colors:
3   # Default colors
4   primary:
5     background: '0x10100E'
6     foreground: '0xC6C6C4'
7
8   # Normal colors
9   normal:
10     black:   '0x10100E'
11     red:     '0xC40233'
12     green:   '0x009F6B'
13     yellow:  '0xFFD700'
14     blue:    '0x0087BD'
15     magenta: '0x9A4EAE'
16     cyan:    '0x20B2AA'
17     white:   '0xC6C6C4'
18
19   # Bright colors
20   bright:
21     black:   '0x696969'
22     red:     '0xFF2400'
23     green:   '0x03C03C'
24     yellow:  '0xFDFF00'
25     blue:    '0x007FFF'
26     magenta: '0xFF1493'
27     cyan:    '0x00CCCC'
28     white:   '0xFFFAFA'