]> src.twobees.de Git - dotfiles.git/blob - stow/alacritty/.config/alacritty/themes/themes/low_contrast.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / low_contrast.yaml
1 # Colors (Dim)
2 colors:
3   # Default colors
4   primary:
5     background: '0x333333'
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:     '0xbb0000'
17     green:   '0x00bb00'
18     yellow:  '0xbbbb00'
19     blue:    '0x0000bb'
20     magenta: '0xbb00bb'
21     cyan:    '0x00bbbb'
22     white:   '0xbbbbbb'
23
24   # Bright colors
25   bright:
26     black:   '0x000000'
27     red:     '0xbb0000'
28     green:   '0x00bb00'
29     yellow:  '0xbbbb00'
30     blue:    '0x0000bb'
31     magenta: '0xbb00bb'
32     cyan:    '0x00bbbb'
33     white:   '0xbbbbbb'