branch: elpa/ujelly-theme
commit 57dcb6520b2aae1d9e8d9fe8ac00bc2242177b46
Author: Mark Tran <[email protected]>
Commit: Mark Tran <[email protected]>
customize eshell-ls-product
---
ujelly-theme.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ujelly-theme.el b/ujelly-theme.el
index 61e81f6..6a33e4e 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.0.31
+;; Version: 1.0.32
;; Inspired by jellybeans:
http://www.vim.org/scripts/script.php?script_id=2555.
(deftheme ujelly "The ujelly color theme")
@@ -58,6 +58,7 @@
`(eshell-prompt ((,class (:foreground ,ujelly-red-0))))
`(eshell-ls-directory ((,class (:weight normal :foreground
,ujelly-green-2))))
`(eshell-ls-executable ((,class (:foreground ,ujelly-red-0))))
+ `(eshell-ls-product ((,class (:foreground ,ujelly-fg))))
`(eshell-ls-symlink ((,class (:foreground ,ujelly-purple-2))))
`(font-lock-builtin-face ((,class (:foreground ,ujelly-blue-0))))
`(font-lock-comment-face ((,class (:slant italic :foreground
,ujelly-grey-0))))