branch: elpa/ujelly-theme
commit 9e8365fc60541e5adb4ccf416cc7d7deb6a55171
Author: Mark Tran <[email protected]>
Commit: Mark Tran <[email protected]>

    add js2-function-param face
---
 ujelly-theme.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ujelly-theme.el b/ujelly-theme.el
index 4353b1a..41d3878 100644
--- a/ujelly-theme.el
+++ b/ujelly-theme.el
@@ -2,7 +2,7 @@
 
 ;; Author: Mark Tran <[email protected]>
 ;; URL: http://github.com/marktran/color-theme-ujelly
-;; Version: 1.1.38
+;; Version: 1.1.39
 
 ;; 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-function-param ((,class (:foreground ,ujelly-fg))))
        `(lazy-highlight ((,class (:foreground ,ujelly-red-1 :background nil))))
        `(linum ((,class (:slant italic :foreground ,ujelly-grey-4))))
        `(magit-blame-heading ((,class (:foreground ,ujelly-grey-1 :background 
,ujelly-grey-2))))

Reply via email to