From ba7db152ff2efbfed6ee28f15a41ef27daf36852 Mon Sep 17 00:00:00 2001 From: Ale32bit Date: Mon, 21 Sep 2015 21:35:43 +0200 Subject: [PATCH] Update info.lua --- src/apps/system/info.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/system/info.lua b/src/apps/system/info.lua index 41803f8..17a4735 100644 --- a/src/apps/system/info.lua +++ b/src/apps/system/info.lua @@ -8,7 +8,7 @@ end local function header() clear() local w, h = term.getSize() - paintutils.drawLine(1,1,w,1, colors.gray) + paintutils.drawLine(1,1,w,1, colors.blue) term.setTextColor(colors.white) term.setCursorPos(1,1) write(" "..sPhone.user)