I am currently running dark mode for my Databricks Notebooks, and am using the "new UI" released a few days ago (May 2023) and the "New notebook editor."
Currently all plots (like matplotlib) are showing wrong colors.
For example, denoting:
```
...
plt.figure()
plt.axvline(x=0, color='red')
plt.axhline(y=0, color='red')
...
```
is resulting in teal colored axes. Images also seem to have their colors and hues mixed up.
Is there a way to fix this without giving up any of my current settings for the notebook environment?