]> src.twobees.de Git - dotfiles.git/blob - stow/alacritty/.config/alacritty/themes/themes/hardhacker.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / hardhacker.yaml
1 # hardhacker colorscheme for alacritty
2 # by xin wu, https://github.com/hardhackerlabs/theme-alacritty
3 colors:
4   # Default colors
5   primary:
6     background: '0x282433'
7     foreground: '0xeee9fc'
8
9   # Colors the cursor will use if `custom_cursor_colors` is true
10   cursor:
11     text: '0xeee9fc'
12     cursor: '0xeee9fc'
13
14   # Normal colors
15   normal:
16     black:   '0x282433'
17     red:     '0xe965a5'
18     green:   '0xb1f2a7'
19     yellow:  '0xebde76'
20     blue:    '0xb1baf4'
21     magenta: '0xe192ef'
22     cyan:    '0xb3f4f3'
23     white:   '0xeee9fc'
24
25   # Bright colors
26   bright:
27     black:   '0x3f3951'
28     red:     '0xe965a5'
29     green:   '0xb1f2a7'
30     yellow:  '0xebde76'
31     blue:    '0xb1baf4'
32     magenta: '0xe192ef'
33     cyan:    '0xb3f4f3'
34     white:   '0xeee9fc'