From 416129dfe477a171ade7a7dcc767856247e002ac Mon Sep 17 00:00:00 2001 From: Ben Hilburn Date: Sun, 25 Jan 2015 21:07:43 -0800 Subject: [PATCH] powerlevel-9k: slightly tweaking colors --- powerlevel9k.zsh-theme | 4 ++-- 1 file 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