summaryrefslogtreecommitdiff
path: root/11_Prompts.zsh
diff options
context:
space:
mode:
Diffstat (limited to '11_Prompts.zsh')
-rw-r--r--11_Prompts.zsh4
1 files changed, 2 insertions, 2 deletions
diff --git a/11_Prompts.zsh b/11_Prompts.zsh
index b07d017..ddbdc56 100644
--- a/11_Prompts.zsh
+++ b/11_Prompts.zsh
@@ -39,8 +39,8 @@ COLOR_HIST="$VOID"
COLOR_AROB="0;1;%(! $BOLD; )$GENERIC"
COLOR_DIES="0;%(! $BOLD; )"
COLOR_DOUBLEDOT="0;%(! $VOID $VOID)"
-COLOR_BRANCH_OR_REV="0;$GENERIC;$BOLD"
-COLOR_NOT_UPTODATE="0;%(! $GENERIC $RED;$BOLD)"
+COLOR_BRANCH_OR_REV="0;$GENERIC"
+COLOR_NOT_UPTODATE="0;%(! $GENERIC $YELLOW;$BOLD)"
COLOR_BRACES="0;$CYAN"
COLOR_PAREN="0;$CYAN"
COLOR_BAR="0;$GENERIC;$BOLD"