]> src.twobees.de Git - dotfiles.git/blob - stow/alacritty/.config/alacritty/themes/themes/xterm.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / xterm.yaml
1 # XTerm's default colors
2 colors:
3   # Default colors
4   primary:
5     background: '0x000000'
6     foreground: '0xffffff'
7   # Normal colors
8   normal:
9     black:   '0x000000'
10     red:     '0xcd0000'
11     green:   '0x00cd00'
12     yellow:  '0xcdcd00'
13     blue:    '0x0000ee'
14     magenta: '0xcd00cd'
15     cyan:    '0x00cdcd'
16     white:   '0xe5e5e5'
17
18   # Bright colors
19   bright:
20     black:   '0x7f7f7f'
21     red:     '0xff0000'
22     green:   '0x00ff00'
23     yellow:  '0xffff00'
24     blue:    '0x5c5cff'
25     magenta: '0xff00ff'
26     cyan:    '0x00ffff'
27     white:   '0xffffff'