branch: externals/ef-themes
commit 8cc943c106e52df19ca7e8ced37c6e4df035f029
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Add support for Eshell
---
ef-themes.el | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/ef-themes.el b/ef-themes.el
index da97e68e39..288a762c93 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -290,6 +290,19 @@ When called from Lisp, THEME is a symbol."
`(elfeed-search-title-face ((,c :foreground ,fg-dim)))
`(elfeed-search-unread-count-face ((,c :inherit bold)))
`(elfeed-search-unread-title-face ((,c :inherit bold :foreground
,fg-main)))
+;;;; eshell
+ `(eshell-ls-archive ((,c :foreground ,accent-2)))
+ `(eshell-ls-backup ((,c :inherit shadow)))
+ `(eshell-ls-clutter ((,c :inherit shadow)))
+ `(eshell-ls-directory ((,c :foreground ,accent-0)))
+ `(eshell-ls-executable ((,c :foreground ,accent-1)))
+ `(eshell-ls-missing ((,c :inherit error)))
+ `(eshell-ls-product ((,c :inherit shadow)))
+ `(eshell-ls-readonly ((,c :foreground ,warning)))
+ `(eshell-ls-special ((,c :foreground ,magenta)))
+ `(eshell-ls-symlink ((,c :inherit link)))
+ `(eshell-ls-unreadable ((,c :inherit shadow)))
+ `(eshell-prompt ((,c :inherit minibuffer-prompt)))
;;;; font-lock
`(font-lock-builtin-face ((,c :foreground ,builtin)))
`(font-lock-comment-delimiter-face ((,c :inherit font-lock-comment-face)))