about summary refs log tree commit diff stats
path: root/.emacs.d/lisp/init-ui.el
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-11-02 16:41:23 +0000
committerDavid Morgan <djm_uk@protonmail.com>2022-11-02 16:41:23 +0000
commit4e58964ca67e7fa2a560af9c1dae4644e2a401ee (patch)
treef6c676ac33f3fc1d94504969edb47e15b503206a /.emacs.d/lisp/init-ui.el
parentd6a483b31754ec16f86c9ab9eaa5cc7bd411bc64 (diff)
downloaddotfiles-4e58964ca67e7fa2a560af9c1dae4644e2a401ee.tar.gz
Make hl-line a little more visible
Diffstat (limited to '.emacs.d/lisp/init-ui.el')
-rw-r--r--.emacs.d/lisp/init-ui.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-ui.el b/.emacs.d/lisp/init-ui.el
index 288c94e..b42a927 100644
--- a/.emacs.d/lisp/init-ui.el
+++ b/.emacs.d/lisp/init-ui.el
@@ -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")))