]> src.twobees.de Git - dotfiles.git/blob - stow/alacritty/.config/alacritty/themes/themes/ayu_dark.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / ayu_dark.yaml
1 # Colors (Ayu Dark)
2 colors:
3   # Default colors
4   primary:
5     background: '0x0A0E14'
6     foreground: '0xB3B1AD'
7
8   # Normal colors
9   normal:
10     black:   '0x01060E'
11     red:     '0xEA6C73'
12     green:   '0x91B362'
13     yellow:  '0xF9AF4F'
14     blue:    '0x53BDFA'
15     magenta: '0xFAE994'
16     cyan:    '0x90E1C6'
17     white:   '0xC7C7C7'
18
19   # Bright colors
20   bright:
21     black:   '0x686868'
22     red:     '0xF07178'
23     green:   '0xC2D94C'
24     yellow:  '0xFFB454'
25     blue:    '0x59C2FF'
26     magenta: '0xFFEE99'
27     cyan:    '0x95E6CB'
28     white:   '0xFFFFFF'