]> src.twobees.de Git - dotfiles.git/blob - stow/alacritty/.config/alacritty/themes/themes/ayu_light.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / ayu_light.yaml
1 # Colors (Ayu Light)
2 colors:
3   # Default colors - taken from ayu-colors
4   primary:
5     background: '0xFCFCFC'
6     foreground: '0x5C6166'
7
8   # Normal colors - taken from ayu-iTerm
9   normal:
10     black:   '0x010101'
11     red:     '0xe7666a'
12     green:   '0x80ab24'
13     yellow:  '0xeba54d'
14     blue:    '0x4196df'
15     magenta: '0x9870c3'
16     cyan:    '0x51b891'
17     white:   '0xc1c1c1'
18
19   # Bright colors - pastel lighten 0.1 <normal> except black lighten with 0.2
20   bright:
21     black:   '0x343434'
22     red:     '0xee9295'
23     green:   '0x9fd32f'
24     yellow:  '0xf0bc7b'
25     blue:    '0x6daee6'
26     magenta: '0xb294d2'
27     cyan:    '0x75c7a8'
28     white:   '0xdbdbdb'