branch: elpa/ujelly-theme
commit 80d2d18426b07428fef2f41a1abfff97ff0fd84b
Author: Mark Tran <[email protected]>
Commit: Mark Tran <[email protected]>
set weight to normal for eshell ls, bump version
---
ujelly-theme.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ujelly-theme.el b/ujelly-theme.el
index 72c9fb4..423f889 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.10
+;; Version: 1.0.11
;; Inspired by jellybeans:
http://www.vim.org/scripts/script.php?script_id=2555.
(deftheme ujelly "The ujelly color theme")
@@ -49,7 +49,7 @@
`(erc-prompt-face ((,class (:foreground ,ujelly-fg))))
`(erc-timestamp-face ((,class (:foreground ,ujelly-purple-0))))
`(eshell-prompt ((,class (:foreground ,ujelly-red-0))))
- `(eshell-ls-directory ((,class (:foreground ,ujelly-green-2))))
+ `(eshell-ls-directory ((,class (:weight normal :foreground
,ujelly-green-2))))
`(eshell-ls-executable ((,class (:foreground ,ujelly-red-0))))
`(eshell-ls-symlink ((,class (:foreground ,ujelly-red-2))))
`(font-lock-builtin-face ((,class (:foreground ,ujelly-blue-0))))