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

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

[elpa] externals/modus-operandi-theme b584076 15/99: Review colour for '


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme b584076 15/99: Review colour for 'font-lock-preprocessor-face'
Date: Fri, 31 Jul 2020 09:25:17 -0400 (EDT)

branch: externals/modus-operandi-theme
commit b584076de9d56d0569766cf28a57bdd6c98c66fe
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Review colour for 'font-lock-preprocessor-face'
---
 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 72f1158..68e72ee 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -1730,7 +1730,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(font-lock-function-name-face ((,class :foreground ,magenta)))
    `(font-lock-keyword-face ((,class :foreground ,magenta-alt-other :weight 
,modus-theme-bold)))
    `(font-lock-negation-char-face ((,class :foreground ,yellow :weight 
,modus-theme-bold)))
-   `(font-lock-preprocessor-face ((,class :foreground ,magenta)))
+   `(font-lock-preprocessor-face ((,class :foreground ,red-alt-other)))
    `(font-lock-regexp-grouping-backslash ((,class :foreground 
,fg-escape-char-backslash :weight bold)))
    `(font-lock-regexp-grouping-construct ((,class :foreground 
,fg-escape-char-construct :weight bold)))
    `(font-lock-string-face ((,class :foreground ,blue-alt)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index ac8c7e8..b96a209 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -1730,7 +1730,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(font-lock-function-name-face ((,class :foreground ,magenta)))
    `(font-lock-keyword-face ((,class :foreground ,magenta-alt-other :weight 
,modus-theme-bold)))
    `(font-lock-negation-char-face ((,class :foreground ,yellow :weight 
,modus-theme-bold)))
-   `(font-lock-preprocessor-face ((,class :foreground ,magenta)))
+   `(font-lock-preprocessor-face ((,class :foreground ,red-alt-other)))
    `(font-lock-regexp-grouping-backslash ((,class :foreground 
,fg-escape-char-backslash :weight bold)))
    `(font-lock-regexp-grouping-construct ((,class :foreground 
,fg-escape-char-construct :weight bold)))
    `(font-lock-string-face ((,class :foreground ,blue-alt)))



reply via email to

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