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

    change helm buffer file color
---
 ujelly-theme.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ujelly-theme.el b/ujelly-theme.el
index 8fff844..d2e2d66 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.7
+;; Version: 1.1.8
 
 ;; Inspired by jellybeans: 
http://www.vim.org/scripts/script.php?script_id=2555.
 (deftheme ujelly "The ujelly color theme")
@@ -89,7 +89,7 @@
        `(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-file ((,class (:foreground ,ujelly-fg))))
        `(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))))

Reply via email to