From c896ef7f42015ce672856af0c1e14a4792b34fe2 Mon Sep 17 00:00:00 2001 From: Ale32bit Date: Mon, 21 Sep 2015 21:35:25 +0200 Subject: [PATCH] Update sID.lua --- src/apps/system/sID.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/apps/system/sID.lua b/src/apps/system/sID.lua index 2b74ee3..1e82a83 100644 --- a/src/apps/system/sID.lua +++ b/src/apps/system/sID.lua @@ -20,7 +20,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) @@ -44,7 +44,7 @@ local function login() term.clear() term.setCursorPos(1,1) local w, h = term.getSize() - paintutils.drawLine(1,1,w,1,colors.gray) + paintutils.drawLine(1,1,w,1,colors.blue) term.setTextColor(colors.black) term.setBackgroundColor(colors.white) sertextext.center(3," Setup Sertex ID") @@ -76,7 +76,7 @@ local function register() term.clear() term.setCursorPos(1,1) local w, h = term.getSize() - paintutils.drawLine(1,1,w,1,colors.gray) + paintutils.drawLine(1,1,w,1,colors.blue) term.setTextColor(colors.black) term.setBackgroundColor(colors.white) sertextext.center(3," Setup Sertex ID")