From c43539e5c6df684d5328f2294472701c9e2d0246 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Wed, 20 Jun 2012 10:50:23 +0200 Subject: [Vim-mode] commands in same color as hbar. --- 12_Prompts.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '12_Prompts.zsh') diff --git a/12_Prompts.zsh b/12_Prompts.zsh index 5d76806..f7060af 100644 --- a/12_Prompts.zsh +++ b/12_Prompts.zsh @@ -285,7 +285,7 @@ __show_date() __display_vi_mode() { - echo -n "$C_$color[bold];$color[yellow]$_C%8v" + echo -n "$C_$color[bold];$_prompt_colors[bar]$_C%8v" } PS1_TASKBAR+=(__display_vi_mode) -- cgit v1.2.3