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()
term.setBackgroundColor(colors.white)
term.setTextColor(colors.black)
term.setBackgroundColor(sPhone.getTheme("backgroundColor"))
term.setTextColor(sPhone.getTheme("text"))
term.clear()
term.setCursorPos(1,1)
end