From c9ca48747574422682b7488da1092fbb34aec242 Mon Sep 17 00:00:00 2001 From: Miranda Marquez Date: Mon, 9 Sep 2024 18:16:20 -0800 Subject: [PATCH] redefine eshell-prompt face, default is ugly --- p11k.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/p11k.el b/p11k.el index 07f942c..70a056c 100644 --- a/p11k.el +++ b/p11k.el @@ -147,6 +147,9 @@ (defface p11k/cyan '((t (:foreground "cyan"))) "Face for \"cyan\" parts of p11k prompt.") +(defface eshell-prompt '((t (:inherit 'default))) + "Redefining the base esh prompt to neutral. for p11k.") + (defun p11k/setup-git-status () "Declare variables and faces for git info in p11k prompt." (face-spec-set 'gitstatus-clean-face '((t (:inherit 'p11k/green))))