Browse code

tonotdo theme still not like I wanted

Toon Claes authored on 13/11/2009 at 22:44:28
Showing 1 changed files
... ...
@@ -2,10 +2,10 @@ PROMPT='%{$fg_no_bold[cyan]%}%n%{$fg_no_bold[magenta]%}•%{$fg_no_bold[green]%}
2 2
 RPROMPT='[%*]'
3 3
 
4 4
 # git theming
5
-ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}(%{$fg_no_bold[yellow]%}"
5
+ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}(%{$fg_no_bold[red]%}"
6 6
 ZSH_THEME_GIT_PROMPT_SUFFIX=""
7 7
 ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg_bold[blue]%})"
8
-ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg_bold[red]%}⚡%{$fg_bold[blue]%})"
8
+ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg_bold[yellow]%}⚡%{$fg_bold[blue]%})"
9 9
 
10 10
 # LS colors, made with http://geoff.greer.fm/lscolors/
11 11
 export LSCOLORS="Gxfxcxdxbxegedabagacad"