Skip to content

Commit bedcea3

Browse files
committed
Update progressbar.jl
1 parent 9d55682 commit bedcea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/widgets/progressbar.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function draw(pg::ProgressBar, rect::Rect, buf::Buffer)
1414

1515
center = height(inner_area) ÷ 2 + top(inner_area)
1616

17-
crayon = Crayon(foreground = (255, 255, 255), background = (0, 0, 0))
17+
crayon = Crayon(foreground = :white, background = :black)
1818

1919
for y in top(inner_area):bottom(inner_area)
2020
for x in left(inner_area):right(inner_area)

0 commit comments

Comments
 (0)