style: change colors
This commit is contained in:
@@ -354,8 +354,8 @@ end
|
|||||||
function drawCommandBar(w, y)
|
function drawCommandBar(w, y)
|
||||||
term.setCursorPos(1, y)
|
term.setCursorPos(1, y)
|
||||||
|
|
||||||
term.setBackgroundColor(colors.white)
|
term.setBackgroundColor(colors.gray)
|
||||||
term.setTextColor(colors.gray)
|
term.setTextColor(colors.white)
|
||||||
|
|
||||||
term.clearLine()
|
term.clearLine()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user