branch: externals/aircon-theme commit a879d8c9aea95a9e79aa12312c31533488d5aac6 Author: Gregory Chamberlain <g...@cosine.blue> Commit: Gregory Chamberlain <g...@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)))))