Skip to content

Commit e5e17e9

Browse files
committed
feat(setup): increase 'c.colors.hints' contrast
Contrast based on 'c.colors.hints.bg' and 'c.colors.hints.match.fg'.
1 parent 4b06415 commit e5e17e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def setup(c, flavour, samecolorrows = False):
186186
c.hints.border = "1px solid " + palette["mantle"]
187187

188188
## Font color for the matched part of hints.
189-
c.colors.hints.match.fg = palette["subtext1"]
189+
c.colors.hints.match.fg = palette["rosewater"]
190190
# }}}
191191

192192
# keyhints {{{

0 commit comments

Comments
 (0)