diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-11-01 16:13:43 +0000 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-11-01 16:13:43 +0000 |
commit | 45c2459c8e72c9a919176d7b7c3f244856a83d80 (patch) | |
tree | 95bf893cec6f9c13c6ec67314b0bf904c66f8708 /.emacs.d/lisp | |
parent | ba45bd01955000b8ceb0d6f7681fdb26fb8617a8 (diff) | |
download | dotfiles-45c2459c8e72c9a919176d7b7c3f244856a83d80.tar.gz |
Change highlight face
Diffstat (limited to '.emacs.d/lisp')
-rw-r--r-- | .emacs.d/lisp/init-ui.el | 1 |
1 files changed, 1 insertions, 0 deletions
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")))) |