Add bold as color

This commit is contained in:
Michael Boelen 2016-07-24 11:43:18 +02:00
parent 64348b772c
commit c1d351fe32
2 changed files with 4 additions and 1 deletions

View File

@ -260,6 +260,8 @@ unset LANG
YELLOW=""
WHITE=""
BOLD="${WHITE}"
# With background
BG_BLUE=""
#

View File

@ -1860,7 +1860,8 @@
SECTION=""
NOTICE=""
OK=""
BAD=
BAD=""
BOLD=""
# Normal color names
CYAN=""