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

    set weight to normal for eshell faces
---
 ujelly-theme.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ujelly-theme.el b/ujelly-theme.el
index 44f4277..970ec4d 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.40
+;; Version: 1.0.41
 
 ;; Inspired by jellybeans: 
http://www.vim.org/scripts/script.php?script_id=2555.
 (deftheme ujelly "The ujelly color theme")
@@ -61,9 +61,9 @@
        `(erc-timestamp-face ((,class (:foreground ,ujelly-purple-0))))
        `(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-executable ((,class (:weight normal :foreground 
,ujelly-red-0))))
        `(eshell-ls-product ((,class (:foreground ,ujelly-fg))))
-       `(eshell-ls-symlink ((,class (:foreground ,ujelly-purple-2))))
+       `(eshell-ls-symlink ((,class (:weight normal :foreground 
,ujelly-purple-2))))
        `(font-lock-builtin-face ((,class (:foreground ,ujelly-blue-0))))
        `(font-lock-comment-face ((,class (:slant italic :foreground 
,ujelly-grey-0))))
        `(font-lock-constant-face ((,class (:foreground ,ujelly-green-1))))

Reply via email to