]> src.twobees.de Git - dotfiles.git/blob - stow/alacritty/.config/alacritty/themes/themes/tomorrow_night.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / tomorrow_night.yaml
1 # Colors (Tomorrow Night)
2 colors:
3   # Default colors
4   primary:
5     background: '0x1d1f21'
6     foreground: '0xc5c8c6'
7
8   # Colors the cursor will use if `custom_cursor_colors` is true
9   cursor:
10     text: '0x1d1f21'
11     cursor: '0xffffff'
12
13   # Normal colors
14   normal:
15     black:   '0x1d1f21'
16     red:     '0xcc6666'
17     green:   '0xb5bd68'
18     yellow:  '0xe6c547'
19     blue:    '0x81a2be'
20     magenta: '0xb294bb'
21     cyan:    '0x70c0ba'
22     white:   '0x373b41'
23
24   # Bright colors
25   bright:
26     black:   '0x666666'
27     red:     '0xff3334'
28     green:   '0x9ec400'
29     yellow:  '0xf0c674'
30     blue:    '0x81a2be'
31     magenta: '0xb77ee0'
32     cyan:    '0x54ced6'
33     white:   '0x282a2e'