]> src.twobees.de Git - dotfiles.git/blob - stow/alacritty/.config/alacritty/themes/themes/challenger_deep.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / challenger_deep.yaml
1 # Colors (Challenger Deep)
2 colors:
3   # Default colors
4   primary:
5     background: '0x1e1c31'
6     foreground: '0xcbe1e7'
7   # Colors the cursor will use if `custom_cursor_colors` is true
8   cursor:
9     text: '0xff271d'
10     cursor: '0xfbfcfc'
11   # Normal colors
12   normal:
13     black:   '0x141228'
14     red:     '0xff5458'
15     green:   '0x62d196'
16     yellow:  '0xffb378'
17     blue:    '0x65b2ff'
18     magenta: '0x906cff'
19     cyan:    '0x63f2f1'
20     white:   '0xa6b3cc'
21   # Bright colors
22   bright:
23     black:   '0x565575'
24     red:     '0xff8080'
25     green:   '0x95ffa4'
26     yellow:  '0xffe9aa'
27     blue:    '0x91ddff'
28     magenta: '0xc991e1'
29     cyan:    '0xaaffe4'
30     white:   '0xcbe3e7'
31