From 04117fb5a951d44b773053f902c29d2b7acc3be0 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Tue, 14 Mar 2023 11:02:29 +0100 Subject: [PATCH] [Emacs] Nicer faces for eshell-info-banner with my current theme --- org/config/emacs.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/org/config/emacs.org b/org/config/emacs.org index 4d650ff..c97b688 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -3616,6 +3616,11 @@ the git repository. :protocol ssh :repo "phundrak/eshell-info-banner.el") :hook (eshell-banner-load . eshell-info-banner-update-banner) + :custom-face + (eshell-info-banner-normal-face ((t :foreground "#A3BE8C"))) + (eshell-info-banner-background-face ((t :foreground "#E5E9F0"))) + (eshell-info-banner-warning-face ((t :foreround "#D08770"))) + (eshell-info-banner-critical-face ((t :foreground "#BF616A"))) :config (setq eshell-info-banner-width 80 eshell-info-banner-partition-prefixes '("/dev" "zroot" "tank")))