shlist

share and manage lists between multiple people
Log | Files | Refs

commit 403f9e4034f93a36d9e202cc2a767c6d6a874ddb
parent 62c82db93e9ae024e1669ac2e085740f7bf3b495
Author: kyle <kyle@getaddrinfo.net>
Date:   Fri, 16 Oct 2015 23:22:10 -0600

tests: stay within the first 8 foreground colors

Diffstat:
Mrun_tests.sh | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/run_tests.sh b/run_tests.sh @@ -7,9 +7,9 @@ fi # if tput is available, we can do colors! if which tput; then - RED=$(tput setaf 9 0 0) - GREEN=$(tput setaf 10 0 0) - YELLOW=$(tput setaf 11 0 0) + RED=$(tput setaf 1 0 0) + GREEN=$(tput setaf 2 0 0) + YELLOW=$(tput setaf 3 0 0) RESET=$(tput sgr0) fi