branch: elpa/apropospriate-theme commit 7bcabbbbef2cb1dd12917f248402565b557d8f60 Author: justin talbott <jus...@waymondo.com> Commit: justin talbott <jus...@waymondo.com>
add dirvish-hl-line --- README.md | 1 + apropospriate.el | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index f8cc871e54..1687740b38 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,7 @@ Apropospriate supports all the usual `prog-mode` derived packages as well as som * Neotree * Hydra * Dired Subtree +* Dirvish * Symbol Overlay * Counsel CSS * Ivy Posframe diff --git a/apropospriate.el b/apropospriate.el index 8c1b258d61..67c8a1b57b 100644 --- a/apropospriate.el +++ b/apropospriate.el @@ -448,6 +448,7 @@ Set to `1.0' or nil to prevent font size manipulation." `(undo-tree-visualizer-register-face ((,class (:foreground ,yellow)))) `(erm-syn-errline ((,class (:box nil :underline (:style wave :color ,red))))) `(erm-syn-warnline ((,class (:box nil :underline (:style wave :color ,orange))))) + `(dirvish-hl-line ((,class (:background ,highlight-line-color)))) `(dired-directory ((,class (:foreground ,brown)))) `(dired-header ((,class (:inherit header-line)))) `(dired-subtree-depth-1-face ((,class (:background ,base00-1))))