branch: externals/modus-operandi-theme
commit 9bd8996f0225ca87ff11a3d55f9d74162712a107
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Appropriate colour for `compilation-line-number'
---
modus-operandi-theme.el | 2 +-
modus-vivendi-theme.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index d1e1b80..a4c1bbe 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -829,7 +829,7 @@ between foreground and background is >= 7:1)."
`(compilation-column-number ((,class (:foreground ,magenta-alt-other))))
`(compilation-error ((,class (:foreground ,red :weight bold))))
`(compilation-info ((,class (:foreground ,fg-special-cold))))
- `(compilation-line-number ((,class (:foreground ,magenta-alt))))
+ `(compilation-line-number ((,class (:foreground ,fg-special-warm))))
`(compilation-mode-line-exit ((,class (:foreground ,blue-active :weight
bold))))
`(compilation-mode-line-fail ((,class (:foreground ,red-active :weight
bold))))
`(compilation-mode-line-run ((,class (:foreground ,magenta-active :weight
bold))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index eae842a..1cf532a 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -829,7 +829,7 @@ between foreground and background is >= 7:1)."
`(compilation-column-number ((,class (:foreground ,magenta-alt-other))))
`(compilation-error ((,class (:foreground ,red :weight bold))))
`(compilation-info ((,class (:foreground ,fg-special-cold))))
- `(compilation-line-number ((,class (:foreground ,magenta-alt))))
+ `(compilation-line-number ((,class (:foreground ,fg-special-warm))))
`(compilation-mode-line-exit ((,class (:foreground ,blue-active :weight
bold))))
`(compilation-mode-line-fail ((,class (:foreground ,red-active :weight
bold))))
`(compilation-mode-line-run ((,class (:foreground ,magenta-active :weight
bold))))