clone of my dotfiles.ssp.sh
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

restore foot template for theme update on foot

sspaeti f2026b38 6df13201

+46
+23
foot/.config/foot/themes/foot.conf
··· 1 + [colors] 2 + foreground=ddf7ff 3 + background=0B0C16 4 + selection-foreground=0B0C16 5 + selection-background=ddf7ff 6 + 7 + regular0=0B0C16 8 + regular1=50f872 9 + regular2=4fe88f 10 + regular3=50f7d4 11 + regular4=829dd4 12 + regular5=86a7df 13 + regular6=7cf8f7 14 + regular7=85E1FB 15 + 16 + bright0=6a6e95 17 + bright1=85ff9d 18 + bright2=9cf7c2 19 + bright3=a4ffec 20 + bright4=c4d2ed 21 + bright5=cddbf4 22 + bright6=d1fffe 23 + bright7=ddf7ff
+23
foot/.config/foot/themes/foot.conf.tpl
··· 1 + [colors] 2 + foreground={{ foreground_strip }} 3 + background={{ background_strip }} 4 + selection-foreground={{ selection_foreground_strip }} 5 + selection-background={{ selection_background_strip }} 6 + 7 + regular0={{ color0_strip }} 8 + regular1={{ color1_strip }} 9 + regular2={{ color2_strip }} 10 + regular3={{ color3_strip }} 11 + regular4={{ color4_strip }} 12 + regular5={{ color5_strip }} 13 + regular6={{ color6_strip }} 14 + regular7={{ color7_strip }} 15 + 16 + bright0={{ color8_strip }} 17 + bright1={{ color9_strip }} 18 + bright2={{ color10_strip }} 19 + bright3={{ color11_strip }} 20 + bright4={{ color12_strip }} 21 + bright5={{ color13_strip }} 22 + bright6={{ color14_strip }} 23 + bright7={{ color15_strip }}