Skip to content

Commit

Permalink
Merge branch 'feature/ghi-#7-javascript-support' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Mar 25, 2017
2 parents 642f9fd + 3db1da8 commit ffe1b27
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions nord-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,37 @@
`(jdee-font-lock-private-face ((,class (:foreground ,nord-keyword))))
`(jdee-font-lock-public-face ((,class (:foreground ,nord-keyword))))
`(jdee-font-lock-variable-face ((,class (:foreground ,nord-variable))))

;; > JavaScript 2
`(js2-function-call ((,class (:foreground ,nord8))))
`(js2-private-function-call ((,class (:foreground ,nord8))))
`(js2-jsdoc-html-tag-delimiter ((,class (:foreground ,nord6))))
`(js2-jsdoc-html-tag-name ((,class (:foreground ,nord9))))
`(js2-external-variable ((,class (:foreground ,nord4))))
`(js2-function-param ((,class (:foreground ,nord4))))
`(js2-jsdoc-value ((,class (:foreground ,nord3))))
`(js2-jsdoc-tag ((,class (:foreground ,nord7))))
`(js2-jsdoc-type ((,class (:foreground ,nord7))))
`(js2-private-member ((,class (:foreground ,nord4))))
`(js2-object-property ((,class (:foreground ,nord4))))
`(js2-error ((,class (:foreground ,nord11))))
`(js2-warning ((,class (:foreground ,nord13))))
`(js2-instance-member ((,class (:foreground ,nord4))))

;; > JavaScript 3
`(js3-error-face ((,class (:foreground ,nord11))))
`(js3-external-variable-face ((,class (:foreground ,nord4))))
`(js3-function-param-face ((,class (:foreground ,nord4))))
`(js3-instance-member-face ((,class (:foreground ,nord4))))
`(js3-jsdoc-html-tag-delimiter-face ((,class (:foreground ,nord6))))
`(js3-jsdoc-html-tag-name-face ((,class (:foreground ,nord9))))
`(js3-jsdoc-tag-face ((,class (:foreground ,nord9))))
`(js3-jsdoc-type-face ((,class (:foreground ,nord7))))
`(js3-jsdoc-value-face ((,class (:foreground ,nord4))))
`(js3-magic-paren-face ((,class (:inherit show-paren-match-face))))
`(js3-private-function-call-face ((,class (:foreground ,nord8))))
`(js3-private-member-face ((,class (:foreground ,nord4))))
`(js3-warning-face ((,class (:foreground ,nord13))))
;; +--- UI ---+
))

Expand Down

0 comments on commit ffe1b27

Please sign in to comment.