]> src.twobees.de Git - dotfiles.git/blob - stow/alacritty/.config/alacritty/themes/themes/terminal_app.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / terminal_app.yaml
1 # Colors (Terminal.app)
2 colors:
3   # Default colors
4   primary:
5     background: '0x000000'
6     foreground: '0xb6b6b6'
7
8   # Normal colors
9   normal:
10     black:   '0x000000'
11     red:     '0x990000'
12     green:   '0x00a600'
13     yellow:  '0x999900'
14     blue:    '0x0000b2'
15     magenta: '0xb200b2'
16     cyan:    '0x00a6b2'
17     white:   '0xbfbfbf'
18
19   # Bright colors
20   bright:
21     black:   '0x666666'
22     red:     '0xe50000'
23     green:   '0x00d900'
24     yellow:  '0xe5e500'
25     blue:    '0x0000ff'
26     magenta: '0xe500e5'
27     cyan:    '0x00e5e5'
28     white:   '0xe5e5e5'