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

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

[nongnu] elpa/gotham-theme e907a65f9b 028/214: Add eshell


From: ELPA Syncer
Subject: [nongnu] elpa/gotham-theme e907a65f9b 028/214: Add eshell
Date: Fri, 7 Jan 2022 17:58:38 -0500 (EST)

branch: elpa/gotham-theme
commit e907a65f9b0e5e1a6e6d4dcb1aef06a00b73fe8b
Author: Vasilij Schneidermann <v.schneidermann@gmail.com>
Commit: Vasilij Schneidermann <v.schneidermann@gmail.com>

    Add eshell
---
 gotham-theme.el | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/gotham-theme.el b/gotham-theme.el
index c530eb28eb..f83d97a23a 100644
--- a/gotham-theme.el
+++ b/gotham-theme.el
@@ -170,6 +170,19 @@ depending on DISPLAY for keys which are either :foreground 
or
    (custom-button :foreground base4 :box t)
    (custom-button-mouse :foreground base5 :box t)
    (custom-group-tag :inherit fixed-pitch :foreground magenta)
+   ;; eshell
+   (eshell-prompt :foreground yellow :weight bold)
+   (eshell-ls-archive :foreground magenta)
+   (eshell-ls-backup :foreground violet :weight bold)
+   (eshell-ls-clutter :foreground base5)
+   (eshell-ls-directory :foreground cyan :weight bold)
+   (eshell-ls-executable :foreground green)
+   (eshell-ls-missing :foreground red :weight bold)
+   (eshell-ls-product :foreground base3)
+   (eshell-ls-readonly :foreground red)
+   (eshell-ls-special :foreground orange :weight bold)
+   (eshell-ls-symlink :foreground blue)
+   (eshell-ls-unreadable :foreground red)
 
    ;; ido
    (ido-first-match :foreground yellow :weight bold)



reply via email to

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