Diff

util/debug.lua @ 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
parent 4693:7ef4faa056fb
child 4777:74ae0433f8dd
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");