style: change status bar col
This commit is contained in:
@@ -316,7 +316,7 @@ end
|
|||||||
function drawStatusBar(y)
|
function drawStatusBar(y)
|
||||||
term.setCursorPos(1, y)
|
term.setCursorPos(1, y)
|
||||||
|
|
||||||
term.setBackgroundColor(colors.green)
|
term.setBackgroundColor(colors.gray)
|
||||||
term.setTextColor(colors.white)
|
term.setTextColor(colors.white)
|
||||||
term.clearLine()
|
term.clearLine()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user