From a4650d4cee8a563416ab4fd9269e2e81a42c6205 Mon Sep 17 00:00:00 2001 From: ShokiNN Date: Tue, 12 Jan 2021 18:23:30 +0100 Subject: [PATCH] Change foreground color for kubecontext to black for better readability --- dotfiles/p10k.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/p10k.zsh b/dotfiles/p10k.zsh index 15651ef..206aa58 100644 --- a/dotfiles/p10k.zsh +++ b/dotfiles/p10k.zsh @@ -1272,7 +1272,7 @@ # '*prod*' PROD # These values are examples that are unlikely # '*test*' TEST # to match your needs. Customize them as needed. '*' DEFAULT) - typeset -g POWERLEVEL9K_KUBECONTEXT_DEFAULT_FOREGROUND=7 + typeset -g POWERLEVEL9K_KUBECONTEXT_DEFAULT_FOREGROUND=0 typeset -g POWERLEVEL9K_KUBECONTEXT_DEFAULT_BACKGROUND=5 # typeset -g POWERLEVEL9K_KUBECONTEXT_DEFAULT_VISUAL_IDENTIFIER_EXPANSION='⭐'