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