-
Afternoon,
any assistance is appreciated :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yes, there is support to modify textarea styles in both focused and blurred states and you can tweak how these different things should look in each state: Lines 122 to 129 in 95d7be5 Here is an snippet from the bubbletea examples on how to change the default styles: |
Beta Was this translation helpful? Give feedback.
Yes, there is support to modify textarea styles in both focused and blurred states and you can tweak how these different things should look in each state:
bubbles/textarea/textarea.go
Lines 122 to 129 in 95d7be5
Here is an snippet from the bubbletea examples on how to change the default styles:
https://github.com/charmbracelet/bubbletea/blob/91dd1200733714c4fb7bc7ffb24af2c35cc2f111/examples/split-editors/main.go#L55-L61