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

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

[nongnu] elpa/monokai-theme 4281fc1 203/207: Fix bracket color in web mo


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme 4281fc1 203/207: Fix bracket color in web mode (#102) (#103)
Date: Thu, 21 Oct 2021 18:08:02 -0400 (EDT)

branch: elpa/monokai-theme
commit 4281fc13dadef98942c8d43024de024f2392fec5
Author: Xiang Ji <jimmyjx51@gmail.com>
Commit: GitHub <noreply@github.com>

    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))))



reply via email to

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