We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d36354 commit dc16b72Copy full SHA for dc16b72
slib.sh
@@ -94,7 +94,7 @@ if command -pv 'tput' > /dev/null; then
94
# Do we have support for 256 colors to make it more readable?
95
if [ "$ncolors" -ge 256 ]; then
96
RED=$(tput setaf 124)
97
- GREEN=$(tput setaf 42)
+ GREEN=$(tput setaf 34)
98
YELLOW=$(tput setaf 186)
99
BLUE=$(tput setaf 25)
100
ORANGE=$(tput setaf 202)
0 commit comments