Files
bubbles/textarea
Ayman Bagabas 8fdc81c836 feat: add a Styler interface for styling bubbles
This change introduces a Styler interface that allows users to define
custom styles for bubbles. The interface is implemented by the StylerFunc
type, which is a function type that takes a boolean argument and returns
a value of any type.

This allows a user to define a custom StylerFunc that returns a custom
style for a bubble based on the background color of the terminal.
2024-10-29 15:54:40 -04:00
..