]> src.twobees.de Git - dotfiles.git/blob - stow/alacritty/.config/alacritty/themes/themes/taerminal.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / taerminal.yaml
1 # Colors (Taerminal)
2 colors:
3   # Default colors
4   primary:
5     background: '0x26282a'
6     foreground: '0xf0f0f0'
7   cursor:
8     background: '0xf0f0f0'
9     foreground: '0x26282a'
10
11   # Normal colors
12   normal:
13     black:   '0x26282a'
14     red:     '0xff8878'
15     green:   '0xb4fb73'
16     yellow:  '0xfffcb7'
17     blue:    '0x8bbce5'
18     magenta: '0xffb2fe'
19     cyan:    '0xa2e1f8'
20     white:   '0xf1f1f1'
21
22   # Bright colors
23   bright:
24     black:   '0x6f6f6f'
25     red:     '0xfe978b'
26     green:   '0xd6fcba'
27     yellow:  '0xfffed5'
28     blue:    '0xc2e3ff'
29     magenta: '0xffc6ff'
30     cyan:    '0xc0e9f8'
31     white:   '0xffffff'