Skip to content
Discussion options

You must be logged in to vote

Hey!

Currently, you need to use this

renderer := bubbletea.MakeRenderer(s)
txtStyle := renderer.NewStyle().Foreground(lipgloss.Color("10"))
quitStyle := renderer.NewStyle().Foreground(lipgloss.Color("8"))

On v2, it'll just work:

func teaHandler(s ssh.Session) (tea.Model, []tea.ProgramOption) {

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by caarlos0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants