Can you help me?
Peter-Roh opened this issue · 2 comments
Peter-Roh commented
black7375 commented
When using default setting
VCS and Load color are the same color, but it's strange..
Create custom theme setting.
cp $BVZSH/BlaCk-Void.ztheme ~/.ztheme
Change _powerline-nerd()
's ##-----Color Set
typeset -g POWERLEVEL9K_VCS_CLEAN_FOREGROUND='000' #alpha
typeset -g POWERLEVEL9K_VCS_CLEAN_BACKGROUND='040' #green or'165' #purple
typeset -g POWERLEVEL9K_VCS_UNTRACKED_FOREGROUND='000' #alpha
typeset -g POWERLEVEL9K_VCS_UNTRACKED_BACKGROUND='040' #green
typeset -g POWERLEVEL9K_VCS_MODIFIED_FOREGROUND='000' #alpha
typeset -g POWERLEVEL9K_VCS_MODIFIED_BACKGROUND='208' #orange
Colors refer to for code ({000..255}) print -P -- "$code: %F{$code}This is how your text would look like%f"
When using custom setting
Change to default setting.
typeset -g POWERLEVEL9K_VCS_CLEAN_FOREGROUND='000' #alpha
typeset -g POWERLEVEL9K_VCS_CLEAN_BACKGROUND='040' #green or'165' #purple
typeset -g POWERLEVEL9K_VCS_UNTRACKED_FOREGROUND='000' #alpha
typeset -g POWERLEVEL9K_VCS_UNTRACKED_BACKGROUND='040' #green
typeset -g POWERLEVEL9K_VCS_MODIFIED_FOREGROUND='000' #alpha
typeset -g POWERLEVEL9K_VCS_MODIFIED_BACKGROUND='208' #orange
Peter-Roh commented
Thanks a lot! This helped so much.