branch: elpa/ujelly-theme
commit 072bf8e97750bd9d8575ce77714343477b5e259b
Author: Mark Tran <[email protected]>
Commit: Mark Tran <[email protected]>
add customization for helm-ff-dotted-symlink-directory
---
ujelly-theme.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ujelly-theme.el b/ujelly-theme.el
index 5ae891c..465795f 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.15
+;; Version: 1.1.16
;; Inspired by jellybeans:
http://www.vim.org/scripts/script.php?script_id=2555.
(deftheme ujelly "The ujelly color theme")
@@ -100,6 +100,7 @@
`(helm-candidate-number ((,class (:foreground ,ujelly-fg :background
,ujelly-bg))))
`(helm-ff-directory ((,class (:background ,ujelly-bg))))
`(helm-ff-dotted-directory ((,class (:foreground ,ujelly-green-2
:background ,ujelly-bg))))
+ `(helm-ff-dotted-symlink-directory ((,class (:foreground
,ujelly-green-2 :background ,ujelly-bg))))
`(helm-ff-file ((,class (:foreground ,ujelly-fg))))
`(helm-grep-lineno ((,class (:foreground ,ujelly-fg))))
`(helm-match ((,class (:foreground ,ujelly-red-1 :background
,ujelly-bg))))