From b260aec7a84a68164c8e865a7f35407f7818c42e Mon Sep 17 00:00:00 2001 From: "Lee, Jun Seok" Date: Sun, 26 May 2024 04:10:09 +0900 Subject: [PATCH] Update p10k prompt color for warp --- zsh/p10k.zsh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/zsh/p10k.zsh b/zsh/p10k.zsh index cbba7d8..734a5be 100644 --- a/zsh/p10k.zsh +++ b/zsh/p10k.zsh @@ -214,7 +214,7 @@ ##################################[ dir: current directory ]################################## # Current directory background color. - typeset -g POWERLEVEL9K_DIR_BACKGROUND=4 + typeset -g POWERLEVEL9K_DIR_BACKGROUND=33 # Default current directory foreground color. typeset -g POWERLEVEL9K_DIR_FOREGROUND=254 # If directory is too long, shorten some of its segments to the shortest possible unique @@ -353,10 +353,10 @@ #####################################[ vcs: git status ]###################################### # Version control background colors. - typeset -g POWERLEVEL9K_VCS_CLEAN_BACKGROUND=2 - typeset -g POWERLEVEL9K_VCS_MODIFIED_BACKGROUND=3 - typeset -g POWERLEVEL9K_VCS_UNTRACKED_BACKGROUND=2 - typeset -g POWERLEVEL9K_VCS_CONFLICTED_BACKGROUND=3 + typeset -g POWERLEVEL9K_VCS_CLEAN_BACKGROUND=34 + typeset -g POWERLEVEL9K_VCS_MODIFIED_BACKGROUND=136 + typeset -g POWERLEVEL9K_VCS_UNTRACKED_BACKGROUND=34 + typeset -g POWERLEVEL9K_VCS_CONFLICTED_BACKGROUND=136 typeset -g POWERLEVEL9K_VCS_LOADING_BACKGROUND=8 # Branch icon. Set this parameter to '\UE0A0 ' for the popular Powerline branch icon.