Versions in this module Expand all Collapse all v0 v0.7.0 Jun 7, 2026 Changes in this version + var FocusPrimary = ui.Adaptive(func(p ui.Palette) lipgloss.Color { ... }) + var FocusSecondry = ui.Adaptive(func(p ui.Palette) lipgloss.Color { ... }) + var StandardPrimary = ui.Adaptive(func(p ui.Palette) lipgloss.Color { ... }) + var StandardSecondary = ui.Adaptive(func(p ui.Palette) lipgloss.Color { ... }) + type Model struct + Choice string + Success bool + func New(profiles map[string]config.Profile) Model + func (m Model) Init() tea.Cmd + func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) + func (m Model) View() string