From 2b9368fcc41a5c5467a6529d931ca4896247acbf Mon Sep 17 00:00:00 2001 From: Paul Provost Date: Fri, 22 Sep 2023 12:04:58 -0400 Subject: [PATCH] Better compilation info foreground for light background --- petrol-theme.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/petrol-theme.el b/petrol-theme.el index 8e981ce..01aacbd 100644 --- a/petrol-theme.el +++ b/petrol-theme.el @@ -263,9 +263,9 @@ `(compilation-message-face ((,class (:foreground ,petrol-blue)))) `(compilation-error ((,class (:foreground "#ff9999")))) `(compilation-warning ((,class (:foreground "#f4ad49")))) - `(compilation-info ((,class (:foreground "#b4efb4")))) + `(compilation-info ((,class (:foreground "#29bf29")))) `(compilation-mode-line-fail ((,class (:foreground "#ff9999")))) - `(compilation-mode-line-exit ((,class (:foreground "#b4efb4")))) + `(compilation-mode-line-exit ((,class (:foreground "#29bf29")))) `(compilation-mode-line-run ((,class (:foreground "#b48cff")))) `(eglot-mode-line ((,class (:foreground "#f2f2f2"))))