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)