summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorcanthiswait <canthiswait@gmail.com>2010-04-27 00:55:15 -0700
committerRobby Russell <robby@planetargon.com>2010-05-06 20:46:32 -0700
commit4155adeefe2c6a941917ece7bbe19bd68950553e (patch)
tree434d9c29950ecf89f4f1056afd38ed52599b7e9f /themes
parent91add78bdcecee469d6843e0b16f5ac353fd25c1 (diff)
downloadzsh-4155adeefe2c6a941917ece7bbe19bd68950553e.tar.gz
zsh-4155adeefe2c6a941917ece7bbe19bd68950553e.tar.bz2
zsh-4155adeefe2c6a941917ece7bbe19bd68950553e.zip
Fixed color in last character of clean git info
Diffstat (limited to 'themes')
-rw-r--r--themes/sporty_256.zsh-theme2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/sporty_256.zsh-theme b/themes/sporty_256.zsh-theme
index 66c86980c..db0fc4277 100644
--- a/themes/sporty_256.zsh-theme
+++ b/themes/sporty_256.zsh-theme
@@ -10,4 +10,4 @@ RPROMPT='%B%F{208}%n%f%{$fg_bold[white]%}@%F{039}%m%f%{$reset_color%}'
ZSH_THEME_GIT_PROMPT_PREFIX="%F{154}±|%f%F{124}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[red]%}%B✘%b%F{154}|%f%{$reset_color%}"
-ZSH_THEME_GIT_PROMPT_CLEAN=" %{$fg[green]%}✔%{$fg[blue]%}|"
+ZSH_THEME_GIT_PROMPT_CLEAN=" %{$fg[green]%}✔%F{154}|"