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

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

[nongnu] elpa/moe-theme e4bbdf467f 262/352: Make js2-warning no orange f


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme e4bbdf467f 262/352: Make js2-warning no orange foreground.
Date: Fri, 7 Jan 2022 03:59:30 -0500 (EST)

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

    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))))



reply via email to

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