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

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

[nongnu] elpa/moe-theme b1190e26bf 257/352: a tiny improvement to web-mo


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme b1190e26bf 257/352: a tiny improvement to web-mode.
Date: Fri, 7 Jan 2022 03:59:30 -0500 (EST)

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

    a tiny improvement to web-mode.
---
 moe-dark-theme.el  | 2 ++
 moe-light-theme.el | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index b89ac74b6f..16a5f29df5 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -793,6 +793,8 @@ Moe, moe, kyun!")
    `(web-mode-comment-face ((,class (:foreground ,black-3))))
    `(web-mode-current-element-highlight-face ((,class (:background ,black-3))))
    `(web-mode-current-column-highlight-face ((,class (:background ,black-3))))
+   `(web-mode-symbol-face ((,class (:foreground ,yellow-2))))
+   `(web-mode-type-face ((,class (:foreground ,cyan-3))))
 
    ;; Custom
    `(custom-button ((,class (:background ,blue-0 :foreground ,blue-3
diff --git a/moe-light-theme.el b/moe-light-theme.el
index d3dc89a7e1..de11355462 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -797,6 +797,8 @@ Moe, moe, kyun!")
    `(web-mode-comment-face ((,class (:foreground ,white-3))))
    `(web-mode-current-element-highlight-face ((,class (:background 
,green-00))))
    `(web-mode-current-column-highlight-face ((,class (:background ,green-00))))
+   `(web-mode-symbol-face ((,class (:foreground ,yellow-3))))
+   `(web-mode-type-face ((,class (:foreground ,cyan-4))))
 
    ;; Custom
    `(custom-button ((,class (:foreground ,white-0 :background ,black-3



reply via email to

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