kiss: Change secondary color to blue

This commit is contained in:
Dylan Araps 2020-07-29 09:02:18 +03:00
parent 1aaa100139
commit 8c9b25ac95
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -1493,7 +1493,7 @@ main() {
# Allow the user to disable colors in output via an environment variable.
# Check this once so as to not slow down printing.
[ "$KISS_COLOR" = 0 ] || lcol='\033[1;33m' lcol2='\033[1;36m' lclr='\033[m'
[ "$KISS_COLOR" = 0 ] || lcol='\033[1;33m' lcol2='\033[1;34m' lclr='\033[m'
# Store the original working directory to ensure that relative paths
# passed by the user on the command-line properly resolve to locations