Open PlasmaHH opened 3 days ago
Hi @PlasmaHH yes right, with the new theme system in textual it broke some of textual-plotext internals. Darren already created a PR for that. Until that is merged and a new release is created, you could reference that branch for textual-plotext installation https://github.com/Textualize/textual-plotext/tree/update-for-theme-system to already have the fixes in place
Alright. Until that is done I will keep my workaround which is like:
textual.app.DEFAULT_COLORS = { "dark" : textual.design.ColorSystem(....) }
import textual_plotext
because I can't require people using my app to install things from git ;)
Trying the examplem from the readme I get:
It looks like the internals of theming of textual changed...
Additionally when I re-create that DEFAULT_COLORS like it was in older versions I get some "ScatterApp object has no attribute dark" error, it seems also that the dark/light mode detection has changed.