We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
There is no POWERLEVEL9K_VCS_BRANCH_FOREGROUND parameter. The rest do exist.
POWERLEVEL9K_VCS_BRANCH_FOREGROUND
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.
vcs
p10k configure
my_git_formatter
~/.p10k.zsh
Sorry, something went wrong.
No branches or pull requests
Nothing I try seems to set this value to white, I have the following in .p10k.zsh
The text was updated successfully, but these errors were encountered: