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

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

[nongnu] elpa/moe-theme f2be5df23a 238/352: [web-mode] web-mode-current-


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme f2be5df23a 238/352: [web-mode] web-mode-current-column-highlight-face
Date: Fri, 7 Jan 2022 03:59:28 -0500 (EST)

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

    [web-mode] web-mode-current-column-highlight-face
---
 moe-dark-theme.el  | 1 +
 moe-light-theme.el | 1 +
 2 files changed, 2 insertions(+)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index b04f392beb..aebae937ca 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -766,6 +766,7 @@ Moe, moe, kyun!")
    ;; web-mode
    `(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))))
 
    ;; Custom
    `(custom-button ((,class (:background ,blue-0 :foreground ,blue-3
diff --git a/moe-light-theme.el b/moe-light-theme.el
index d52ee600f6..859a72ccfe 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -770,6 +770,7 @@ Moe, moe, kyun!")
    ;; web-mode
    `(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))))
 
    ;; Custom
    `(custom-button ((,class (:foreground ,white-0 :background ,black-3



reply via email to

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