diff --git a/lua/CC Tweaked/tutel/tutel-host.lua b/lua/CC Tweaked/tutel/tutel-host.lua index fd9c376..54c8a22 100644 --- a/lua/CC Tweaked/tutel/tutel-host.lua +++ b/lua/CC Tweaked/tutel/tutel-host.lua @@ -354,8 +354,8 @@ end function drawCommandBar(w, y) term.setCursorPos(1, y) - term.setBackgroundColor(colors.white) - term.setTextColor(colors.gray) + term.setBackgroundColor(colors.gray) + term.setTextColor(colors.white) term.clearLine()