branch: elpa/ujelly-theme
commit 43b2e0e9bd8419d00f2500b421efb218fc2e4e36
Author: Mark Tran <[email protected]>
Commit: Mark Tran <[email protected]>
add customization for helm-ff-executable
---
ujelly-theme.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ujelly-theme.el b/ujelly-theme.el
index b24af47..f22653d 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.24
+;; Version: 1.1.25
;; Inspired by jellybeans:
http://www.vim.org/scripts/script.php?script_id=2555.
(deftheme ujelly "The ujelly color theme")
@@ -105,6 +105,7 @@
`(helm-ff-directory ((,class (:foreground ,ujelly-green-2))))
`(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-executable ((,class (:foreground ,ujelly-red-0))))
`(helm-ff-file ((,class (:foreground ,ujelly-fg))))
`(helm-ff-symlink ((,class (:foreground ,ujelly-purple-2))))
`(helm-grep-lineno ((,class (:foreground ,ujelly-fg))))