bug #1508 configurable color output
This commit is contained in:
committed by
Paul Beckingham
parent
c7ebe6b3e2
commit
9c0e4053c4
@@ -160,7 +160,8 @@ std::string Config::_defaults =
|
||||
#ifdef LINUX
|
||||
"color.header=color3 # Color of header messages\n"
|
||||
"color.footnote=color3 # Color of footnote messages\n"
|
||||
"color.error=color3 # Color of error messages\n"
|
||||
"color.warning=color3 # Color of warning messages\n"
|
||||
"color.error=color1 # Color of error messages\n"
|
||||
"color.debug=color3 # Color of diagnostic output\n"
|
||||
"color.alternate=on color233 # Alternate color for line coloring\n"
|
||||
"\n"
|
||||
@@ -215,7 +216,8 @@ std::string Config::_defaults =
|
||||
#else
|
||||
"color.header=yellow # Color of header messages\n"
|
||||
"color.footnote=yellow # Color of footnote messages\n"
|
||||
"color.error=yellow # Color of error messages\n"
|
||||
"color.warning=yellow # Color of warning messages\n"
|
||||
"color.error=red # Color of error messages\n"
|
||||
"color.debug=yellow # Color of diagnostic output\n"
|
||||
"color.alternate= # Alternate color for line coloring\n"
|
||||
"\n"
|
||||
|
||||
Reference in New Issue
Block a user