From 41341f4d6cfbb760275bb9ba8ec82ca1526159ec Mon Sep 17 00:00:00 2001 From: George Tsafas Date: Thu, 22 Sep 2011 09:30:55 -0400 Subject: [PATCH] Made color options --- themes/basic.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/basic.zsh-theme b/themes/basic.zsh-theme index defa7d1e3..f826998b6 100644 --- a/themes/basic.zsh-theme +++ b/themes/basic.zsh-theme @@ -9,7 +9,7 @@ RPROMPT='%{$fg_bold[$NCOLOR]%}%n%{$fg_bold[$AT_COLOR]%}@%{$fg_bold[white]%}%m %{ # git theming -ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}::%{$fg_no_bold[white]%}%B" +ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[$AT_COLOR]%}::%{$fg_no_bold[white]%}%B" ZSH_THEME_GIT_PROMPT_SUFFIX="%b%{$fg_bold[blue]%}%{$reset_color%}" ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg_bold[green]%} ✔" ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg_bold[red]%} ✗"