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

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

[nongnu] elpa/anti-zenburn-theme 521b509 026/151: From zenburn-emacs: fi


From: ELPA Syncer
Subject: [nongnu] elpa/anti-zenburn-theme 521b509 026/151: From zenburn-emacs: fix definition of term faces and add white and
Date: Thu, 21 Oct 2021 18:01:14 -0400 (EDT)

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

    From zenburn-emacs: fix definition of term faces and add white and
    black term faces.
---
 anti-zenburn-theme.el | 24 ++++++++++++++++++++----
 1 file changed, 20 insertions(+), 4 deletions(-)

diff --git a/anti-zenburn-theme.el b/anti-zenburn-theme.el
index 3310441..767118e 100644
--- a/anti-zenburn-theme.el
+++ b/anti-zenburn-theme.el
@@ -562,6 +562,26 @@
                                        :background ,azenburn-bg+1
                                        :box (:line-width -1 :style 
released-button)))))
 
+   ;; term
+   `(term-color-black ((t (:foreground ,azenburn-bg
+                                       :background ,azenburn-bg-1))))
+   `(term-color-red ((t (:foreground ,azenburn-blue-2
+                                       :background ,azenburn-blue-4))))
+   `(term-color-green ((t (:foreground ,azenburn-violet
+                                       :background ,azenburn-violet+2))))
+   `(term-color-yellow ((t (:foreground ,azenburn-light-blue
+                                       :background ,azenburn-dark-blue))))
+   `(term-color-blue ((t (:foreground ,azenburn-beige-1
+                                      :background ,azenburn-beige-4))))
+   `(term-color-magenta ((t (:foreground ,azenburn-green
+                                         :background ,azenburn-blue))))
+   `(term-color-cyan ((t (:foreground ,azenburn-bordeaux
+                                       :background ,azenburn-beige))))
+   `(term-color-white ((t (:foreground ,azenburn-fg
+                                       :background ,azenburn-fg-1))))
+   '(term-default-fg-color ((t (:inherit term-color-white))))
+   '(term-default-bg-color ((t (:inherit term-color-black))))
+
    ;; volatile-highlights
    `(vhl/default-face ((t (:background ,azenburn-bg+1))))
 
@@ -636,10 +656,6 @@
                                           ,azenburn-dark-blue ,azenburn-beige
                                           ,azenburn-green ,azenburn-bordeaux
                                           ,azenburn-fg])
-   `(ansi-term-color-vector [,azenburn-bg ,azenburn-blue ,azenburn-violet
-                                          ,azenburn-dark-blue ,azenburn-beige
-                                          ,azenburn-green ,azenburn-bordeaux
-                                          ,azenburn-fg])
 
    ;; fill-column-indicator
    `(fci-rule-color ,azenburn-bg-05)))



reply via email to

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