Make hl-line a little more visible

This commit is contained in:
David Morgan 2022-11-02 16:41:23 +00:00
parent d6a483b317
commit 4e58964ca6
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@
`(match ((t (:background "gray35" :foreground "grey85"))))
`(lsp-face-highlight-textual ((t (:background "DimGrey"))))
`(whitespace-empty ((t (:background "gray10"))))
`(hl-line ((t :background "gray15" :underline "gray35" :inherit nil)))
`(hl-line ((t :background "gray20" :underline "gray40" :inherit nil)))
`(simple-modeline-status-modified ((t :foreground "DeepSkyBlue")))
`(consult-async-split ((t :foreground "LightCoral")))
`(orderless-match-face-0 ((t :foreground "tomato")))