]> src.twobees.de Git - dotfiles.git/blob - stow/alacritty/.config/alacritty/themes/themes/hyper.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / hyper.yaml
1 # Colors (Hyper)
2 colors:
3   # Default colors
4   primary:
5     background: '0x000000'
6     foreground: '0xffffff'
7   cursor:
8     text: '0xF81CE5'
9     cursor: '0xffffff'
10
11   # Normal colors
12   normal:
13     black:   '0x000000'
14     red:     '0xfe0100'
15     green:   '0x33ff00'
16     yellow:  '0xfeff00'
17     blue:    '0x0066ff'
18     magenta: '0xcc00ff'
19     cyan:    '0x00ffff'
20     white:   '0xd0d0d0'
21
22   # Bright colors
23   bright:
24     black:   '0x808080'
25     red:     '0xfe0100'
26     green:   '0x33ff00'
27     yellow:  '0xfeff00'
28     blue:    '0x0066ff'
29     magenta: '0xcc00ff'
30     cyan:    '0x00ffff'
31     white:   '0xFFFFFF'