]> src.twobees.de Git - dotfiles.git/blob - stow/alacritty/.config/alacritty/themes/themes/night_owlish_light.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / night_owlish_light.yaml
1 # Colors (Night Owlish Light)
2 colors:
3   bright:
4     black: '#7a8181'
5     blue: '#5ca7e4'
6     cyan: '#00c990'
7     green: '#49d0c5'
8     magenta: '#697098'
9     red: '#f76e6e'
10     white: '#989fb1'
11     yellow: '#dac26b'
12   cursor:
13     cursor: '#403f53'
14     text: '#fbfbfb'
15   normal:
16     black: '#011627'
17     blue: '#4876d6'
18     cyan: '#08916a'
19     green: '#2aa298'
20     magenta: '#403f53'
21     red: '#d3423e'
22     white: '#7a8181'
23     yellow: '#daaa01'
24   primary:
25     background: '#ffffff'
26     foreground: '#403f53'
27   selection:
28     background: '#f2f2f2'
29     text: '#403f53'