From 8c9b25ac95dbd9a102517d8c022b0a2459d4c67c Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 29 Jul 2020 09:02:18 +0300 Subject: [PATCH] kiss: Change secondary color to blue --- kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiss b/kiss index 48b7cb2..b866c41 100755 --- a/kiss +++ b/kiss @@ -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