From ce504f9939a996b4ecc27298dfdc3983f3138023 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 18 Jun 2002 20:22:23 +0000 Subject: no more bold --- sysconfig/init | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sysconfig/init b/sysconfig/init index 7a1432be..93c2be9d 100644 --- a/sysconfig/init +++ b/sysconfig/init @@ -8,11 +8,11 @@ RES_COL=60 # to something like "tput hpa ${RES_COL}" if your terminal supports it MOVE_TO_COL="echo -en \\033[${RES_COL}G" # terminal sequence to set color to a 'success' color (currently: green) -SETCOLOR_SUCCESS="echo -en \\033[1;32m" +SETCOLOR_SUCCESS="echo -en \\033[0;32m" # terminal sequence to set color to a 'failure' color (currently: red) -SETCOLOR_FAILURE="echo -en \\033[1;31m" +SETCOLOR_FAILURE="echo -en \\033[0;31m" # terminal sequence to set color to a 'warning' color (currently: yellow) -SETCOLOR_WARNING="echo -en \\033[1;33m" +SETCOLOR_WARNING="echo -en \\033[0;33m" # terminal sequence to reset to the default color. SETCOLOR_NORMAL="echo -en \\033[0;39m" # default kernel loglevel on boot (syslog will reset this) -- cgit v1.2.1