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

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

[nongnu] elpa/apropospriate-theme d4df041 036/118: add web-mode face sty


From: ELPA Syncer
Subject: [nongnu] elpa/apropospriate-theme d4df041 036/118: add web-mode face styling
Date: Thu, 21 Oct 2021 18:02:18 -0400 (EDT)

branch: elpa/apropospriate-theme
commit d4df04169bd89d434ff518127b420d2757470046
Author: justin talbott <justin@waymondo.com>
Commit: justin talbott <justin@waymondo.com>

    add web-mode face styling
---
 apropospriate.el | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/apropospriate.el b/apropospriate.el
index 3a9ec95..b063fa6 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -490,6 +490,15 @@
               (erb-comment-face :background ,base00+1 :foreground ,base02)
               (erb-comment-delim-face :background ,base00+1 :foreground 
,base01)
 
+              (web-mode-error-face :inherit error)
+              (web-mode-symbol-face :inherit font-lock-constant-face)
+              (web-mode-doctype-face :inherit font-lock-comment-face)
+              (web-mode-html-tag-face :inherit font-lock-function-name-face)
+              (web-mode-html-tag-bracket-face :foreground ,purple)
+              (web-mode-html-attr-name-face :inherit 
font-lock-variable-name-face)
+              (web-mode-current-element-highlight-face :inherit 
highlight-symbol-face)
+              (web-mode-current-column-highlight-face :inherit hl-line)
+
               (pulse-highlight-face :background ,pink)
               (pulse-highlight-start-face :background ,pink)
 



reply via email to

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