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

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

[nongnu] elpa/anti-zenburn-theme cdb72a3 047/151: From zenburn-emacs: Us


From: ELPA Syncer
Subject: [nongnu] elpa/anti-zenburn-theme cdb72a3 047/151: From zenburn-emacs: Use non-obsolete Flycheck faces.
Date: Thu, 21 Oct 2021 18:01:20 -0400 (EDT)

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

    From zenburn-emacs: Use non-obsolete Flycheck faces.
---
 anti-zenburn-theme.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/anti-zenburn-theme.el b/anti-zenburn-theme.el
index 67f8cf3..8fc74a9 100644
--- a/anti-zenburn-theme.el
+++ b/anti-zenburn-theme.el
@@ -271,8 +271,8 @@
    `(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))))
+   `(flycheck-error ((t (:foreground ,azenburn-blue-1 :weight bold :underline 
t))))
+   `(flycheck-warning ((t (:foreground ,azenburn-light-blue :weight bold 
:underline t))))
 
    ;; flymake
    `(flymake-errline ((t (:foreground ,azenburn-blue-1 :weight bold :underline 
t))))



reply via email to

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