We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8054aa commit f50ad0fCopy full SHA for f50ad0f
dot_config/wal/templates/colors-alacritty.yml
@@ -0,0 +1,29 @@
1
+window.opacity: 0.8
2
+
3
+colors:
4
+ primary:
5
+ background: '{background}'
6
+ foreground: '{foreground}'
7
+ cursor:
8
+ text: CellForeground
9
+ cursor: '{cursor}'
10
+ bright:
11
+ # use light gray (for zsh-autocomplete text)
12
+ black: '{color8}'
13
+ red: '{color1}'
14
+ green: '{color2}'
15
+ yellow: '{color3}'
16
+ blue: '{color4}'
17
+ magenta: '{color5}'
18
+ cyan: '{color6}'
19
+ white: '{color7}'
20
+ normal:
21
+ # use black rather than default light gray (color8) (for black colors in eg vim airline)
22
+ black: '{color0}'
23
+ red: '{color9}'
24
+ green: '{color10}'
25
+ yellow: '{color11}'
26
+ blue: '{color12}'
27
+ magenta: '{color13}'
28
+ cyan: '{color14}'
29
+ white: '{color15}'
0 commit comments