mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
util.debug: Remove 'white' from boundary style (leave at default colour)
This commit is contained in:
parent
36c6ddd613
commit
481b785506
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ local styles;
|
|||
do
|
||||
_ = termcolours.getstyle;
|
||||
styles = {
|
||||
boundary_padding = _("bright", "white");
|
||||
boundary_padding = _("bright");
|
||||
filename = _("bright", "blue");
|
||||
level_num = _("green");
|
||||
funcname = _("yellow");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue