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

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

[elpa] externals/aircon-theme 8f1a2e19d6 05/58: Simplify compilation fac


From: ELPA Syncer
Subject: [elpa] externals/aircon-theme 8f1a2e19d6 05/58: Simplify compilation faces
Date: Thu, 9 Jun 2022 04:57:25 -0400 (EDT)

branch: externals/aircon-theme
commit 8f1a2e19d686dd809c255f2c631bf4dc531a72a9
Author: Gregory Chamberlain <greg@cosine.blue>
Commit: Gregory Chamberlain <greg@cosine.blue>

    Simplify compilation faces
---
 aircon-theme.el | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/aircon-theme.el b/aircon-theme.el
index 2fb2b31960..7f3417a3bc 100644
--- a/aircon-theme.el
+++ b/aircon-theme.el
@@ -58,11 +58,8 @@
                               :box "#a3a4ae"))))
   `(mode-line-highlight ((,c (:inherit mode-line))))
 
-  `(compilation-mode-line-exit (()))
-  `(compilation-mode-line-fail ((,c :foreground "#cc5555" :inherit bold)))
-  `(compilation-error          ((,c :foreground "#cc5555" :inherit bold)))
-  `(compilation-info           ((,c :foreground "#669922" :inherit bold)))
-  `(compilation-warning        ((,c :foreground "#c9a830" :inherit bold)))
+  `(compilation-mode-line-fail ((,c :foreground ,error :inherit bold)))
+  `(compilation-error          ((,c :foreground ,error :inherit bold)))
 
   `(shadow       ((,c (:foreground "#595959"))))
   `(error        ((,c (:foreground ,error   :inherit bold))))



reply via email to

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