cursive
cursive copied to clipboard
[FEATURE] Styling cursive like BubbleTea
Cursive is a really amazing library, however the existing examples look like old DOS UIs, would it be possible to have themes / styling in order to make it look more like https://github.com/charmbracelet/bubbletea ?
Describe the solution you'd like Something which looks really nice out of the box
Hi, and thanks for the report!
There is currently some theme support, but it's still pretty basic. The default theme in particular reproduces the old DIALOG interface, which is not what I would call modern.
A few applications make use of the theming capabilities, like https://github.com/hrkfdn/ncspot.
I'm also totally open to:
- Adding more complex theming features (gradient, overlays, ...)
- In the medium term I plan on adding a form of screen buffering to Cursive, which should help with features such as semi-transparent views / overlays (for example a layer shows the text from the previous layer, but in a different color).
- Adding more built-in themes
If you have any ideas, don't hesitate to share! :)