branch: elpa/apropospriate-theme
commit 7eaf4c98db7f7c8d58f52b785a8fe3668f1e6f85
Author: Nicolas G. Querol <[email protected]>
Commit: Nicolas G. Querol <[email protected]>

    Add eshell faces
---
 apropospriate.el | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/apropospriate.el b/apropospriate.el
index 6554ecd..b70da60 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -490,7 +490,19 @@
               (erb-comment-delim-face :background ,base00+1 :foreground 
,base01)
 
               (pulse-highlight-face :background ,pink)
-              (pulse-highlight-start-face :background ,pink))))
+              (pulse-highlight-start-face :background ,pink)
+
+              (eshell-prompt :foreground ,green :weight bold)
+              (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-executable :foreground ,red :weight bold)
+              (eshell-ls-unreadable :inherit font-lock-comment-face)
+              (eshell-ls-missing :inherit font-lock-warning-face)
+              (eshell-ls-product :inherit font-lock-doc-face)
+              (eshell-ls-special :foreground ,orange :weight bold)
+              (eshell-ls-symlink :foreground ,purple :weight bold))))
 
     (custom-theme-set-variables theme-name
 

Reply via email to