]> src.twobees.de Git - dotfiles.git/blob - stow/alacritty/.config/alacritty/themes/themes/Cobalt2.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / Cobalt2.yaml
1 # From the famous Cobalt2 sublime theme
2 # Source : https://github.com/wesbos/cobalt2/tree/master/Cobalt2
3 colors:
4   # Default colors
5   primary:
6     background: '0x122637'
7     foreground: '0xffffff'
8
9   # Colors the cursor will use if `custom_cursor_colors` is true
10   cursor:
11     text: '0x122637'
12     cursor: '0xf0cb09'
13
14   # Normal colors
15   normal:
16     black:   '0x000000'
17     red:     '0xff0000'
18     green:   '0x37dd21'
19     yellow:  '0xfee409'
20     blue:    '0x1460d2'
21     magenta: '0xff005d'
22     cyan:    '0x00bbbb'
23     white:   '0xbbbbbb'
24
25   # Bright colors
26   bright:
27     black:   '0x545454'
28     red:     '0xf40d17'
29     green:   '0x3bcf1d'
30     yellow:  '0xecc809'
31     blue:    '0x5555ff'
32     magenta: '0xff55ff'
33     cyan:    '0x6ae3f9'
34     white:   '0xffffff'