We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d55682 commit bedcea3Copy full SHA for bedcea3
src/widgets/progressbar.jl
@@ -14,7 +14,7 @@ function draw(pg::ProgressBar, rect::Rect, buf::Buffer)
14
15
center = height(inner_area) ÷ 2 + top(inner_area)
16
17
- crayon = Crayon(foreground = (255, 255, 255), background = (0, 0, 0))
+ crayon = Crayon(foreground = :white, background = :black)
18
19
for y in top(inner_area):bottom(inner_area)
20
for x in left(inner_area):right(inner_area)
0 commit comments