From 26b32fb80d08948632bfd59ba2a6e8ebe8444490 Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Tue, 21 Feb 2023 18:48:44 -0800 Subject: [PATCH] Change highlight color to grey from yellow --- my-theme-theme.el | 1 + 1 file changed, 1 insertion(+) diff --git a/my-theme-theme.el b/my-theme-theme.el index f9e0c41..687b2ee 100755 --- a/my-theme-theme.el +++ b/my-theme-theme.el @@ -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)