diff --git a/lua/CC Tweaked/tutel/tutel-host.lua b/lua/CC Tweaked/tutel/tutel-host.lua index da0fd3f..fff35dc 100644 --- a/lua/CC Tweaked/tutel/tutel-host.lua +++ b/lua/CC Tweaked/tutel/tutel-host.lua @@ -354,7 +354,7 @@ function drawCommandBar(w, y) term.setCursorPos(1, y) term.setBackgroundColor(colors.white) - term.setTextColor(colors.black) + term.setTextColor(colors.gray) term.clearLine()