]> src.twobees.de Git - dotfiles.git/blob - stow/alacritty/.config/alacritty/themes/themes/gruvbox_light.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / gruvbox_light.yaml
1 # Colors (Gruvbox light)
2 colors:
3   # Default colors
4   primary:
5     # hard contrast: background = '0xf9f5d7'
6     background: '0xfbf1c7'
7     # soft contrast: background = '0xf2e5bc'
8     foreground: '0x3c3836'
9
10   # Normal colors
11   normal:
12     black:   '0xfbf1c7'
13     red:     '0xcc241d'
14     green:   '0x98971a'
15     yellow:  '0xd79921'
16     blue:    '0x458588'
17     magenta: '0xb16286'
18     cyan:    '0x689d6a'
19     white:   '0x7c6f64'
20
21   # Bright colors
22   bright:
23     black:   '0x928374'
24     red:     '0x9d0006'
25     green:   '0x79740e'
26     yellow:  '0xb57614'
27     blue:    '0x076678'
28     magenta: '0x8f3f71'
29     cyan:    '0x427b58'
30     white:   '0x3c3836'