Skip to content

Commit

Permalink
Merge pull request #468 from spacewander/use-real-purplish
Browse files Browse the repository at this point in the history
use real purplish
  • Loading branch information
hemanth committed Oct 18, 2015
2 parents f799e96 + 7f66270 commit 7dce2bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/git-effort
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7dce2bb

Please sign in to comment.