mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-27 01:40:16 -05:00
themes: enable custom cursor colors in all themes that define such colors
Not all themes have/define custom cursor colors. But of those that do, nearly all already enabled them (by setting "cursor.color"), except three themes: * aeroroot * ayu-mirage * material-amber This patch makes all themes consistent, by enabling cursor.color in these last three themes too.
This commit is contained in:
parent
efc619b0af
commit
3cd0e2adb0
3 changed files with 4 additions and 4 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
# Aero root theme
|
# Aero root theme
|
||||||
|
|
||||||
[cursor]
|
[cursor]
|
||||||
# color=1a1a1a 9fd5f5
|
color=1a1a1a 9fd5f5
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
foreground=dedeef
|
foreground=dedeef
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
# description: a theme based on Ayu Mirage for Sublime Text (original: https://github.com/dempfi/ayu)
|
# description: a theme based on Ayu Mirage for Sublime Text (original: https://github.com/dempfi/ayu)
|
||||||
|
|
||||||
[cursor]
|
[cursor]
|
||||||
# color = ffcc66 665a44
|
color = ffcc66 665a44
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
foreground = cccac2
|
foreground = cccac2
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,8 @@
|
||||||
# Material Amber
|
# Material Amber
|
||||||
# Based on material.io guidelines with Amber 50 background
|
# Based on material.io guidelines with Amber 50 background
|
||||||
|
|
||||||
# [cursor]
|
[cursor]
|
||||||
# color=fff8e1 21201d
|
color=fff8e1 21201d
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
foreground = 21201d
|
foreground = 21201d
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue