- Relax
textual
dependency to allow for newer textual versions
- Update to use new theme-feature of
textual
- Fixed an issue with plots' sizes capping at their last
clf
size. #5
- Added a set of plot themes that are full-RGB versions of the builtin
plotext
themes.
Each is prefixed with
textual-
followed by the plotext theme name. - Added
textual-design-dark
as a Textual-friendly theme designed for use with dark mode. - Added
textual-design-light
as a Textual-friendly theme designed for use with light mode.
- Change the default dark and light mode themes in
PlotextPlot
to usetextual-design-dark
andtextual-design-light
.
- Initial release.