From 1ff9752c264892458791c7835785f0edfddac473 Mon Sep 17 00:00:00 2001 From: Kilobyte22 Date: Wed, 24 Dec 2014 00:42:10 +0100 Subject: [PATCH] Fixed git background not showing correctly --- themes/agnoster.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/agnoster.zsh-theme b/themes/agnoster.zsh-theme index f296f3dd9..a87f4744c 100644 --- a/themes/agnoster.zsh-theme +++ b/themes/agnoster.zsh-theme @@ -46,7 +46,7 @@ : ${AGNOSTER_GIT_CLEAN_FG:=black} : ${AGNOSTER_GIT_CLEAN_BG:=green} : ${AGNOSTER_GIT_DIRTY_FG:=black} -: ${AGNOSTER_GIT_DIRTY_BG:=orange} +: ${AGNOSTER_GIT_DIRTY_BG:=yellow} # Mercurial related : ${AGNOSTER_HG_NEWFILE_FG:=white}