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
|
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}}
|
||||||
|
|||||||
Reference in New Issue
Block a user