From a3806fb207b089f213b4b8e0e20682f8b6190424 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 23 Apr 2016 22:09:52 -0400 Subject: [PATCH] narf-dark: add web-mode-html-entity-face --- private/themes/narf-dark-theme.el | 1 + 1 file changed, 1 insertion(+) diff --git a/private/themes/narf-dark-theme.el b/private/themes/narf-dark-theme.el index fce0f5f29..3867b66b3 100644 --- a/private/themes/narf-dark-theme.el +++ b/private/themes/narf-dark-theme.el @@ -291,6 +291,7 @@ `(web-mode-html-tag-face ((,c (:foreground ,methods)))) `(web-mode-html-tag-bracket-face ((,c (:foreground ,methods)))) `(web-mode-html-attr-name-face ((,c (:foreground ,type)))) + `(web-mode-html-entity-face ((,c (:foreground ,cyan :italic t)))) `(web-mode-block-control-face ((,c (:foreground ,orange)))) ;; `(web-mode-html-tag-bracket-face ((,c (:foreground ,operators))))