narf-dark: add web-mode faces

This commit is contained in:
Henrik Lissner 2016-04-16 00:50:09 -04:00
parent 8dfdced785
commit 433189e2f2

View file

@ -285,6 +285,14 @@
`(js2-object-property ((,c (:foreground ,methods)))) `(js2-object-property ((,c (:foreground ,methods))))
`(js2-jsdoc-tag ((,c (:foreground ,comments)))) `(js2-jsdoc-tag ((,c (:foreground ,comments))))
;; web-mode
`(web-mode-doctype-face ((,c (:foreground ,comments))))
`(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-block-control-face ((,c (:foreground ,orange))))
;; `(web-mode-html-tag-bracket-face ((,c (:foreground ,operators))))
;; markdown-mode ;; markdown-mode
`(markdown-header-face ((,c (:foreground ,orange)))) `(markdown-header-face ((,c (:foreground ,orange))))
`(markdown-header-delimiter-face ((,c (:foreground ,orange)))) `(markdown-header-delimiter-face ((,c (:foreground ,orange))))