Change highlight color to grey from yellow

This commit is contained in:
outfoxxed 2023-02-21 18:48:44 -08:00
parent 8bf6ceb31e
commit 26b32fb80d
Signed by: outfoxxed
GPG Key ID: 4C88A185FB89301E
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@
(funcall face 'mode-line-inactive :bg (funcall darken-first common-bg 0.35) :fg common-fg)
(funcall face 'mode-line :bg modeline :fg common-fg)
(funcall face 'hl-line :bg (funcall darken-first common-bg 0.15))
(funcall face 'highlight :bg highlight)
(funcall face 'region :bg highlight)
(funcall face 'font-lock-comment-face :fg comment)
(funcall face 'font-lock-doc-face :fg doc)