From 131e31f11dc30c5b75d4d286388c5ddc0bbe5808 Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Fri, 26 Nov 2021 23:14:32 -0500 Subject: [PATCH] change dir background to darker blue --- dot_p10k.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_p10k.zsh b/dot_p10k.zsh index c68bd4e..1f20dc4 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=004 + typeset -g POWERLEVEL9K_DIR_BACKGROUND=4 # 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