From 67b1e7b7d9411b9ca621dded1bd6b2ecb00cb6b2 Mon Sep 17 00:00:00 2001 From: neru Date: Thu, 8 May 2025 13:03:52 -0300 Subject: [PATCH] style: change colors --- lua/CC Tweaked/tutel/tutel-host.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()