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

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

[nongnu] elpa/anti-zenburn-theme d80fd0d 019/151: From zenburn-emacs: ad


From: ELPA Syncer
Subject: [nongnu] elpa/anti-zenburn-theme d80fd0d 019/151: From zenburn-emacs: add faces for clojure-test-mode.
Date: Thu, 21 Oct 2021 18:01:13 -0400 (EDT)

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

    From zenburn-emacs: add faces for clojure-test-mode.
---
 anti-zenburn-theme.el | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/anti-zenburn-theme.el b/anti-zenburn-theme.el
index 1b98fe1..8bd70e6 100644
--- a/anti-zenburn-theme.el
+++ b/anti-zenburn-theme.el
@@ -180,6 +180,11 @@
    `(popup-scroll-bar-background-face ((t (:background ,azenburn-bg-1))))
    `(popup-isearch-match ((t (:background ,azenburn-bg :foreground 
,azenburn-fg))))
 
+   ;; clojure-test-mode
+   `(clojure-test-failure-face ((t (:foreground ,azenburn-light-blue :weight 
bold :underline t))))
+   `(clojure-test-error-face ((t (:foreground ,azenburn-blue :weight bold 
:underline t))))
+   `(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))))
@@ -208,14 +213,14 @@
    `(eshell-ls-special ((t (:foreground ,azenburn-dark-blue :weight bold))))
    `(eshell-ls-symlink ((t (:foreground ,azenburn-bordeaux :weight bold))))
 
+   ;; flycheck
+   `(flycheck-error-face ((t (:foreground ,azenburn-blue-1 :weight bold 
:underline t))))
+   `(flycheck-warning-face ((t (:foreground ,azenburn-light-blue :weight bold 
:underline t))))
+
    ;; flymake
    `(flymake-errline ((t (:foreground ,azenburn-blue-1 :weight bold :underline 
t))))
    `(flymake-warnline ((t (:foreground ,azenburn-light-blue :weight bold 
:underline t))))
 
-   ;; flycheck
-   `(flycheck-error-face ((t (:foreground ,azenburn-blue-1 :weight bold 
:underline t))))
-   `(flymake-warning-face ((t (:foreground ,azenburn-light-blue :weight bold 
:underline t))))
-
    ;; flyspell
    `(flyspell-duplicate ((t (:foreground ,azenburn-light-blue :weight bold 
:underline t))))
    `(flyspell-incorrect ((t (:foreground ,azenburn-blue-1 :weight bold 
:underline t))))



reply via email to

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