]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Make white brackets.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 28 Jun 2008 22:49:30 +0000 (22:49 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 28 Jun 2008 22:49:30 +0000 (22:49 +0000)
tools/make-include

index 7070ca3dbfd19461fade7a9a78a96192c5e1cb7f..26bb16a0357514e985b98f001f16f1b511213a06 100644 (file)
@@ -233,8 +233,8 @@ FAIL=$CLR_BOLD_RED
 NORMAL=$CLR_NORM_GRY
 
 # Color hooks
-BRACKET_L="${CLR_BOLD_BLU}[${NORMAL}"
-BRACKET_R="${CLR_BOLD_BLU}]${NORMAL}"
+BRACKET_L="${CLR_BOLD_WHT}[${NORMAL}"
+BRACKET_R="${CLR_BOLD_WHT}]${NORMAL}"
 
 ################################################################################
 #                                                                              #