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

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

[elpa] externals/modus-operandi-theme 0c90a92 34/99: Tweak various prepr


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 0c90a92 34/99: Tweak various preprocessor faces for consistency
Date: Fri, 31 Jul 2020 09:25:21 -0400 (EDT)

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

    Tweak various preprocessor faces for consistency
---
 modus-operandi-theme.el | 8 ++++----
 modus-vivendi-theme.el  | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index ec43c01..7a7e3df 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -1026,7 +1026,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    ;;;; auctex and Tex
    `(font-latex-bold-face ((,class :foreground ,fg-special-calm :weight bold)))
    `(font-latex-doctex-documentation-face ((,class :foreground 
,fg-special-cold :slant ,modus-theme-slant)))
-   `(font-latex-doctex-preprocessor-face ((,class :foreground ,magenta-alt 
:weight ,modus-theme-bold)))
+   `(font-latex-doctex-preprocessor-face ((,class :foreground ,red-alt-other 
:weight ,modus-theme-bold)))
    `(font-latex-italic-face ((,class :foreground ,fg-special-calm :slant 
italic)))
    `(font-latex-math-face ((,class :foreground ,cyan-alt-other)))
    `(font-latex-script-char-face ((,class :foreground ,cyan-alt-other)))
@@ -2338,7 +2338,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(lsp-face-semhl-function ((,class :foreground ,magenta)))
    `(lsp-face-semhl-method ((,class :foreground ,magenta)))
    `(lsp-face-semhl-namespace ((,class :foreground ,magenta-alt :weight 
,modus-theme-bold)))
-   `(lsp-face-semhl-preprocessor ((,class :foreground ,magenta)))
+   `(lsp-face-semhl-preprocessor ((,class :foreground ,red-alt-other)))
    `(lsp-face-semhl-static-method ((,class :foreground ,magenta :slant 
,modus-theme-slant)))
    `(lsp-face-semhl-type-class ((,class :foreground ,magenta-alt)))
    `(lsp-face-semhl-type-enum ((,class :foreground ,magenta-alt)))
@@ -2527,7 +2527,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(markup-meta-face ((,class :foreground ,fg-inactive)))
    `(markup-meta-hide-face ((,class :foreground ,fg-alt)))
    `(markup-passthrough-face ((,class :inherit fixed-pitch :foreground ,cyan)))
-   `(markup-preprocessor-face ((,class :foreground ,magenta)))
+   `(markup-preprocessor-face ((,class :foreground ,red-alt-other)))
    `(markup-replacement-face ((,class :foreground ,yellow-alt-other)))
    `(markup-secondary-text-face ((,class :height 0.8 :foreground 
,magenta-nuanced)))
    `(markup-small-face ((,class :height 0.8 :foreground ,fg-main)))
@@ -3587,7 +3587,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(web-mode-part-face ((,class :inherit web-mode-block-face)))
    `(web-mode-part-string-face ((,class :inherit web-mode-string-face)))
    `(web-mode-preprocessor-face ((,class 
,@(modus-operandi-theme-syntax-foreground
-                                            magenta magenta-faint))))
+                                            red-alt-other 
red-alt-other-faint))))
    `(web-mode-script-face ((,class :inherit web-mode-part-face)))
    `(web-mode-sql-keyword-face ((,class 
,@(modus-operandi-theme-syntax-foreground
                                            yellow yellow-faint)
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 1f71ee9..0188238 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -1026,7 +1026,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    ;;;; auctex and Tex
    `(font-latex-bold-face ((,class :foreground ,fg-special-calm :weight bold)))
    `(font-latex-doctex-documentation-face ((,class :foreground 
,fg-special-cold :slant ,modus-theme-slant)))
-   `(font-latex-doctex-preprocessor-face ((,class :foreground ,magenta-alt 
:weight ,modus-theme-bold)))
+   `(font-latex-doctex-preprocessor-face ((,class :foreground ,red-alt-other 
:weight ,modus-theme-bold)))
    `(font-latex-italic-face ((,class :foreground ,fg-special-calm :slant 
italic)))
    `(font-latex-math-face ((,class :foreground ,cyan-alt-other)))
    `(font-latex-script-char-face ((,class :foreground ,cyan-alt-other)))
@@ -2338,7 +2338,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(lsp-face-semhl-function ((,class :foreground ,magenta)))
    `(lsp-face-semhl-method ((,class :foreground ,magenta)))
    `(lsp-face-semhl-namespace ((,class :foreground ,magenta-alt :weight 
,modus-theme-bold)))
-   `(lsp-face-semhl-preprocessor ((,class :foreground ,magenta)))
+   `(lsp-face-semhl-preprocessor ((,class :foreground ,red-alt-other)))
    `(lsp-face-semhl-static-method ((,class :foreground ,magenta :slant 
,modus-theme-slant)))
    `(lsp-face-semhl-type-class ((,class :foreground ,magenta-alt)))
    `(lsp-face-semhl-type-enum ((,class :foreground ,magenta-alt)))
@@ -2527,7 +2527,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(markup-meta-face ((,class :foreground ,fg-inactive)))
    `(markup-meta-hide-face ((,class :foreground ,fg-alt)))
    `(markup-passthrough-face ((,class :inherit fixed-pitch :foreground ,cyan)))
-   `(markup-preprocessor-face ((,class :foreground ,magenta)))
+   `(markup-preprocessor-face ((,class :foreground ,red-alt-other)))
    `(markup-replacement-face ((,class :foreground ,yellow-alt-other)))
    `(markup-secondary-text-face ((,class :height 0.8 :foreground 
,magenta-nuanced)))
    `(markup-small-face ((,class :height 0.8 :foreground ,fg-main)))
@@ -3587,7 +3587,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(web-mode-part-face ((,class :inherit web-mode-block-face)))
    `(web-mode-part-string-face ((,class :inherit web-mode-string-face)))
    `(web-mode-preprocessor-face ((,class 
,@(modus-vivendi-theme-syntax-foreground
-                                            magenta magenta-faint))))
+                                            red-alt-other 
red-alt-other-faint))))
    `(web-mode-script-face ((,class :inherit web-mode-part-face)))
    `(web-mode-sql-keyword-face ((,class 
,@(modus-vivendi-theme-syntax-foreground
                                            yellow yellow-faint)



reply via email to

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