]> src.twobees.de Git - dotfiles.git/blob - stow/alacritty/.config/alacritty/themes/themes/falcon.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / falcon.yaml
1 # falcon colorscheme for alacritty
2 # by fenetikm, https://github.com/fenetikm/falcon
3 colors:
4   # Default colors
5   primary:
6     background: '0x020221'
7     foreground: '0xb4b4b9'
8
9   # Colors the cursor will use if `custom_cursor_colors` is true
10   cursor:
11     text: '0x020221'
12     cursor: '0xffe8c0'
13
14   # Normal colors
15   normal:
16     black:   '0x000004'
17     red:     '0xff3600'
18     green:   '0x718e3f'
19     yellow:  '0xffc552'
20     blue:    '0x635196'
21     magenta: '0xff761a'
22     cyan:    '0x34bfa4'
23     white:   '0xb4b4b9'
24
25   # Bright colors
26   bright:
27     black:   '0x020221'
28     red:     '0xff8e78'
29     green:   '0xb1bf75'
30     yellow:  '0xffd392'
31     blue:    '0x99a4bc'
32     magenta: '0xffb07b'
33     cyan:    '0x8bccbf'
34     white:   '0xf8f8ff'