Skip to content

Commit dc16b72

Browse files
committed
Fix green color for 256-color terminals
1 parent 7d36354 commit dc16b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ if command -pv 'tput' > /dev/null; then
9494
# Do we have support for 256 colors to make it more readable?
9595
if [ "$ncolors" -ge 256 ]; then
9696
RED=$(tput setaf 124)
97-
GREEN=$(tput setaf 42)
97+
GREEN=$(tput setaf 34)
9898
YELLOW=$(tput setaf 186)
9999
BLUE=$(tput setaf 25)
100100
ORANGE=$(tput setaf 202)

0 commit comments

Comments
 (0)