]> src.twobees.de Git - dotfiles.git/blob - stow/alacritty/.config/alacritty/themes/themes/github_dark.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / github_dark.yaml
1 # github Alacritty Colors
2 colors:
3   # Default colors
4   primary:
5     background: '0x24292e'
6     foreground: '0xd1d5da'
7
8   # Normal colors
9   normal:
10     black:   '0x586069'
11     red:     '0xea4a5a'
12     green:   '0x34d058'
13     yellow:  '0xffea7f'
14     blue:    '0x2188ff'
15     magenta: '0xb392f0'
16     cyan:    '0x39c5cf'
17     white:   '0xd1d5da'
18
19   # Bright colors
20   bright:
21     black:   '0x959da5'
22     red:     '0xf97583'
23     green:   '0x85e89d'
24     yellow:  '0xffea7f'
25     blue:    '0x79b8ff'
26     magenta: '0xb392f0'
27     cyan:    '0x56d4dd'
28     white:   '0xfafbfc'
29
30   indexed_colors:
31     - { index: 16, color: '0xd18616' }
32     - { index: 17, color: '0xf97583' }