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

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

[nongnu] elpa/moe-theme 7e6de54d16 274/352: Make web-mode comments visib


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme 7e6de54d16 274/352: Make web-mode comments visible when using hl-line
Date: Fri, 7 Jan 2022 03:59:32 -0500 (EST)

branch: elpa/moe-theme
commit 7e6de54d1637f7b3451745986ae5a480940363cc
Author: Matías Croce <mati@nelumboweb.com.ar>
Commit: Matías Croce <mati@nelumboweb.com.ar>

    Make web-mode comments visible when using hl-line
    
    Use different colors for web-mode-comment-face foreground and hl-line 
background
---
 moe-dark-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 1feb593b3d..863c1306ea 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -868,7 +868,7 @@ Moe, moe, kyun!")
    `(tty-menu-selected-face ((,class (:background ,blue-3))))
 
    ;; web-mode
-   `(web-mode-comment-face ((,class (:foreground ,black-3))))
+   `(web-mode-comment-face ((,class (:foreground ,black-2-5))))
    `(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))))



reply via email to

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