From 7f662708fa98af45ed081e4c642434454e70aceb Mon Sep 17 00:00:00 2001 From: spacewander Date: Tue, 13 Oct 2015 23:54:52 +0800 Subject: [PATCH] use real purplish --- bin/git-effort | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/git-effort b/bin/git-effort index 0e79ed3..c0ee24d 100755 --- a/bin/git-effort +++ b/bin/git-effort @@ -63,8 +63,8 @@ color_for() { elif [ $1 -gt 150 ]; then color="$(tputq setaf 1)" # red elif [ $1 -gt 125 ]; then color="$(tputq setaf 2)$(tputq bold)" elif [ $1 -gt 100 ]; then color="$(tputq setaf 2)" # green - elif [ $1 -gt 75 ]; then color="$(tputq setaf 93)$(tputq bold)" - elif [ $1 -gt 50 ]; then color="$(tputq setaf 93)" # purplish + elif [ $1 -gt 75 ]; then color="$(tputq setaf 5)$(tputq bold)" + elif [ $1 -gt 50 ]; then color="$(tputq setaf 5)" # purplish elif [ $1 -gt 25 ]; then color="$(tputq setaf 3)$(tputq bold)" elif [ $1 -gt 10 ]; then color="$(tputq setaf 3)" # yellow else color="$(tputq sgr0)" # default color