branch: elpa/apropospriate-theme
commit 2baf01a315fbf8692dd02ddea747f11387dfffc4
Author: justin talbott <[email protected]>
Commit: justin talbott <[email protected]>
eshell directory consistently as brown
---
apropospriate.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apropospriate.el b/apropospriate.el
index b063fa6..ac48908 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -506,7 +506,7 @@
(eshell-ls-archive :foreground ,teal :weight bold)
(eshell-ls-backup :inherit font-lock-comment-face)
(eshell-ls-clutter :inherit font-lock-comment-face)
- (eshell-ls-directory :foreground ,blue :weight bold)
+ (eshell-ls-directory :foreground ,brown :weight bold)
(eshell-ls-executable :foreground ,red :weight bold)
(eshell-ls-unreadable :inherit font-lock-comment-face)
(eshell-ls-missing :inherit font-lock-warning-face)