style: change status bar col
This commit is contained in:
@@ -304,10 +304,10 @@ function drawLogs(x0, y0, x1, y1)
|
|||||||
if remaining > 0 then
|
if remaining > 0 then
|
||||||
term.write((" "):rep(remaining))
|
term.write((" "):rep(remaining))
|
||||||
end
|
end
|
||||||
|
|
||||||
drawnLines = drawnLines + 1
|
drawnLines = drawnLines + 1
|
||||||
end
|
end
|
||||||
|
|
||||||
term.setBackgroundColor(prevColourBg)
|
term.setBackgroundColor(prevColourBg)
|
||||||
term.setTextColor(prevColourFg)
|
term.setTextColor(prevColourFg)
|
||||||
end
|
end
|
||||||
@@ -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