From aabcf3f741c082f1c8493a5d48863d70e99faa6d Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Sun, 28 Nov 2021 11:45:12 -0500 Subject: [PATCH] fix context foreground to grey --- dot_p10k.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_p10k.zsh b/dot_p10k.zsh index 1f20dc4..bf84562 100644 --- a/dot_p10k.zsh +++ b/dot_p10k.zsh @@ -903,7 +903,7 @@ typeset -g POWERLEVEL9K_CONTEXT_{REMOTE,REMOTE_SUDO}_FOREGROUND=3 typeset -g POWERLEVEL9K_CONTEXT_{REMOTE,REMOTE_SUDO}_BACKGROUND=0 # Default context color (no privileges, no SSH). - typeset -g POWERLEVEL9K_CONTEXT_FOREGROUND=3 + typeset -g POWERLEVEL9K_CONTEXT_FOREGROUND=7 typeset -g POWERLEVEL9K_CONTEXT_BACKGROUND=0 # Context format when running with privileges: user@hostname.