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

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

[nongnu] elpa/anti-zenburn-theme 451520a 018/151: From zenburn-emacs: ad


From: ELPA Syncer
Subject: [nongnu] elpa/anti-zenburn-theme 451520a 018/151: From zenburn-emacs: add faces for flycheck.
Date: Thu, 21 Oct 2021 18:01:12 -0400 (EDT)

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

    From zenburn-emacs: add faces for flycheck.
---
 anti-zenburn-theme.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/anti-zenburn-theme.el b/anti-zenburn-theme.el
index 6a28a90..1b98fe1 100644
--- a/anti-zenburn-theme.el
+++ b/anti-zenburn-theme.el
@@ -212,6 +212,10 @@
    `(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]