]> src.twobees.de Git - dotfiles.git/blob - stow/alacritty/.config/alacritty/themes/themes/nord.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / nord.yaml
1 # Colors (Nord)
2 colors:
3   # Default colors
4   primary:
5     background: '0x2E3440'
6     foreground: '0xD8DEE9'
7
8   # Normal colors
9   normal:
10     black:   '0x3B4252'
11     red:     '0xBF616A'
12     green:   '0xA3BE8C'
13     yellow:  '0xEBCB8B'
14     blue:    '0x81A1C1'
15     magenta: '0xB48EAD'
16     cyan:    '0x88C0D0'
17     white:   '0xE5E9F0'
18
19   # Bright colors
20   bright:
21     black:   '0x4C566A'
22     red:     '0xBF616A'
23     green:   '0xA3BE8C'
24     yellow:  '0xEBCB8B'
25     blue:    '0x81A1C1'
26     magenta: '0xB48EAD'
27     cyan:    '0x8FBCBB'
28     white:   '0xECEFF4'