style: make cmd bar gray

This commit is contained in:
2025-05-08 13:03:23 -03:00
parent 7305789194
commit 0465b2de5b
+1 -1
View File
@@ -354,7 +354,7 @@ function drawCommandBar(w, y)
term.setCursorPos(1, y) term.setCursorPos(1, y)
term.setBackgroundColor(colors.white) term.setBackgroundColor(colors.white)
term.setTextColor(colors.black) term.setTextColor(colors.gray)
term.clearLine() term.clearLine()