Skip to content
New issue

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

VCS_BRANCH_FOREGROUND #2811

Open
justageek opened this issue Jan 2, 2025 · 1 comment
Open

VCS_BRANCH_FOREGROUND #2811

justageek opened this issue Jan 2, 2025 · 1 comment

Comments

@justageek
Copy link

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
@romkatv
Copy link
Owner

romkatv commented Jan 2, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants