mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-01-08 15:09:38 +01:00
Alacritty color template.
For this template to work you also have to add the following to your alacritty.yml: import: - ~/.cache/wal/colors-alacritty.yml
This commit is contained in:
parent
4997a49eb7
commit
beca8ca506
25
pywal/templates/colors-alacritty.yml
Normal file
25
pywal/templates/colors-alacritty.yml
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
colors:
|
||||||
|
primary:
|
||||||
|
background: '{background}'
|
||||||
|
foreground: '{foreground}'
|
||||||
|
cursor:
|
||||||
|
text: CellForeground
|
||||||
|
cursor: '{cursor}'
|
||||||
|
bright:
|
||||||
|
black: '{color0}'
|
||||||
|
red: '{color1}'
|
||||||
|
green: '{color2}'
|
||||||
|
yellow: '{color3}'
|
||||||
|
blue: '{color4}'
|
||||||
|
magenta: '{color5}'
|
||||||
|
cyan: '{color6}'
|
||||||
|
white: '{color7}'
|
||||||
|
normal:
|
||||||
|
black: '{color8}'
|
||||||
|
red: '{color9}'
|
||||||
|
green: '{color10}'
|
||||||
|
yellow: '{color11}'
|
||||||
|
blue: '{color12}'
|
||||||
|
magenta: '{color13}'
|
||||||
|
cyan: '{color14}'
|
||||||
|
white: '{color15}'
|
Loading…
Reference in New Issue
Block a user