style

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Feb 17, 2024 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, 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)
	StatBad                       = Regular.Copy().Foreground(black).Background(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)
	ViewportSpecialHighlightStyle = Regular.Copy().Foreground(black).Background(yellow)
	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().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.

Jump to

Keyboard shortcuts

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