]> git.ipfire.org Git - network.git/commitdiff
Make headlines readable on black background
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 2 Sep 2016 11:16:26 +0000 (13:16 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 2 Sep 2016 11:16:26 +0000 (13:16 +0200)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/functions/functions.cli

index 15b5efad97d56f981c065b5c990869a22d18b73e..25d0b2a08241f6a557c67630a410597fbbe5b195 100644 (file)
@@ -250,7 +250,7 @@ cli_headline() {
        local ident=$(cli_ident ${level})
 
        local out
-       printf -v out "${ident}${CLR_BLACK_B}${format}${CLR_RESET}\n" "$@"
+       printf -v out "${ident}${CLR_WHITE_B}${format}${CLR_RESET}\n" "$@"
        printf "${out}"
 }