]> src.twobees.de Git - dotfiles.git/blob - stow/alacritty/.config/alacritty/themes/themes/gnome_terminal.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / gnome_terminal.yaml
1 # Gnome (Gnome Terminal Default)
2 colors:
3   # Default colors
4   primary:
5     background: '0x1e1e1e'
6     foreground: '0xffffff'
7
8   # Normal colors
9   normal:
10     black:      '0x171421'
11     red:        '0xc01c28'
12     green:      '0x26a269'
13     yellow:     '0xa2734c'
14     blue:       '0x12488b'
15     magenta:    '0xa347ba'
16     cyan:       '0x2aa1b3'
17     white:      '0xd0cfcc'
18
19   # Bright colors
20   bright:
21     black:      '0x535c64'
22     red:        '0xf66151'
23     green:      '0x33d17a'
24     yellow:     '0xe9ad0c'
25     blue:       '0x2a7bde'
26     magenta:    '0xc061cb'
27     cyan:       '0x33c7de'
28     white:      '0xffffff'