style: change status bar col

This commit is contained in:
2025-05-08 01:38:50 -03:00
parent 99b4fec189
commit 6d454821f9
+3 -3
View File
@@ -304,10 +304,10 @@ function drawLogs(x0, y0, x1, y1)
if remaining > 0 then
term.write((" "):rep(remaining))
end
drawnLines = drawnLines + 1
end
term.setBackgroundColor(prevColourBg)
term.setTextColor(prevColourFg)
end
@@ -316,7 +316,7 @@ end
function drawStatusBar(y)
term.setCursorPos(1, y)
term.setBackgroundColor(colors.green)
term.setBackgroundColor(colors.gray)
term.setTextColor(colors.white)
term.clearLine()