Skip to content

RichProgressBar is hard to read in light theme #10833

Discussion options

You must be logged in to vote

Thanks @tshu-w fr reporting the issue! I will look into if it's possible to detect theme in interactive environments.

Till then you could customize the description color by customizing RichProgressTheme

trainer = Trainer(..., callbacks=RichProgressBar(theme=RichProgressBarTheme(description="black")))

Do check RichProgressTheme out to customize styles for various components.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@tshu-w
Comment options

Answer selected by tshu-w
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment