Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Regular = lipgloss.NewStyle() Bold = Regular.Copy().Bold(true) Logo = Regular.Copy().Padding(0, 0).Foreground(yellow) ClusterUrl = Bold.Copy() KeyHelp = Regular.Copy().Padding(0, 1) KeyHelpKey = Regular.Copy().Foreground(blue).Bold(true) KeyHelpDescription = Regular.Copy() Header = Regular.Copy().Padding(0, 1).Border(lipgloss.RoundedBorder(), true) FilterPrefix = Regular.Copy().Padding(0, 3).Border(lipgloss.NormalBorder(), true) FilterEditing = Regular.Copy().Foreground(black).Background(blue) FilterApplied = Regular.Copy().Foreground(black).Background(greenblue) JobRowPending = Regular.Copy().Foreground(yellow) JobRowDead = Regular.Copy().Foreground(red) PseudoPrompt = Regular.Copy().Background(blue) Viewport = Regular.Copy() ViewportHeaderStyle = Bold.Copy() ViewportSelectedRowStyle = Regular.Copy().Foreground(black).Background(blue) ViewportHighlightStyle = Regular.Copy().Foreground(black).Background(pink) SaveDialogPromptStyle = Regular.Copy().Background(darkred).Foreground(black) SaveDialogPlaceholderStyle = Regular.Copy().Background(darkred).Foreground(black) SaveDialogTextStyle = Regular.Copy().Background(darkred).Foreground(black) StdOut = Regular.Copy().UnsetForeground() StdErr = Regular.Copy().Foreground(red) SuccessToast = Bold.Copy().PaddingLeft(1).Foreground(black).Background(darkgreen) ErrorToast = Bold.Copy().PaddingLeft(1).Foreground(black).Background(darkred) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.