diff options
author | Ben Hilburn <bhilburn@gmail.com> | 2015-01-26 08:07:43 +0300 |
---|---|---|
committer | Ben Hilburn <bhilburn@gmail.com> | 2015-01-29 07:59:23 +0300 |
commit | 416129dfe477a171ade7a7dcc767856247e002ac (patch) | |
tree | ebefc71d6cce910bb0079ed14f0037c2d0878b54 /powerlevel9k.zsh-theme | |
parent | 16621f2ce5ffddda2e40699ee84d20811bcb803a (diff) |
powerlevel-9k: slightly tweaking colors
Diffstat (limited to 'powerlevel9k.zsh-theme')
-rw-r--r-- | powerlevel9k.zsh-theme | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/powerlevel9k.zsh-theme b/powerlevel9k.zsh-theme index 32114523..f41a4f56 100644 --- a/powerlevel9k.zsh-theme +++ b/powerlevel9k.zsh-theme @@ -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 |