]> src.twobees.de Git - dotfiles.git/blob - stow/alacritty/.config/alacritty/themes/themes/solarized_light.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / solarized_light.yaml
1 # Colors (Solarized Light)
2 colors:
3   # Default colors
4   primary:
5     background: '0xfdf6e3'
6     foreground: '0x586e75'
7
8   # Normal colors
9   normal:
10     black:   '0x073642'
11     red:     '0xdc322f'
12     green:   '0x859900'
13     yellow:  '0xb58900'
14     blue:    '0x268bd2'
15     magenta: '0xd33682'
16     cyan:    '0x2aa198'
17     white:   '0xeee8d5'
18
19   # Bright colors
20   bright:
21     black:   '0x002b36'
22     red:     '0xcb4b16'
23     green:   '0x586e75'
24     yellow:  '0x657b83'
25     blue:    '0x839496'
26     magenta: '0x6c71c4'
27     cyan:    '0x93a1a1'
28     white:   '0xfdf6e3'