branch: externals/ef-themes commit 07dcb604c8e8fd65a8a8d17b330f91434d9819ce Author: Alex <hellosimon1...@hotmail.com> Commit: Alex <hellosimon1...@hotmail.com>
Add support for dirvish --- README.org | 1 + ef-themes.el | 2 ++ 2 files changed, 3 insertions(+) diff --git a/README.org b/README.org index 45253e71e6..f520fddffd 100644 --- a/README.org +++ b/README.org @@ -789,6 +789,7 @@ everything most users need. - dired - dired-subtree - diredfl +- dirvish - doom-modeline (incomplete, though likely is okay) - ediff - eldoc diff --git a/ef-themes.el b/ef-themes.el index 477391c1bf..7406bd965d 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -809,6 +809,8 @@ Helper function for `ef-themes-preview-colors'." `(diredfl-symlink ((,c :inherit dired-symlink))) `(diredfl-tagged-autofile-name ((,c :inherit (diredfl-autofile-name dired-marked)))) `(diredfl-write-priv ((,c :foreground ,rainbow-2))) +;;;; dirvish + `(dirvish-hl-line ((,c :background ,bg-hl-line))) ;;;; doom-modeline ;; NOTE 2022-08-20: This is the only face that seems necessary. All ;; others inherit from basic faces.