color fix

This commit is contained in:
Ale32bit 2016-11-06 12:55:17 +01:00 committed by GitHub
parent 39743d80a8
commit 4ff5e94370

View file

@ -1,6 +1,6 @@
local function clear() local function clear()
term.setBackgroundColor(colors.white) term.setBackgroundColor(sPhone.getTheme("backgroundColor"))
term.setTextColor(colors.black) term.setTextColor(sPhone.getTheme("text"))
term.clear() term.clear()
term.setCursorPos(1,1) term.setCursorPos(1,1)
end end