]> src.twobees.de Git - dotfiles.git/blob - stow/alacritty/.config/alacritty/themes/themes/inferno.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / inferno.yaml
1 # Inferno theme
2 # Source: https://github.com/hafiz-muhammad/inferno-alacritty-theme/blob/main/inferno.yml
3 colors:
4   # Default colors
5   primary:
6     background: '0x270d06'
7     foreground: '0xd9d9d9'
8
9   # Normal colors
10   normal:
11     black:   '0x330000'
12     red:     '0xff3300'
13     green:   '0xff6600'
14     yellow:  '0xff9900'
15     blue:    '0xffcc00'
16     magenta: '0xff6600'
17     cyan:    '0xff9900'
18     white:   '0xd9d9d9'
19
20   # Bright colors
21   bright:
22     black:   '0x663300'
23     red:     '0xff6633'
24     green:   '0xff9966'
25     yellow:  '0xffcc99'
26     blue:    '0xffcc33'
27     magenta: '0xff9966'
28     cyan:    '0xffcc99'
29     white:   '0xd9d9d9'