mirror of
https://codeberg.org/kiss-community/kiss
synced 2024-12-24 08:00:05 -07:00
kiss: Change secondary color to blue
This commit is contained in:
parent
1aaa100139
commit
8c9b25ac95
2
kiss
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user