about summary refs log tree commit diff stats
path: root/.emacs.d/lisp/init-ui.el
diff options
context:
space:
mode:
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")))