emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/ample-theme d102814 055/137: some js2 faces


From: ELPA Syncer
Subject: [nongnu] elpa/ample-theme d102814 055/137: some js2 faces
Date: Thu, 21 Oct 2021 18:00:17 -0400 (EDT)

branch: elpa/ample-theme
commit d102814d5314bfdb66cb0f5602c9d53793f68f63
Author: jordonbiondo <biondoj@mail.gvsu.edu>
Commit: jordonbiondo <biondoj@mail.gvsu.edu>

    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 ())))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]