branch: elpa/ample-theme
commit d102814d5314bfdb66cb0f5602c9d53793f68f63
Author: jordonbiondo <[email protected]>
Commit: jordonbiondo <[email protected]>
some js2 faces
---
ample-theme.el | 15 ++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)
diff --git a/ample-theme.el b/ample-theme.el
index 4934096..cd4d420 100644
--- a/ample-theme.el
+++ b/ample-theme.el
@@ -170,7 +170,20 @@
`(ido-incomplete-regexp ((t (:foreground ,ample/red))))
`(ido-subdir ((t (:foreground ,ample/yellow))))
-
+ ;;js2
+ `(js2-external-variable ((t (:foreground ,ample/orange :background nil))))
+ `(js2-function-param ((t (:foreground ,ample/dark-green :background nil))))
+ `(js2-instance-member ((t (:foreground ,ample/purple :background nil))))
+ ;; `(js2-jsdoc-html-tag-delimiter ((t (:foreground "green" :background
nil))))
+ ;; `(js2-jsdoc-html-tag-name ((t (:foreground "yellow" :background nil))))
+ ;; `(js2-jsdoc-tag ((t (:foreground "SlateGray" :background nil))))
+ ;; `(js2-jsdoc-type ((t (:foreground "SteelBlue" :background nil))))
+ ;; `(js2-jsdoc-value ((t (:foreground "PeachPuff3" :background nil))))
+ ;; `(js2-private-function-call ((t (:foreground "goldenrod" :background
nil))))
+ `(js2-private-member ((t (:foreground "PeachPuff3" :background nil))))
+ `(js2-warning ((t (:foreground nil :background nil :underline
,ample/orange))))
+
+
;; helm
`(helm-M-x-key (( t (:foreground ,ample/orange :underline nil))))
;;`(helm-action (( t ())))