]> src.twobees.de Git - dotfiles.git/blob - stow/alacritty/.config/alacritty/themes/themes/tokyo-night.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / tokyo-night.yaml
1 # Colors (Tokyo Night)
2 # Source: https://github.com/zatchheems/tokyo-night-alacritty-theme
3 colors:
4   # Default colors
5   primary:
6     background: '0x1a1b26'
7     foreground: '0xa9b1d6'
8
9   # Normal colors
10   normal:
11     black:   '0x32344a'
12     red:     '0xf7768e'
13     green:   '0x9ece6a'
14     yellow:  '0xe0af68'
15     blue:    '0x7aa2f7'
16     magenta: '0xad8ee6'
17     cyan:    '0x449dab'
18     white:   '0x787c99'
19
20   # Bright colors
21   bright:
22     black:   '0x444b6a'
23     red:     '0xff7a93'
24     green:   '0xb9f27c'
25     yellow:  '0xff9e64'
26     blue:    '0x7da6ff'
27     magenta: '0xbb9af7'
28     cyan:    '0x0db9d7'
29     white:   '0xacb0d0'