style

package
v1.0.8 Latest Latest
Warning

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

Go to latest
Published: Mar 26, 2024 License: MPL-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DarkGray     = lipgloss.Color("#767676")
	JrnyBlue     = lipgloss.Color("#0088ce")
	JrnyDarkBlue = lipgloss.Color("#002a4e")
	White        = lipgloss.Color("#fefefe")
	Grey         = lipgloss.Color("#768d99")
	Green        = lipgloss.Color("#11bc58")
	Orange       = lipgloss.Color("#e08745")
	Red          = lipgloss.Color("#ff9563")
)

Variables

View Source
var (
	SuccessString  = lipgloss.NewStyle().Foreground(Green).Render
	FailureString  = lipgloss.NewStyle().Foreground(Red).Render
	WarningString  = lipgloss.NewStyle().Foreground(Orange).Render
	InfoString     = lipgloss.NewStyle().Foreground(JrnyBlue).Render
	InfoHintString = lipgloss.NewStyle().Foreground(JrnyDarkBlue).Faint(true).Render
	ChangedString  = lipgloss.NewStyle().Foreground(Orange).Faint(true).Render

	JrnyBlueStyle     = lipgloss.NewStyle().Foreground(JrnyBlue)
	JrnyDarkBlueStyle = lipgloss.NewStyle().Foreground(JrnyDarkBlue)
	WhiteStyle        = lipgloss.NewStyle().Foreground(White)
	GreyStyle         = lipgloss.NewStyle().Foreground(Grey)
	GreenStyle        = lipgloss.NewStyle().Foreground(Green)
)

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