From 0a47451a462284d20c633a7d6b3431a71bf65759 Mon Sep 17 00:00:00 2001
From: "L.C. Karssen" <lennart@karssen.org>
Date: Tue, 8 Sep 2015 10:53:03 +0200
Subject: [PATCH] =?UTF-8?q?Updated=20colour=20of=20=E2=97=80=20in=20PROMPT?=
 =?UTF-8?q?2=20of=20the=20avit=20theme.=20In=20commit=20729fd53=20I=20inco?=
 =?UTF-8?q?rrectly=20only=20changed=20PROMPT1.=20Now=20both=20=E2=96=B6=20?=
 =?UTF-8?q?and=20=E2=97=80=20follow=20$CARETCOLOR.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 themes/avit.zsh-theme | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/avit.zsh-theme b/themes/avit.zsh-theme
index b5a05799e..3d097a240 100644
--- a/themes/avit.zsh-theme
+++ b/themes/avit.zsh-theme
@@ -4,7 +4,7 @@ PROMPT='
 $(_user_host)$(_current_dir) $(git_prompt_info) $(_ruby_version)
 %{$fg[$CARETCOLOR]%}▶%{$resetcolor%} '
 
-PROMPT2='%{$fg[grey]%}◀%{$reset_color%} '
+PROMPT2='%{$fg[$CARETCOLOR]%}◀%{$reset_color%} '
 
 RPROMPT='$(_vi_status)%{$(echotc UP 1)%}$(_git_time_since_commit) $(git_prompt_status) ${_return_status}%{$(echotc DO 1)%}'