branch: elpa/moe-theme
commit b1190e26bf3beb5e0713aeb13ec8f305ac81750b
Author: kuanyui <[email protected]>
Commit: kuanyui <[email protected]>

    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