styles

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jun 13, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	BlueTint          = lipgloss.Color("#388de9")
	GreenTint         = lipgloss.Color("#46b17b")
	RedTint           = lipgloss.Color("#ff0000")
	BorderFocusedTint = lipgloss.Color("63")
	BorderBlurredTint = lipgloss.Color("240")
)

Variables

View Source
var (
	SubTitleTint = help.New().Styles.ShortKey.GetForeground()

	TitleStyle              = lipgloss.NewStyle().Foreground(BlueTint)
	SubTitleStyle           = lipgloss.NewStyle().Foreground(SubTitleTint)
	BreadcrumbsSectionStyle = SubTitleStyle
	BreadcrumbsTitleStyle   = lipgloss.NewStyle().Foreground(GreenTint)
	BorderFocusedStyle      = lipgloss.NewStyle().BorderStyle(lipgloss.NormalBorder()).BorderForeground(BorderFocusedTint).Padding(0, 1)
	BorderBlurredStyle      = lipgloss.NewStyle().BorderStyle(lipgloss.NormalBorder()).BorderForeground(BorderBlurredTint).Padding(0, 1)
	NoDataStyle             = lipgloss.NewStyle().Foreground(SubTitleTint).AlignHorizontal(lipgloss.Left).Padding(2)
	ErrorStyle              = lipgloss.NewStyle().Foreground(RedTint)
	DangerStyle             = lipgloss.NewStyle().Foreground(RedTint)
)

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