diff --git a/home/.config/foot/foot.ini b/home/.config/foot/foot.ini index 1868aef..c34e560 100644 --- a/home/.config/foot/foot.ini +++ b/home/.config/foot/foot.ini @@ -1,3 +1,5 @@ +include=~/.cache/wal/colors-foot.ini + pad=10x0 [scrollback] @@ -8,23 +10,3 @@ blink=yes [mouse] hide-when-typing=yes - -[colors] -foreground = D9E0EE -background = 1E1D2F -regular0 = 6E6C7E -regular1 = F28FAD -regular2 = ABE9B3 -regular3 = FAE3B0 -regular4 = 96CDFB -regular5 = F5C2E7 -regular6 = 89DCEB -regular7 = D9E0EE -bright0 = 988BA2 -bright1 = F28FAD -bright2 = ABE9B3 -bright3 = FAE3B0 -bright4 = 96CDFB -bright5 = F5C2E7 -bright6 = 89DCEB -bright7 = D9E0EE diff --git a/home/.config/wal/templates/colors-foot.ini b/home/.config/wal/templates/colors-foot.ini new file mode 100644 index 0000000..835bb94 --- /dev/null +++ b/home/.config/wal/templates/colors-foot.ini @@ -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}