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 febfd98
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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 Expand Up @@ -386,9 +386,9 @@

# Styling for different parts of Git status.
local meta='%7F' # white foreground
local clean='%0F' # black foreground
local modified='%0F' # black foreground
local untracked='%0F' # black foreground
local clean='%236F' # black foreground
local modified='%236F' # black foreground
local untracked='%236F' # black foreground
local conflicted='%1F' # red foreground

local res
Expand Down

0 comments on commit febfd98

Please sign in to comment.