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="" YELLOW=""
WHITE="" WHITE=""
BOLD="${WHITE}"
# With background # With background
BG_BLUE="" BG_BLUE=""
# #

View File

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