do not specify white color (37 value) for bold
This commit is contained in:
parent
557cae23e4
commit
5825b9f304
1 changed files with 2 additions and 2 deletions
|
|
@ -54,8 +54,8 @@ class ReplApplication(Cmd, BaseApplication):
|
|||
DISABLE_REPL = False
|
||||
|
||||
# shell escape strings
|
||||
BOLD = '[37;1m'
|
||||
NC = '[37;0m' # no color
|
||||
BOLD = '[1m'
|
||||
NC = '[0m' # no color
|
||||
|
||||
EXTRA_FORMATTERS = {}
|
||||
DEFAULT_FORMATTER = 'multiline'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue