From 7ac9d8163cf5e1ca8c67926f170c54d137827aa3 Mon Sep 17 00:00:00 2001 From: Celes Renata Date: Sun, 30 Nov 2025 13:36:00 -0800 Subject: [PATCH] Fix deprecated cursor.color in foot template - use colors.cursor instead --- configs/matugen/templates/foot/foot.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/matugen/templates/foot/foot.ini b/configs/matugen/templates/foot/foot.ini index d4b8655..86eb9ef 100644 --- a/configs/matugen/templates/foot/foot.ini +++ b/configs/matugen/templates/foot/foot.ini @@ -17,7 +17,6 @@ lines=10000 style=beam blink=no beam-thickness=1.5 -color={{colors.primary.default.hex}} {{colors.on_primary.default.hex}} [key-bindings] scrollback-up-page=Page_Up @@ -39,6 +38,7 @@ delete-prev-word=Control+BackSpace \x03=Control+Shift+c [colors] +cursor={{colors.primary.default.hex}} {{colors.on_primary.default.hex}} alpha=0.95 background={{colors.background.default.hex}} foreground={{colors.on_background.default.hex}}