emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/ujelly-theme 80d2d18 023/137: set weight to normal for esh


From: ELPA Syncer
Subject: [nongnu] elpa/ujelly-theme 80d2d18 023/137: set weight to normal for eshell ls, bump version
Date: Thu, 21 Oct 2021 18:12:03 -0400 (EDT)

branch: elpa/ujelly-theme
commit 80d2d18426b07428fef2f41a1abfff97ff0fd84b
Author: Mark Tran <mark.tran@gmail.com>
Commit: Mark Tran <mark.tran@gmail.com>

    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 <mark.tran@gmail.com>
 ;; 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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]