From 5acc8f6c5011b783bcbd3742e6e1e67331144eb7 Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Mon, 29 Nov 2021 10:10:17 -0500 Subject: [PATCH] tone down the blue background on dir --- dot_p10k.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_p10k.zsh b/dot_p10k.zsh index bf84562..b01185f 100644 --- a/dot_p10k.zsh +++ b/dot_p10k.zsh @@ -206,7 +206,7 @@ ##################################[ dir: current directory ]################################## # Current directory background color. - typeset -g POWERLEVEL9K_DIR_BACKGROUND=4 + typeset -g POWERLEVEL9K_DIR_BACKGROUND=17 # Default current directory foreground color. typeset -g POWERLEVEL9K_DIR_FOREGROUND=250 # If directory is too long, shorten some of its segments to the shortest possible unique