make tqdm bar dark in VSCode Jupyter notebook

Viewed 535

I am using Jupyter notebooks in Visual Studio Code with dark mode enabled. I visualize progress bars with tqdm, but it does not show up dark. See the image: enter image description here

According to this issue on GitHub, this is not a problem with the Jupyter, ipywidget or tqdm itself, and it is related only to VSCode.

Is there any workaround to fix this?

0 Answers
Related