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"))))