summaryrefslogtreecommitdiff
path: root/11_Colors.zsh
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@anevia.com>2015-06-18 17:21:15 +0200
committerHugues Hiegel <hugues.hiegel@anevia.com>2015-06-18 17:21:39 +0200
commit57a1cf10431e7c98663ddd11b7f27eaf80f222ba (patch)
tree255f073f8c5bd037f0a4de79f775107292471e63 /11_Colors.zsh
parent6996a46cea4dd30ee5a6a3763def8671aa0c9f23 (diff)
Colors..
Diffstat (limited to '11_Colors.zsh')
-rw-r--r--11_Colors.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/11_Colors.zsh b/11_Colors.zsh
index b61ebae..d5ae7ce 100644
--- a/11_Colors.zsh
+++ b/11_Colors.zsh
@@ -81,7 +81,7 @@ __set_prompt_colors ()
_gcl_colors[init]="$color[black];$color[bold]"
_gcl_colors[gitdir]="$color[red];$color[bold]"
_gcl_colors[uptodate]="38;5;39"
- _gcl_colors[merging]="$color[bg-black]"
+ _gcl_colors[merging]="48;5;202"
_gcl_colors[changed]="$color[green]"
_gcl_colors[cached]="$color[yellow];$color[bold]"
_gcl_colors[mixed]="$color[green];$color[bold]"