]> src.twobees.de Git - dotfiles.git/blob - stow/alacritty/.config/alacritty/themes/themes/palenight.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / palenight.yaml
1 # iTerm2 Material Design - Palenight theme for Alacritty
2 # Source : https://github.com/JonathanSpeek/palenight-iterm2
3
4 colors:
5   # Default colors
6   primary:
7     background: '0x292d3e'
8     foreground: '0xd0d0d0'
9
10   # Normal colors
11   normal:
12     black:   '0x292d3e'
13     red:     '0xf07178'
14     green:   '0xc3e88d'
15     yellow:  '0xffcb6b'
16     blue:    '0x82aaff'
17     magenta: '0xc792ea'
18     cyan:    '0x89ddff'
19     white:   '0xd0d0d0'
20
21   # Bright colors
22   bright:
23     black:   '0x434758'
24     red:     '0xff8b92'
25     green:   '0xddffa7'
26     yellow:  '0xffe585'
27     blue:    '0x9cc4ff'
28     magenta: '0xe1acff'
29     cyan:    '0xa3f7ff'
30     white:   '0xffffff'