compat(dirvish): customize highlight line inactive face

This commit is contained in:
Kiana Sheibani 2025-04-03 06:49:29 -04:00
parent 3a606446ff
commit e7e4e1fad9
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -4001,7 +4001,8 @@ To fix the line highlight we can just configure the relevant face (~dirvish-hl-l
#+begin_src emacs-lisp
(after! dirvish
(set-face-attribute 'dirvish-hl-line nil :inherit 'hl-line))
(set-face-attribute 'dirvish-hl-line nil :inherit 'hl-line)
(set-face-attribute 'dirvish-hl-line-inactive nil :inherit 'hl-line))
(after! vc
(set-face-attribute 'vc-edited-state nil