]> src.twobees.de Git - dotfiles.git/blob - stow/alacritty/.config/alacritty/themes/themes/seashells.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / seashells.yaml
1 # Colors (SeaShells)
2 # Source : https://raw.githubusercontent.com/mbadolato/iTerm2-Color-Schemes/master/schemes/SeaShells.itermcolors
3 colors:
4   # Default colors
5   primary:
6     background: '#061923'
7     foreground: '#e5c49e'
8
9   # Colors the cursor will use if `custom_cursor_colors` is true
10   cursor:
11     text: '#061822'
12     cursor: '#feaf3c'
13
14   selection:
15     text: '#ffe9d7'
16     background: '#265b75'
17
18   # Normal colors
19   normal:
20     black: '#1d485f'
21     red: '#db662d'
22     green: '#008eab'
23     yellow: '#feaf3c'
24     blue: '#255a62'
25     magenta: '#77dbf4'
26     cyan: '#5fb1c2'
27     white: '#e5c49e'
28
29   # Bright colors
30   bright:
31     black: '#545d65'
32     red: '#dd998a'
33     green: '#739da8'
34     yellow: '#fedaae'
35     blue: '#0bc7e3'
36     magenta: '#c6e8f1'
37     cyan: '#97b9c0'
38     white: '#ffe9d7'