powerlevel10k icon indicating copy to clipboard operation
powerlevel10k copied to clipboard

VCS_BRANCH_FOREGROUND

Open justageek opened this issue 1 year ago • 1 comments

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

justageek avatar Jan 02 '25 17:01 justageek

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.

romkatv avatar Jan 02 '25 17:01 romkatv