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

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

[nongnu] elpa/gruvbox-theme c6f0681ba7 248/258: Add faces for web-mode


From: ELPA Syncer
Subject: [nongnu] elpa/gruvbox-theme c6f0681ba7 248/258: Add faces for web-mode
Date: Sat, 1 Jan 2022 01:59:50 -0500 (EST)

branch: elpa/gruvbox-theme
commit c6f0681ba78beee6383b435e61fe85d805eed1da
Author: Leslie King <zoliky@gmail.com>
Commit: Jason Milkins <jasonm23@users.noreply.github.com>

    Add faces for web-mode
---
 gruvbox.el | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gruvbox.el b/gruvbox.el
index 7931452324..5164ed29c2 100644
--- a/gruvbox.el
+++ b/gruvbox.el
@@ -783,6 +783,14 @@ Should contain 2 %s constructs to allow for theme name and 
directory/prefix")
      (gnus-signature              (:foreground gruvbox-faded_orange))
      (gnus-x-face                 (:background gruvbox-dark4 :foreground 
gruvbox-light0))
 
+     ;; web-mode
+     (web-mode-doctype-face          (:foreground gruvbox-bright_blue))
+     (web-mode-html-tag-bracket-face (:foreground gruvbox-bright_blue))
+     (web-mode-html-tag-face         (:foreground gruvbox-bright_blue))
+     (web-mode-html-attr-name-face   (:foreground gruvbox-bright_yellow))
+     (web-mode-html-attr-equal-face  (:foreground gruvbox-bright_yellow))
+     (web-mode-html-attr-value-face  (:foreground gruvbox-bright_green))
+
      ;; Coq
      (coq-solve-tactics-face      (:inherit 'font-lock-constant-face))
      (coq-cheat-face              (:box (:line-width -1 :color 
gruvbox-bright_red :style nil)



reply via email to

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