Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListItem ¶
type ListItem struct {
// contains filtered or unexported fields
}
ListItem represents a single renderable line in the TUI list.
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
Model represents the state of the TUI application.
func InitialModel ¶
InitialModel creates the initial model for the Bubble Tea program.
type Styles ¶
type Styles struct {
NormalLine lipgloss.Style
FocusedLine lipgloss.Style
DisabledLine lipgloss.Style
EmptyValueStyle lipgloss.Style // Style for <empty> placeholder
SelectedIcon lipgloss.Style
KeyStyle lipgloss.Style // Style for variable keys
HeaderTitle lipgloss.Style
HeaderFileInfo lipgloss.Style
Header lipgloss.Style
ModifiedStatus lipgloss.Style
StatusMessage lipgloss.Style
ErrorMessage lipgloss.Style
PromptStyle lipgloss.Style
}
Styles defines the lipgloss styles used in the TUI.
func NatureStyles ¶
func NatureStyles() Styles
NatureStyles creates an alternative set of styles based on natural tones.
Click to show internal directories.
Click to hide internal directories.