]> src.twobees.de Git - dotfiles.git/blob - stow/alacritty/.config/alacritty/themes/themes/midnight-haze.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / midnight-haze.yaml
1 # Midnight Haze theme
2 # Source: https://github.com/hafiz-muhammad/midnight-haze-alacritty-theme/blob/main/midnight-haze.yml
3 colors:
4   # Default colors
5   primary:
6     background: '0x0c0c16'
7     foreground: '0xd8dee9'
8
9   # Normal colors
10   normal:
11     black:   '0x2c2c3d'
12     red:     '0xff6e6e'
13     green:   '0x9ec875'
14     yellow:  '0xffa759'
15     blue:    '0x70a7d4'
16     magenta: '0xd291e0'
17     cyan:    '0x96e0e0'
18     white:   '0xd8dee9'
19
20   # Bright colors
21   bright:
22     black:   '0x414166'
23     red:     '0xff8d8d'
24     green:   '0xb3d987'
25     yellow:  '0xffc57f'
26     blue:    '0x9bb3d3'
27     magenta: '0xffa1ff'
28     cyan:    '0x9cd8d8'
29     white:   '0xffffff'