branch: elpa/moe-theme
commit 2bbc45fe38050d0d48253d96ff0b7391a5f5a1f5
Merge: 72d12d733c 7e6de54d16
Author: hiroko <[email protected]>
Commit: hiroko <[email protected]>
Merge pull request #65 from choma/master
Make web-mode comments visible when using hl-line
---
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))))