style: change colors
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user