From fbc42ca626966261431bda94bc229d46d57d3504 Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Tue, 13 Dec 2022 03:04:40 -0500 Subject: [PATCH] Improve eshell colors --- mood-adwaita-theme.el | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/mood-adwaita-theme.el b/mood-adwaita-theme.el index 26f5a59..832dcc6 100644 --- a/mood-adwaita-theme.el +++ b/mood-adwaita-theme.el @@ -280,16 +280,16 @@ `(elfeed-search-unread-title-face ((,class (:foreground ,fg :Weight bold)))) ;; eshell - `(eshell-prompt ((,class (:foreground ,blue :weight bold)))) + `(eshell-prompt ((,class (:foreground ,teal :weight bold)))) `(eshell-ls-archive ((,class (:foreground ,magenta)))) - `(eshell-ls-backup ((,class (:foreground ,yellow)))) - `(eshell-ls-clutter ((,class (:foreground ,red)))) + `(eshell-ls-backup ((,class (:foreground ,base-7)))) + `(eshell-ls-clutter ((,class (:foreground ,base-5)))) `(eshell-ls-directory ((,class (:foreground ,blue)))) `(eshell-ls-executable ((,class (:foreground ,green)))) - `(eshell-ls-missing ((,class (:foreground ,red)))) - `(eshell-ls-product ((,class (:foreground ,orange)))) - `(eshell-ls-readonly ((,class (:foreground ,orange)))) - `(eshell-ls-special ((,class (:foreground ,violet)))) + `(eshell-ls-missing ((,class (:foreground ,base-5)))) + `(eshell-ls-product ((,class (:foreground ,teal)))) + `(eshell-ls-readonly ((,class (:foreground ,violet)))) + `(eshell-ls-special ((,class (:foreground ,magenta)))) `(eshell-ls-symlink ((,class (:foreground ,cyan)))) `(eshell-ls-unreadable ((,class (:foreground ,base-5))))