emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/dracula-theme b8ce40c 042/187: Use dark background and lig


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme b8ce40c 042/187: Use dark background and light foreground
Date: Thu, 21 Oct 2021 18:04:52 -0400 (EDT)

branch: elpa/dracula-theme
commit b8ce40c43eb463c95eb46cd304a00adacdf81e2b
Author: Benjamin Reynolds <breyno127@gmail.com>
Commit: GitHub <noreply@github.com>

    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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]