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

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

[elpa] externals/aircon-theme a879d8c9ae 46/58: Inherit more faces from


From: ELPA Syncer
Subject: [elpa] externals/aircon-theme a879d8c9ae 46/58: Inherit more faces from error, warning, success
Date: Thu, 9 Jun 2022 04:57:32 -0400 (EDT)

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

    Inherit more faces from error, warning, success
---
 aircon-theme.el | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/aircon-theme.el b/aircon-theme.el
index 1eb8d6a7b4..ed060fb626 100644
--- a/aircon-theme.el
+++ b/aircon-theme.el
@@ -122,8 +122,8 @@
                                    :box ,aircon-ghost))))
  '(mode-line-highlight        ((t (:inherit (mode-line)))))
 
- '(compilation-mode-line-fail ((t (:inherit (bold aircon-brick)))))
- '(compilation-error          ((t (:inherit (bold aircon-brick)))))
+ '(compilation-mode-line-fail ((t (:inherit error))))
+ '(compilation-error          ((t (:inherit error))))
 
  `(help-key-binding ((t (:inherit (aircon-header)
                          :box (:color ,aircon-ghost (1 . -1) :line-width)))))
@@ -199,9 +199,9 @@
  '(vc-dir-header-value       ((t (:inherit (aircon-lilac)))))
  '(vc-dir-status-edited      ((t (:inherit (bold)))))
 
- '(magit-bisect-bad              ((t (:inherit (aircon-brick)))))
- '(magit-bisect-good             ((t (:inherit (aircon-goblin)))))
- '(magit-bisect-skip             ((t (:inherit (aircon-marigold)))))
+ '(magit-bisect-bad              ((t (:inherit error))))
+ '(magit-bisect-good             ((t (:inherit success))))
+ '(magit-bisect-skip             ((t (:inherit warning))))
 
  '(magit-diffstat-added          ((t (:inherit (aircon-goblin)))))
  '(magit-diffstat-removed        ((t (:inherit (aircon-brick)))))



reply via email to

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