]> src.twobees.de Git - dotfiles.git/blob - stow/alacritty/.config/alacritty/themes/themes/Mariana.yaml
asdf
[dotfiles.git] / stow / alacritty / .config / alacritty / themes / themes / Mariana.yaml
1 # Mariana (ported from Sublime Text 4)
2 # Source: https://github.com/mbadolato/iTerm2-Color-Schemes/blob/master/alacritty/Mariana.yml
3 colors:
4   # Default colors
5   primary:
6     background: '#343d46'
7     foreground: '#d8dee9'
8
9   # Cursor colors
10   cursor:
11     cursor: '#fcbb6a'
12     text: '#ffffff'
13
14   # Normal colors
15   normal:
16     black: '#000000'
17     blue: '#6699cc'
18     cyan: '#5fb4b4'
19     green: '#99c794'
20     magenta: '#c695c6'
21     red: '#ec5f66'
22     white: '#f7f7f7'
23     yellow: '#f9ae58'
24
25   # Bright colors
26   bright:
27     black: '#333333'
28     blue: '#85add6'
29     cyan: '#82c4c4'
30     green: '#acd1a8'
31     magenta: '#d8b6d8'
32     red: '#f97b58'
33     white: '#ffffff'
34     yellow: '#fac761'
35   
36   # Selection colors
37   selection:
38     background: '#4e5a65'
39     text: '#d8dee9'