style

package
v0.3.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 6, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Regular                    = lipgloss.NewStyle()
	Bold                       = Regular.Copy().Bold(true)
	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)
	ViewportFooterStyle        = Regular.Copy().Foreground(grey)
	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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL