diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-11-02 16:41:23 +0000 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-11-02 16:41:23 +0000 |
commit | 4e58964ca67e7fa2a560af9c1dae4644e2a401ee (patch) | |
tree | f6c676ac33f3fc1d94504969edb47e15b503206a | |
parent | d6a483b31754ec16f86c9ab9eaa5cc7bd411bc64 (diff) | |
download | dotfiles-4e58964ca67e7fa2a560af9c1dae4644e2a401ee.tar.gz |
Make hl-line a little more visible
-rw-r--r-- | .emacs.d/lisp/init-ui.el | 2 |
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"))) |