From 0465b2de5bc3310de29db1db14180ade4b11d648 Mon Sep 17 00:00:00 2001 From: neru Date: Thu, 8 May 2025 13:03:23 -0300 Subject: [PATCH] style: make cmd bar gray --- lua/CC Tweaked/tutel/tutel-host.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()