From 78909e2af3d39970a97a5adb443895e5eeede1ec Mon Sep 17 00:00:00 2001 From: Ale32bit Date: Mon, 21 Sep 2015 21:36:44 +0200 Subject: [PATCH] Update sPhone.lua --- src/sPhone.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sPhone.lua b/src/sPhone.lua index 1309244..2059e28 100644 --- a/src/sPhone.lua +++ b/src/sPhone.lua @@ -36,7 +36,7 @@ end local function kernel() _G.sPhone = { - version = "Alpha 2.2.1", + version = "Alpha 2.3", user = "Run sID", devMode = false, mainTerm = term.current() @@ -337,7 +337,7 @@ end text = colors.white end if not button then - button = colors.lightGray + button = colors.lightBlue end if not side then side = colors.blue