Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AppListStyle = lipgloss.NewStyle().
MarginTop(1).
MarginRight(2).
MarginLeft(0)
AppListStyle sets the style of our application list
View Source
lipgloss.ThickBorder()). BorderTop(true). BorderRight(false).BorderLeft(false).BorderBottom(false). BorderForeground(lipgloss.Color("198")). Bold(true). Foreground(lipgloss.Color("99"))BorderStyle(
FooterStyle sets the style of our footer
View Source
var HeaderStyle = lipgloss.NewStyle(). BorderStyle(lipgloss.ThickBorder()). BorderBottom(true). BorderTop(false).BorderRight(false).BorderLeft(false). BorderForeground(lipgloss.Color("198")). Bold(true). Foreground(lipgloss.Color("99")). MarginTop(1)
HeaderStyle sets the style of our header
View Source
var ViewportStyle = lipgloss.NewStyle(). PaddingLeft(3). BorderStyle(lipgloss.NormalBorder()). BorderLeft(true). BorderForeground(lipgloss.Color("236"))
ViewportStyle sets the style of the viewport
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.