summaryrefslogtreecommitdiff
path: root/11_Colors.zsh
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@qosmos.com>2013-08-01 15:15:28 +0200
committerHugues Hiegel <hugues.hiegel@qosmos.com>2013-08-01 15:49:20 +0200
commit56f2fd9c0446a2a77322ed0270ac9d8778a1d489 (patch)
tree3ff4a5b260a24ef0f77d2b0706a8c636c68a2684 /11_Colors.zsh
parentabd3b826bedf0bf423da1d778bda53c889e29911 (diff)
[Git] Better ahead/behind/diverged managment
Diffstat (limited to '11_Colors.zsh')
-rw-r--r--11_Colors.zsh5
1 files changed, 3 insertions, 2 deletions
diff --git a/11_Colors.zsh b/11_Colors.zsh
index 055f28c..ada1fdb 100644
--- a/11_Colors.zsh
+++ b/11_Colors.zsh
@@ -81,11 +81,12 @@ __set_prompt_colors ()
_gcl_colors[init]="$color[black];$color[bold]"
_gcl_colors[gitdir]="$color[red];$color[bold]"
_gcl_colors[uptodate]="$_prompt_colors[generic]"
+ _gcl_colors[changed]="$color[green]"
_gcl_colors[cached]="$color[yellow];$color[bold]"
_gcl_colors[mixed]="$color[green];$color[bold]"
- _gcl_colors[changed]="$color[green]"
_gcl_colors[merging]="$color[bg-black]"
- _gcl_colors[ffwd]="$color[standout]"
+ _gcl_colors[ffwd]="$color[red];$color[bold]"
+ _gcl_colors[diverged]="$color[black];$color[bold]"
_guilt_colors[applied]=$_gcl_colors[cached]
_guilt_colors[unapplied]=$color[black]