diff --git a/src/apps/system/info.lua b/src/apps/system/info.lua index 109df25..8df4709 100644 --- a/src/apps/system/info.lua +++ b/src/apps/system/info.lua @@ -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