styles

package
v0.4.4 Latest Latest
Warning

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

Go to latest
Published: Mar 4, 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)

	// Diff styles
	DiffAdd      = lipgloss.NewStyle().Foreground(lipgloss.Color("120")).Background(lipgloss.Color("22"))
	DiffDel      = lipgloss.NewStyle().Foreground(lipgloss.Color("210")).Background(lipgloss.Color("52"))
	DiffHunk     = lipgloss.NewStyle().Foreground(Cyan).Bold(true)
	DiffFilePath = lipgloss.NewStyle().Foreground(White).Bold(true).Background(lipgloss.Color("237")).Padding(0, 1)
)

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