diff --git a/zerodark-theme.el b/zerodark-theme.el index 3ae680e..98307e7 100644 --- a/zerodark-theme.el +++ b/zerodark-theme.el @@ -343,8 +343,8 @@ The result is cached for one second to avoid hiccups." `(compilation-mode-line-error ((,class (:foreground ,red :weight bold)))) ;; dired - `(dired-header ((,class (:foreground ,blue :weight bold)))) - `(dired-directory ((,class (:foreground ,purple :weight normal)))) + `(dired-header ((,class (:foreground ,blue :background ,background-blue :weight bold)))) + `(dired-directory ((,class (:foreground ,purple :weight bold)))) ;; magit `(magit-diff-context-highlight ((,class (:background ,background-darker))))