# HG changeset patch # User Matthew Wild # Date 1335416319 -3600 # Node ID c661792615511c0e3dedf93e0ebf591148ba4389 # Parent 739f7ae1a01e1f78cb8e7fda6ff34810a3d7bdbb util.debug: Remove 'white' from boundary style (leave at default colour) diff -r 739f7ae1a01e -r c66179261551 util/debug.lua --- a/util/debug.lua Thu Apr 26 05:57:44 2012 +0100 +++ b/util/debug.lua Thu Apr 26 05:58:39 2012 +0100 @@ -15,7 +15,7 @@ do _ = termcolours.getstyle; styles = { - boundary_padding = _("bright", "white"); + boundary_padding = _("bright"); filename = _("bright", "blue"); level_num = _("green"); funcname = _("yellow");