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

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

[nongnu] elpa/ample-theme 7ee2328 064/137: js2 colors


From: ELPA Syncer
Subject: [nongnu] elpa/ample-theme 7ee2328 064/137: js2 colors
Date: Thu, 21 Oct 2021 18:00:18 -0400 (EDT)

branch: elpa/ample-theme
commit 7ee2328426b1c489b21a5ce9178c5e98e820a813
Author: unknown <jordon.biondo@WIND-021.sp.lan>
Commit: unknown <jordon.biondo@WIND-021.sp.lan>

    js2 colors
---
 ample-theme.el | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/ample-theme.el b/ample-theme.el
index 411b3f6..48e03c9 100644
--- a/ample-theme.el
+++ b/ample-theme.el
@@ -173,17 +173,17 @@
    `(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))))
+   `(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 ,ample/dark-gray 
:background nil))))
+   `(js2-jsdoc-html-tag-name           ((t (:foreground ,ample/darkest-gray 
:background nil))))
+   `(js2-jsdoc-tag                     ((t (:foreground ,ample/dark-red 
:background nil))))
+   `(js2-jsdoc-type                    ((t (:foreground ,ample/red :background 
nil))))
+   `(js2-jsdoc-value                   ((t (:foreground ,ample/tan :background 
nil))))
+   `(js2-private-function-call         ((t (:foreground ,ample/dark-green 
:background nil))))
+   `(js2-private-member                        ((t (:foreground 
,ample/dark-tan :background nil))))
+   `(js2-warning                       ((t (:foreground nil :background nil 
:underline ,ample/orange))))
 
 
    ;; helm



reply via email to

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