util.debug: Remove 'white' from boundary style (leave at default colour)

This commit is contained in:
Matthew Wild 2012-04-26 05:58:39 +01:00
parent 36c6ddd613
commit 481b785506

View file

@ -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");