branch: elpa/ujelly-theme
commit d7161821cab34599e79bcc405d19f49df8559bae
Author: Mark Tran <[email protected]>
Commit: Mark Tran <[email protected]>
add additional helm customizations
---
ujelly-theme.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/ujelly-theme.el b/ujelly-theme.el
index 16e6343..2e9408f 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.5
+;; Version: 1.1.6
;; Inspired by jellybeans:
http://www.vim.org/scripts/script.php?script_id=2555.
(deftheme ujelly "The ujelly color theme")
@@ -89,6 +89,8 @@
`(git-commit-comment-heading ((,class (:foreground ,ujelly-yellow-0))))
`(git-commit-summary ((,class (:foreground ,ujelly-fg))))
`(header-line ((,class (:foreground ,ujelly-fg))))
+ `(helm-buffer-file ((,class (:foreground ,ujelly-yellow-0))))
+ `(helm-buffer-process ((,class (:foreground ,ujelly-yellow-0))))
`(helm-buffer-size ((,class (:foreground ,ujelly-fg))))
`(helm-candidate-number ((,class (:foreground ,ujelly-fg :background
,ujelly-bg))))
`(helm-ff-directory ((,class (:background ,ujelly-bg))))