]> src.twobees.de Git - dotfiles.git/blob - stow/alacritty/.config/alacritty/themes/themes/gotham.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / gotham.yaml
1 # Colors (Gotham)
2 colors:
3   # Default colors
4   primary:
5     background: '0x0a0f14'
6     foreground: '0x98d1ce'
7
8   # Normal colors
9   normal:
10     black: '0x0a0f14'
11     red: '0xc33027'
12     green: '0x26a98b'
13     yellow: '0xedb54b'
14     blue: '0x195465'
15     magenta: '0x4e5165'
16     cyan: '0x33859d'
17     white: '0x98d1ce'
18
19   # Bright colors
20   bright:
21     black: '0x10151b'
22     red: '0xd26939'
23     green: '0x081f2d'
24     yellow: '0x245361'
25     blue: '0x093748'
26     magenta: '0x888ba5'
27     cyan: '0x599caa'
28     white: '0xd3ebe9'