style: change status bar col

This commit is contained in:
2025-05-08 01:38:50 -03:00
parent 99b4fec189
commit 6d454821f9
+1 -1
View File
@@ -316,7 +316,7 @@ end
function drawStatusBar(y) function drawStatusBar(y)
term.setCursorPos(1, y) term.setCursorPos(1, y)
term.setBackgroundColor(colors.green) term.setBackgroundColor(colors.gray)
term.setTextColor(colors.white) term.setTextColor(colors.white)
term.clearLine() term.clearLine()