branch: elpa/moe-theme
commit ff2f00a0f2235506c477d2767f74922a72187271
Author: kuanyui <[email protected]>
Commit: kuanyui <[email protected]>
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))))