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

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

[nongnu] elpa/anti-zenburn-theme aac8bc5 030/151: From zenburn-emacs: Fi


From: ELPA Syncer
Subject: [nongnu] elpa/anti-zenburn-theme aac8bc5 030/151: From zenburn-emacs: Fix various Emacs 24.3 issues.
Date: Thu, 21 Oct 2021 18:01:15 -0400 (EDT)

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

    From zenburn-emacs: Fix various Emacs 24.3 issues.
---
 anti-zenburn-theme.el | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/anti-zenburn-theme.el b/anti-zenburn-theme.el
index 0249f37..94dad10 100644
--- a/anti-zenburn-theme.el
+++ b/anti-zenburn-theme.el
@@ -77,6 +77,8 @@
                                  :background ,azenburn-bg-1
                                  :box (:line-width -1 :style 
released-button)))))
    `(highlight ((t (:background ,azenburn-bg-05))))
+   `(success ((t (:foreground ,azenburn-violet :weight bold))))
+   `(warning ((t (:foreground ,azenburn-light-blue :weight bold))))
 
    ;;; compilation
    `(compilation-column-face ((t (:foreground ,azenburn-dark-blue))))
@@ -90,6 +92,9 @@
    `(compilation-line-number ((t (:foreground ,azenburn-dark-blue))))
    `(compilation-message-face ((t (:foreground ,azenburn-beige))))
    `(compilation-warning-face ((t (:foreground ,azenburn-light-blue :weight 
bold :underline t))))
+   `(compilation-mode-line-exit ((t (:foreground ,azenburn-violet :weight 
bold))))
+   `(compilation-mode-line-fail ((t (:foreground ,azenburn-blue :weight 
bold))))
+   `(compilation-mode-line-run ((t (:foreground ,azenburn-light-blue :weight 
bold))))
 
    ;;; grep
    `(grep-context-face ((t (:foreground ,azenburn-fg))))
@@ -186,10 +191,14 @@
    `(clojure-test-success-face ((t (:foreground ,azenburn-violet+1 :weight 
bold :underline t))))
 
    ;; diff
-   `(diff-added ((,class (:foreground ,azenburn-violet+4))
-                (t (:foreground ,azenburn-violet+1))))
+   `(diff-added ((,class (:foreground ,azenburn-violet+4 :background nil))
+                (t (:foreground ,azenburn-violet+1 :background nil))))
    `(diff-changed ((t (:foreground ,azenburn-dark-blue))))
-   `(diff-removed ((t (:foreground ,azenburn-blue))))
+   `(diff-removed ((,class (:foreground ,azenburn-blue :background nil))
+                   (t (:foreground ,azenburn-blue-3 :background nil))))
+   `(diff-refine-added ((t :inherit diff-added :weight bold)))
+   `(diff-refine-change ((t :inherit diff-changed :weight bold)))
+   `(diff-refine-removed ((t :inherit diff-removed :weight bold)))
    `(diff-header ((,class (:background ,azenburn-bg+2))
                  (t (:background ,azenburn-fg :foreground ,azenburn-bg))))
    `(diff-file-header



reply via email to

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