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

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

[nongnu] elpa/ujelly-theme 69bbb94 123/137: set js2-external-variable


From: ELPA Syncer
Subject: [nongnu] elpa/ujelly-theme 69bbb94 123/137: set js2-external-variable
Date: Thu, 21 Oct 2021 18:12:25 -0400 (EDT)

branch: elpa/ujelly-theme
commit 69bbb941a6835137564b919109884d056429f2f0
Author: Mark Tran <mark.tran@gmail.com>
Commit: Mark Tran <mark.tran@gmail.com>

    set js2-external-variable
---
 ujelly-theme.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ujelly-theme.el b/ujelly-theme.el
index 10a5f11..0cecc47 100644
--- a/ujelly-theme.el
+++ b/ujelly-theme.el
@@ -2,7 +2,7 @@
 
 ;; Author: Mark Tran <mark.tran@gmail.com>
 ;; URL: http://github.com/marktran/color-theme-ujelly
-;; Version: 1.1.40
+;; Version: 1.1.41
 
 ;; Inspired by jellybeans: 
http://www.vim.org/scripts/script.php?script_id=2555.
 (deftheme ujelly "The ujelly color theme")
@@ -140,6 +140,7 @@
        `(ivy-minibuffer-match-face-2 ((,class (:foreground ,ujelly-orange-0))))
        `(ivy-minibuffer-match-face-3 ((,class (:foreground ,ujelly-orange-0))))
        `(ivy-minibuffer-match-face-4 ((,class (:foreground ,ujelly-orange-0))))
+       `(js2-external-variable ((,class (:foreground ,ujelly-yellow-0))))
        `(js2-function-param ((,class (:foreground ,ujelly-fg))))
        `(lazy-highlight ((,class (:foreground ,ujelly-red-1 :background nil))))
        `(linum ((,class (:slant italic :foreground ,ujelly-grey-4))))



reply via email to

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