From 09cf83b63d8c1a8d7a2775c6690d4dd386876041 Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Fri, 26 Nov 2021 23:00:20 -0500 Subject: [PATCH] change dir background --- dot_p10k.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_p10k.zsh b/dot_p10k.zsh index ea94d56..c68bd4e 100644 --- a/dot_p10k.zsh +++ b/dot_p10k.zsh @@ -206,9 +206,9 @@ ##################################[ dir: current directory ]################################## # Current directory background color. - typeset -g POWERLEVEL9K_DIR_BACKGROUND=062 + typeset -g POWERLEVEL9K_DIR_BACKGROUND=004 # Default current directory foreground color. - typeset -g POWERLEVEL9K_DIR_FOREGROUND=254 + typeset -g POWERLEVEL9K_DIR_FOREGROUND=250 # If directory is too long, shorten some of its segments to the shortest possible unique # prefix. The shortened directory can be tab-completed to the original. typeset -g POWERLEVEL9K_SHORTEN_STRATEGY=truncate_to_unique