From 45c2459c8e72c9a919176d7b7c3f244856a83d80 Mon Sep 17 00:00:00 2001 From: David Morgan Date: Tue, 1 Nov 2022 16:13:43 +0000 Subject: [PATCH] Change highlight face --- .emacs.d/lisp/init-ui.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs.d/lisp/init-ui.el b/.emacs.d/lisp/init-ui.el index a716b4f..21c27b3 100644 --- a/.emacs.d/lisp/init-ui.el +++ b/.emacs.d/lisp/init-ui.el @@ -73,6 +73,7 @@ `(font-lock-doc-face ((t :foreground "LightCyan3"))) `(region ((t (:background "firebrick")))) `(secondary-selection ((t (:background "firebrick4")))) + `(highlight ((t (:background "grey30")))) `(idle-highlight ((t (:background "grey50" :foreground "white")))) `(isearch ((t (:background "coral2")))) `(lazy-highlight ((t (:background "LightSteelBlue2" :foreground "black"))))