From aadc93331afb89173ed0fc04e8864a5ff60706eb Mon Sep 17 00:00:00 2001 From: Paul Provost Date: Fri, 22 Sep 2023 12:10:57 -0400 Subject: [PATCH] Lighter ompilation line and column number --- petrol-theme.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"))))