mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
powerlevel-9k: slightly tweaking colors
This commit is contained in:
parent
16621f2ce5
commit
416129dfe4
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@
|
|||
|
||||
setopt prompt_subst
|
||||
autoload -Uz vcs_info
|
||||
zstyle ':vcs_info:*' stagedstr '✚'
|
||||
zstyle ':vcs_info:git:*' unstagedstr '●'
|
||||
zstyle ':vcs_info:*' stagedstr '%F{black}✚%f'
|
||||
zstyle ':vcs_info:git:*' unstagedstr '%F{black}●%f'
|
||||
zstyle ':vcs_info:git*' actionformats " %b %F{red}| %a%f"
|
||||
zstyle ':vcs_info:git*' formats " %b %c%u%m"
|
||||
zstyle ':vcs_info:*' check-for-changes true
|
||||
|
|
Loading…
Reference in a new issue