[Emacs] Nicer faces for eshell-info-banner with my current theme

This commit is contained in:
Lucien Cartier-Tilet 2023-03-14 11:02:29 +01:00
parent 93c3e1cdae
commit 04117fb5a9
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 5 additions and 0 deletions

View File

@ -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")))