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

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

[nongnu] elpa/moe-theme ff2f00a0f2 192/352: Set font-lock-negation-char-


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme ff2f00a0f2 192/352: Set font-lock-negation-char-face into red
Date: Fri, 7 Jan 2022 03:59:23 -0500 (EST)

branch: elpa/moe-theme
commit ff2f00a0f2235506c477d2767f74922a72187271
Author: kuanyui <azazabc123@gmail.com>
Commit: kuanyui <azazabc123@gmail.com>

    Set font-lock-negation-char-face into red
---
 moe-dark-theme.el  | 2 +-
 moe-light-theme.el | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index f209ca59c5..07eeb43ec8 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -80,7 +80,7 @@ Moe, moe, kyun!")
    `(font-lock-doc-string-face ((,class (:foreground ,yellow-3))))
    `(font-lock-function-name-face ((,class (:foreground ,yellow-2))))
    `(font-lock-keyword-face ((,class (:foreground ,green-2))))
-   `(font-lock-negation-char-face ((,class (:foreground ,green-2))))
+   `(font-lock-negation-char-face ((,class (:foreground ,red-0))))
    `(font-lock-preprocessor-face ((,class (:foreground ,purple-1))))
    `(font-lock-regexp-grouping-backslash ((,class (:foreground ,yellow-1))))
    `(font-lock-regexp-grouping-construct ((,class (:foreground ,purple-1))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index aec499e688..16b612b760 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -79,7 +79,7 @@ Moe, moe, kyun!")
    `(font-lock-doc-string-face ((,class (:foreground ,yellow-3))))
    `(font-lock-function-name-face ((,class (:foreground ,orange-2))))
    `(font-lock-keyword-face ((,class (:foreground ,green-3))))
-   `(font-lock-negation-char-face ((,class (:foreground ,green-3))))
+   `(font-lock-negation-char-face ((,class (:foreground ,red-2))))
    `(font-lock-preprocessor-face ((,class (:foreground ,purple-2))))
    `(font-lock-regexp-grouping-backslash ((,class (:foreground ,orange-2))))
    `(font-lock-regexp-grouping-construct ((,class (:foreground ,purple-2))))



reply via email to

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