style: change colors

This commit is contained in:
2025-05-08 13:03:52 -03:00
parent 709b7fb992
commit 67b1e7b7d9
+2 -2
View File
@@ -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()