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

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

[nongnu] elpa/apropospriate-theme a7ea1a3 034/118: Merge pull request #8


From: ELPA Syncer
Subject: [nongnu] elpa/apropospriate-theme a7ea1a3 034/118: Merge pull request #8 from ngquerol/master
Date: Thu, 21 Oct 2021 18:02:17 -0400 (EDT)

branch: elpa/apropospriate-theme
commit a7ea1a35a2f2c0b9981e3e6a63de83837629350b
Merge: 0849ce1 7eaf4c9
Author: justin talbott <justin@waymondo.com>
Commit: justin talbott <justin@waymondo.com>

    Merge pull request #8 from ngquerol/master
    
    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

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