powerlevel10k
powerlevel10k copied to clipboard
VCS_BRANCH_FOREGROUND
Nothing I try seems to set this value to white, I have the following in .p10k.zsh
#####################################[ vcs: git status ]######################################
# Version control background colors.
typeset -g POWERLEVEL9K_VCS_CLEAN_BACKGROUND='#000080'
typeset -g POWERLEVEL9K_VCS_MODIFIED_BACKGROUND='#000080'
typeset -g POWERLEVEL9K_VCS_UNTRACKED_BACKGROUND='#000080'
typeset -g POWERLEVEL9K_VCS_CONFLICTED_BACKGROUND='#000080'
typeset -g POWERLEVEL9K_VCS_LOADING_BACKGROUND=8
typeset -g POWERLEVEL9K_VCS_FOREGROUND=254
typeset -g POWERLEVEL9K_VCS_BRANCH_FOREGROUND=255
There is no POWERLEVEL9K_VCS_BRANCH_FOREGROUND parameter. The rest do exist.
If you want full control over the format of vcs, run p10k configure and choose Lean style. Then edit my_git_formatter in ~/.p10k.zsh.