Documentation ¶
Overview ¶
Package tui contains logic for the TUI operations
Index ¶
Constants ¶
View Source
const ( // LIGHTBLUE is the common light blue color used in the TUI LIGHTBLUE = lipgloss.Color("#4BFDEB") // LIGHTGRAY is the common light gray color used in the TUI LIGHTGRAY = lipgloss.Color("#7A7A78") )
Variables ¶
View Source
var ( // IndentStyle is the style for indenting text IndentStyle = lipgloss.NewStyle().Padding(0, 4) )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.