Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Regular = lipgloss.NewStyle() Bold = Regular.Copy().Bold(true) Logo = Regular.Copy().Padding(0, 1).Foreground(yellow) ClusterUrl = Bold.Copy() KeyHelp = Regular.Copy().Padding(0, 2) KeyHelpKey = Regular.Copy().Foreground(blue).Bold(true) KeyHelpDescription = Regular.Copy().Foreground(softwhite) Header = Regular.Copy().Padding(0, 1).Border(lipgloss.RoundedBorder(), true) JobRowPending = Regular.Copy().Foreground(yellow) JobRowDead = Regular.Copy().Foreground(red) PseudoPrompt = Regular.Copy().Background(blue) Viewport = Regular.Copy().Background(black) 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().Foreground(white) 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.