forked from Shinonome/alt-illogical-impulse
Fix deprecated cursor.color in foot template - use colors.cursor instead
This commit is contained in:
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user