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

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

[nongnu] elpa/anti-zenburn-theme 1dea1ea 017/151: From zenburn-emacs: wh


From: ELPA Syncer
Subject: [nongnu] elpa/anti-zenburn-theme 1dea1ea 017/151: From zenburn-emacs: whitespace-mode face changes.
Date: Thu, 21 Oct 2021 18:01:12 -0400 (EDT)

branch: elpa/anti-zenburn-theme
commit 1dea1ea6cd8ae21b22a7f6a0e17237f09aa341e4
Author: Andrey Kotlarski <m00naticus@gmail.com>
Commit: Andrey Kotlarski <m00naticus@gmail.com>

    From zenburn-emacs: whitespace-mode face changes.
---
 anti-zenburn-theme.el | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/anti-zenburn-theme.el b/anti-zenburn-theme.el
index 747e547..6a28a90 100644
--- a/anti-zenburn-theme.el
+++ b/anti-zenburn-theme.el
@@ -540,15 +540,15 @@
    `(w3m-lnum-minibuffer-prompt ((t (:foreground ,azenburn-dark-blue))))
 
    ;; whitespace-mode
-   `(whitespace-space ((t (:background ,azenburn-bg :foreground 
,azenburn-bg+1))))
-   `(whitespace-hspace ((t (:background ,azenburn-bg :foreground 
,azenburn-bg+1))))
-   `(whitespace-tab ((t (:background ,azenburn-bg :foreground 
,azenburn-blue))))
+   `(whitespace-space ((t (:background ,azenburn-bg+1 :foreground 
,azenburn-bg+1))))
+   `(whitespace-hspace ((t (:background ,azenburn-bg+1 :foreground 
,azenburn-bg+1))))
+   `(whitespace-tab ((t (:background ,azenburn-blue-1))))
    `(whitespace-newline ((t (:foreground ,azenburn-bg+1))))
-   `(whitespace-trailing ((t (:foreground ,azenburn-blue :background 
,azenburn-bg))))
-   `(whitespace-line ((t (:background ,azenburn-bg-05 :foreground 
,azenburn-green))))
+   `(whitespace-trailing ((t (:background ,azenburn-blue))))
+   `(whitespace-line ((t (:background ,azenburn-bg :foreground 
,azenburn-green))))
    `(whitespace-space-before-tab ((t (:background ,azenburn-light-blue 
:foreground ,azenburn-light-blue))))
    `(whitespace-indentation ((t (:background ,azenburn-dark-blue :foreground 
,azenburn-blue))))
-   `(whitespace-empty ((t (:background ,azenburn-dark-blue :foreground 
,azenburn-blue))))
+   `(whitespace-empty ((t (:background ,azenburn-dark-blue))))
    `(whitespace-space-after-tab ((t (:background ,azenburn-dark-blue 
:foreground ,azenburn-blue))))
 
    ;; wanderlust



reply via email to

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