styles

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Feb 25, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Purple    = lipgloss.Color("99")
	Green     = lipgloss.Color("82")
	Red       = lipgloss.Color("196")
	Yellow    = lipgloss.Color("214")
	Gray      = lipgloss.Color("245")
	LightGray = lipgloss.Color("241")
	Cyan      = lipgloss.Color("87")
	White     = lipgloss.Color("255")

	Title         = lipgloss.NewStyle().Bold(true).Foreground(Purple).Padding(0, 1)
	ActiveTab     = lipgloss.NewStyle().Bold(true).Foreground(White).Background(Purple).Padding(0, 2)
	InactiveTab   = lipgloss.NewStyle().Foreground(Gray).Padding(0, 2)
	StatusSuccess = lipgloss.NewStyle().Foreground(Green)
	StatusFailed  = lipgloss.NewStyle().Foreground(Red)
	StatusRunning = lipgloss.NewStyle().Foreground(Cyan)
	StatusManual  = lipgloss.NewStyle().Foreground(Yellow)
	StatusPending = lipgloss.NewStyle().Foreground(Gray)
	Selected      = lipgloss.NewStyle().Bold(true).Foreground(White).Background(lipgloss.Color("62"))
	HelpKey       = lipgloss.NewStyle().Bold(true).Foreground(Purple)
	HelpDesc      = lipgloss.NewStyle().Foreground(Gray)
)

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