diff --git a/petrol-theme.el b/petrol-theme.el index 01aacbd..d6dcc3a 100644 --- a/petrol-theme.el +++ b/petrol-theme.el @@ -258,8 +258,8 @@ `(regex-tool-matched-face ((,class (:foreground nil :background nil :inherit match)))) - `(compilation-column-number ((,class (:foreground "#cc6d00")))) - `(compilation-line-number ((,class (:foreground "#cc6d00")))) + `(compilation-column-number ((,class (:foreground "#fa8500")))) + `(compilation-line-number ((,class (:foreground "#fa8500")))) `(compilation-message-face ((,class (:foreground ,petrol-blue)))) `(compilation-error ((,class (:foreground "#ff9999")))) `(compilation-warning ((,class (:foreground "#f4ad49"))))