]> src.twobees.de Git - dotfiles.git/blob - stow/alacritty/.config/alacritty/themes/themes/high_contrast.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / high_contrast.yaml
1 # Colors (High Contrast)
2 colors:
3   # Default colors
4   primary:
5     background: '0x444444'
6     foreground: '0xdddddd'
7
8   # Colors the cursor will use if `custom_cursor_colors` is true
9   cursor:
10     text: '0xaaaaaa'
11     cursor: '0xffffff'
12
13   # Normal colors
14   normal:
15     black:   '0x000000'
16     red:     '0xff0000'
17     green:   '0x00ff00'
18     yellow:  '0xffff00'
19     blue:    '0x0000ff'
20     magenta: '0xff00ff'
21     cyan:    '0x00ffff'
22     white:   '0xffffff'
23
24   # Bright colors
25   bright:
26     black:   '0x000000'
27     red:     '0xff0000'
28     green:   '0x00ff00'
29     yellow:  '0xffff00'
30     blue:    '0x0000ff'
31     magenta: '0xff00ff'
32     cyan:    '0x00ffff'
33     white:   '0xffffff'