feat(themes/doom-overrides): set dirvish-hl-line to a more subtle background

This commit is contained in:
2023-05-23 23:12:45 +01:00
parent 762f2ca733
commit 62a0b2926e

View File

@@ -207,6 +207,10 @@
'(siren-treemacs-line-highlight :background (doom-blend violet bg 0.2)
:extend t)
;; dirvish
'(dirvish-hl-line :background region
:extend t)
;; solaire-mode
'(solaire-hl-line-face :inherit 'hl-line
:background (doom-blend region bg-alt 0.35)