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
|
DISABLE_REPL = False
|
||||||
|
|
||||||
# shell escape strings
|
# shell escape strings
|
||||||
BOLD = '[37;1m'
|
BOLD = '[1m'
|
||||||
NC = '[37;0m' # no color
|
NC = '[0m' # no color
|
||||||
|
|
||||||
EXTRA_FORMATTERS = {}
|
EXTRA_FORMATTERS = {}
|
||||||
DEFAULT_FORMATTER = 'multiline'
|
DEFAULT_FORMATTER = 'multiline'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue