Add pywal colors to foot

This commit is contained in:
Marko Korhonen 2022-09-08 23:13:20 +03:00
parent 1a54986d53
commit b7051903a2
2 changed files with 26 additions and 20 deletions

View file

@ -0,0 +1,24 @@
[colors]
foreground = {foreground.strip}
background = {background.strip}
alpha = {background.alpha_dec}
regular0 = {color0.strip}
regular1 = {color1.strip}
regular2 = {color2.strip}
regular3 = {color3.strip}
regular4 = {color4.strip}
regular5 = {color5.strip}
regular6 = {color6.strip}
regular7 = {color7.strip}
bright0 = {color8.strip}
bright1 = {color9.strip}
bright2 = {color10.strip}
bright3 = {color11.strip}
bright4 = {color12.strip}
bright5 = {color13.strip}
bright6 = {color14.strip}
bright7 = {color15.strip}
[cursor]
color = {foreground.strip} {cursor.strip}