color

package
v0.0.0-...-1aca6e2 Latest Latest
Warning

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

Go to latest
Published: Nov 20, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	White  = lipgloss.Color(whiteColorString)
	Purple = lipgloss.Color(purpleColorString)
	Green  = lipgloss.Color(greenColorString)
	Gray   = lipgloss.Color(grayColorString)
	Blue   = lipgloss.Color(blueColorString)
	Red    = lipgloss.Color(redColorString)
	Black  = lipgloss.Color(blackColorString)
)
View Source
var (
	Primary   = Green
	Secondary = White
	Muted     = Gray
	Error     = Red
)
View Source
var (
	ErrorStyle = lipgloss.NewStyle().
				Foreground(Red).
				Bold(true)

	HeaderStyle = lipgloss.NewStyle().
				Foreground(Primary).
				Bold(true)

	TextStyle = 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