emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/modus-operandi-theme 9bd8996 066/112: Appropriate colou


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 9bd8996 066/112: Appropriate colour for `compilation-line-number'
Date: Mon, 30 Mar 2020 15:59:40 -0400 (EDT)

branch: externals/modus-operandi-theme
commit 9bd8996f0225ca87ff11a3d55f9d74162712a107
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]