color fix
This commit is contained in:
parent
39743d80a8
commit
4ff5e94370
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue