Changeset

4699:c66179261551

util.debug: Remove 'white' from boundary style (leave at default colour)
author Matthew Wild <mwild1@gmail.com>
date Thu, 26 Apr 2012 05:58:39 +0100
parents 4698:739f7ae1a01e
children 4700:63386138e393
files util/debug.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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");