]> src.twobees.de Git - dotfiles.git/blob - stow/alacritty/.config/alacritty/themes/themes/bluish.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / bluish.yaml
1 colors:
2   # Default colors
3   primary:
4     background: '0x2c3640'
5     foreground: '0x297dd3'
6
7   # Normal colors
8   normal:
9     black:   '0x0b0b0c'
10     red:     '0x377fc4'
11     green:   '0x2691e7'
12     yellow:  '0x2090c1'
13     blue:    '0x2c5e87'
14     magenta: '0x436280'
15     cyan:    '0x547aa2'
16     white:   '0x536679'
17
18   # Bright colors
19   bright:
20     black:   '0x23272c'
21     red:     '0x66a5cc'
22     green:   '0x59b0f2'
23     yellow:  '0x4bb0d3'
24     blue:    '0x487092'
25     magenta: '0x50829e'
26     cyan:    '0x658795'
27     white:   '0x4d676b'