branch: elpa/dracula-theme
commit b8ce40c43eb463c95eb46cd304a00adacdf81e2b
Author: Benjamin Reynolds <[email protected]>
Commit: GitHub <[email protected]>
Use dark background and light foreground
---
dracula-theme.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dracula-theme.el b/dracula-theme.el
index e6fdcb6..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 ,bg1 :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))))