tqdm / tqdm

:zap: A Fast, Extensible Progress Bar for Python and CLI
https://tqdm.github.io
Other
28.45k stars 1.35k forks source link

Appearance in VSCode using a dark theme. #1457

Open Chris888-CMD opened 1 year ago

Chris888-CMD commented 1 year ago

Hi,

I'm really not sure why this bothers me but nevertheless it does.

Capture

This is a fresh Conda environment. I tried to follow the workaround from this stackoverflow post. I managed to change the background color, but not the text. So it didn't help because you then cant read the text.

Is there a way to change the appearance of tqdm to fit in with a dark theme in VSCode?

Thanks

vrs-darkness commented 9 months ago

I think this issue already resolved. Please check

robtovey commented 1 month ago

Still present for me: image

with python dependencies:

and the vscode Jupyter=v2024.7.0 batch of extensions (probably the important one is notebook renderer=v1.0.19).

I'll follow up by saying that I think this is a problem between vscode and ipywidgets, because I also get this: image