branch: elpa/dracula-theme
commit 2a65bb9ef1b9788e7a6f01ad805407a61c4d303a
Merge: c9f8a97 b8ce40c
Author: Garrett T <[email protected]>
Commit: GitHub <[email protected]>

    Merge pull request #17 from benjamreynolds/master
    
    Make dired header readable
---
 dracula-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dracula-theme.el b/dracula-theme.el
index 88df385..f4a3fd2 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -344,7 +344,7 @@
    `(which-func ((,class (:inherit ,font-lock-function-name-face))))
    `(dired-directory ((,class (:foreground ,func :weight normal))))
    `(dired-flagged ((,class (:foreground ,keyword))))
-   `(dired-header ((,class (:foreground ,fg3 :background ,func))))
+   `(dired-header ((,class (:foreground ,fg3 :background ,bg1))))
    `(dired-ignored ((,class (:inherit shadow))))
    `(dired-mark ((,class (:foreground ,var :weight bold))))
    `(dired-marked ((,class (:foreground ,builtin :weight bold))))

Reply via email to