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

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

[nongnu] elpa/anti-zenburn-theme 40d3e15 085/151: From zenburn-emacs: tw


From: ELPA Syncer
Subject: [nongnu] elpa/anti-zenburn-theme 40d3e15 085/151: From zenburn-emacs: tweak flycheck faces.
Date: Thu, 21 Oct 2021 18:01:29 -0400 (EDT)

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

    From zenburn-emacs: tweak flycheck faces.
---
 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 66dd922..4a0406c 100644
--- a/anti-zenburn-theme.el
+++ b/anti-zenburn-theme.el
@@ -303,14 +303,19 @@
    ;; flycheck
    `(flycheck-error
      ((((supports :underline (:style wave)))
-       (:underline (:style wave :color ,azenburn-blue) :inherit unspecified))
+       (:underline (:style wave :color ,azenburn-blue-1) :inherit unspecified))
       (t (:foreground ,azenburn-blue-1 :weight bold :underline t))))
    `(flycheck-warning
      ((((supports :underline (:style wave)))
-       (:underline (:style wave :color ,azenburn-light-blue) :inherit 
unspecified))
-      (t (:foreground ,azenburn-light-blue :weight bold :underline t))))
+       (:underline (:style wave :color ,azenburn-dark-blue) :inherit 
unspecified))
+      (t (:foreground ,azenburn-dark-blue :weight bold :underline t))))
+   `(flycheck-info
+     ((((supports :underline (:style wave)))
+       (:underline (:style wave :color ,azenburn-bordeaux) :inherit 
unspecified))
+      (t (:foreground ,azenburn-bordeaux :weight bold :underline t))))
    `(flycheck-fringe-error ((t (:foreground ,azenburn-blue-1 :weight bold))))
-   `(flycheck-fringe-warning ((t (:foreground ,azenburn-light-blue :weight 
bold))))
+   `(flycheck-fringe-warning ((t (:foreground ,azenburn-dark-blue :weight 
bold))))
+   `(flycheck-fringe-info ((t (:foreground ,azenburn-bordeaux :weight bold))))
 
    ;; flymake
    `(flymake-errline



reply via email to

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