]> src.twobees.de Git - dotfiles.git/blob - stow/alacritty/.config/alacritty/themes/themes/github_light_colorblind.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / github_light_colorblind.yaml
1 # github Alacritty Colors
2 colors:
3   # Default colors
4   primary:
5     background: '0xffffff'
6     foreground: '0x0E1116'
7
8   # Normal colors
9   normal:
10     black:   '0x24292f'
11     red:     '0xcf222e'
12     green:   '0x116329'
13     yellow:  '0x4d2d00'
14     blue:    '0x0969da'
15     magenta: '0x8250df'
16     cyan:    '0x1b7c83'
17     white:   '0x6e7781'
18
19   # Bright colors
20   bright:
21     black:   '0x57606a'
22     red:     '0xa40e26'
23     green:   '0x1a7f37'
24     yellow:  '0x633c01'
25     blue:    '0x218bff'
26     magenta: '0xa475f9'
27     cyan:    '0x3192aa'
28     white:   '0x8c959f'
29
30   indexed_colors:
31     - { index: 16, color: '0xd18616' }
32     - { index: 17, color: '0xa40e26' }