Skip to content

Commit

Permalink
Update p10k prompt color for warp
Browse files Browse the repository at this point in the history
  • Loading branch information
2JS committed May 25, 2024
1 parent d29bf4b commit b260aec
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions zsh/p10k.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit b260aec

Please sign in to comment.