branch: elpa/monokai-theme
commit 4281fc13dadef98942c8d43024de024f2392fec5
Author: Xiang Ji <[email protected]>
Commit: GitHub <[email protected]>
Fix bracket color in web mode (#102) (#103)
---
monokai-theme.el | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/monokai-theme.el b/monokai-theme.el
index dd47642..8a0a69f 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -5750,6 +5750,10 @@ Also affects 'linum-mode' background."
((,monokai-class (:foreground ,monokai-green))
(,monokai-256-class (:foreground ,monokai-256-green))))
+ `(web-mode-html-tag-bracket-face
+ ((,monokai-class (:foreground ,monokai-gray))
+ (,monokai-256-class (:foreground ,monokai-256-gray))))
+
`(web-mode-keyword-face
((,monokai-class (:foreground ,monokai-red))
(,monokai-256-class (:foreground ,monokai-256-red))))