branch: elpa/moe-theme
commit e4bbdf467fb9c3ecb95f9cab3693bfdaf16f06d0
Author: kuanyui <[email protected]>
Commit: kuanyui <[email protected]>
Make js2-warning no orange foreground.
---
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 37f295c721..462db254ad 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -593,7 +593,7 @@ Moe, moe, kyun!")
`(js2-function-param-face ((,class (:foreground ,green-3))))
`(js2-external-variable ((,class (:foreground ,orange-2 :underline t))))
`(js2-error ((,class (:foreground ,red-2 :underline t :bold t))))
- `(js2-warning ((,class (:foreground ,orange-2 :underline t :bold t))))
+ `(js2-warning ((,class (:foreground nil :underline t :bold t))))
;; rcirc
`(rcirc-bright-nick ((,class (:foreground ,blue-1 :bold t))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index d12c96fecc..ad86d1f598 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -590,7 +590,7 @@ Moe, moe, kyun!")
`(js2-function-param-face ((,class (:foreground ,green-3))))
`(js2-external-variable ((,class (:foreground ,orange-2 :underline t))))
`(js2-error ((,class (:foreground ,red-2 :underline t :bold t))))
- `(js2-warning ((,class (:foreground ,orange-2 :underline t :bold t))))
+ `(js2-warning ((,class (:foreground nil :underline t :bold t))))
;; rcirc
`(rcirc-bright-nick ((,class (:foreground ,blue-1 :bold t))))