Fix deprecated cursor.color in foot template - use colors.cursor instead

This commit is contained in:
Celes Renata
2025-11-30 13:36:00 -08:00
parent d192bee3d9
commit 7ac9d8163c
+1 -1
View File
@@ -17,7 +17,6 @@ lines=10000
style=beam style=beam
blink=no blink=no
beam-thickness=1.5 beam-thickness=1.5
color={{colors.primary.default.hex}} {{colors.on_primary.default.hex}}
[key-bindings] [key-bindings]
scrollback-up-page=Page_Up scrollback-up-page=Page_Up
@@ -39,6 +38,7 @@ delete-prev-word=Control+BackSpace
\x03=Control+Shift+c \x03=Control+Shift+c
[colors] [colors]
cursor={{colors.primary.default.hex}} {{colors.on_primary.default.hex}}
alpha=0.95 alpha=0.95
background={{colors.background.default.hex}} background={{colors.background.default.hex}}
foreground={{colors.on_background.default.hex}} foreground={{colors.on_background.default.hex}}