Skip to content

Commit

Permalink
GHI-#8 Implement support for the "web-mode" package
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Mar 25, 2017
1 parent 6ee97d2 commit f1b893e
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions nord-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,39 @@
`(rainbow-delimiters-depth-7-face ((,class :foreground ,nord14)))
`(rainbow-delimiters-depth-8-face ((,class :foreground ,nord15)))
`(rainbow-delimiters-unmatched-face ((,class :foreground ,nord11)))

;; > Web Mode
`(web-mode-attr-tag-custom-face ((,class (:foreground ,nord-attribute))))
`(web-mode-builtin-face ((,class (:foreground ,nord-keyword))))
`(web-mode-comment-face ((,class (:foreground ,nord-comment))))
`(web-mode-comment-keyword-face ((,class (:foreground ,nord-comment))))
`(web-mode-constant-face ((,class (:foreground ,nord-variable))))
`(web-mode-css-at-rule-face ((,class (:foreground ,nord-annotation))))
`(web-mode-css-function-face ((,class (:foreground ,nord-method))))
`(web-mode-css-property-name-face ((,class (:foreground ,nord-keyword))))
`(web-mode-css-pseudo-class-face ((,class (:foreground ,nord-class))))
`(web-mode-css-selector-face ((,class (:foreground ,nord-keyword))))
`(web-mode-css-string-face ((,class (:foreground ,nord-string))))
`(web-mode-doctype-face ((,class (:foreground ,nord-preprocessor))))
`(web-mode-function-call-face ((,class (:foreground ,nord-method))))
`(web-mode-function-name-face ((,class (:foreground ,nord-method))))
`(web-mode-html-attr-name-face ((,class (:foreground ,nord-attribute))))
`(web-mode-html-attr-equal-face ((,class (:foreground ,nord-punctuation))))
`(web-mode-html-attr-value-face ((,class (:foreground ,nord-string))))
`(web-mode-html-entity-face ((,class (:foreground ,nord-keyword))))
`(web-mode-html-tag-bracket-face ((,class (:foreground ,nord-punctuation))))
`(web-mode-html-tag-custom-face ((,class (:foreground ,nord-tag))))
`(web-mode-html-tag-face ((,class (:foreground ,nord-tag))))
`(web-mode-html-tag-namespaced-face ((,class (:foreground ,nord-keyword))))
`(web-mode-json-key-face ((,class (:foreground ,nord-class))))
`(web-mode-json-string-face ((,class (:foreground ,nord-string))))
`(web-mode-keyword-face ((,class (:foreground ,nord-keyword))))
`(web-mode-preprocessor-face ((,class (:foreground ,nord-preprocessor))))
`(web-mode-string-face ((,class (:foreground ,nord-string))))
`(web-mode-symbol-face ((,class (:foreground ,nord-variable))))
`(web-mode-type-face ((,class (:foreground ,nord-class))))
`(web-mode-warning-face ((,class (:inherit ,font-lock-warning-face))))
`(web-mode-variable-name-face ((,class (:foreground ,nord-variable))))
;; +--- UI ---+
))

Expand Down

0 comments on commit f1b893e

Please sign in to comment.