]> src.twobees.de Git - dotfiles.git/blob - stow/alacritty/.config/alacritty/themes/themes/smoooooth.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / smoooooth.yaml
1 # Color theme ported from iTerm 2: Smoooooth
2
3 colors:  
4   primary:
5     foreground: '0xdbdbdb'
6     background: '0x14191e'
7   cursor:
8     text: '0x000000'
9     cursor: '0xfefffe'
10   selection:
11     text: '0x000000'
12     background: '0xb3d7ff'
13   normal:
14     black:   '0x14191e'
15     red:     '0xb43c29'
16     green:   '0x00c200'
17     yellow:  '0xc7c400'
18     blue:    '0x2743c7'
19     magenta: '0xbf3fbd'
20     cyan:    '0x00c5c7'
21     white:   '0xc7c7c7'
22   bright:
23     black:   '0x676767'
24     red:     '0xdc7974'
25     green:   '0x57e690'
26     yellow:  '0xece100'
27     blue:    '0xa6aaf1'
28     magenta: '0xe07de0'
29     cyan:    '0x5ffdff'
30     white:   '0xfeffff'