mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -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
|
||||
|
||||
[cursor]
|
||||
# color=1a1a1a 9fd5f5
|
||||
color=1a1a1a 9fd5f5
|
||||
|
||||
[colors]
|
||||
foreground=dedeef
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
# description: a theme based on Ayu Mirage for Sublime Text (original: https://github.com/dempfi/ayu)
|
||||
|
||||
[cursor]
|
||||
# color = ffcc66 665a44
|
||||
color = ffcc66 665a44
|
||||
|
||||
[colors]
|
||||
foreground = cccac2
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
# Material Amber
|
||||
# Based on material.io guidelines with Amber 50 background
|
||||
|
||||
# [cursor]
|
||||
# color=fff8e1 21201d
|
||||
[cursor]
|
||||
color=fff8e1 21201d
|
||||
|
||||
[colors]
|
||||
foreground = 21201d
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue