]> src.twobees.de Git - dotfiles.git/blob - stow/alacritty/.config/alacritty/themes/themes/doom_one.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / doom_one.yaml
1 # Colors (Doom One)
2 colors:
3   # Default colors
4   primary:
5     background: '0x282c34'
6     foreground: '0xbbc2cf'
7
8   # Normal colors
9   normal:
10     black:   '0x282c34'
11     red:     '0xff6c6b'
12     green:   '0x98be65'
13     yellow:  '0xecbe7b'
14     blue:    '0x51afef'
15     magenta: '0xc678dd'
16     cyan:    '0x46d9ff'
17     white:   '0xbbc2cf'