]> src.twobees.de Git - dotfiles.git/blob - stow/alacritty/.config/alacritty/themes/themes/tomorrow_night_bright.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / tomorrow_night_bright.yaml
1 # Colors (Tomorrow Night Bright)
2 colors:
3   # Default colors
4   primary:
5     background: '0x000000'
6     foreground: '0xeaeaea'
7
8   # Normal colors
9   normal:
10     black:   '0x000000'
11     red:     '0xd54e53'
12     green:   '0xb9ca4a'
13     yellow:  '0xe6c547'
14     blue:    '0x7aa6da'
15     magenta: '0xc397d8'
16     cyan:    '0x70c0ba'
17     white:   '0x424242'
18
19   # Bright colors
20   bright:
21     black:   '0x666666'
22     red:     '0xff3334'
23     green:   '0x9ec400'
24     yellow:  '0xe7c547'
25     blue:    '0x7aa6da'
26     magenta: '0xb77ee0'
27     cyan:    '0x54ced6'
28     white:   '0x2a2a2a'