ui

package
v0.5.1 Latest Latest
Warning

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

Go to latest
Published: Mar 21, 2026 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// Title style for section headers.
	TitleStyle = lipgloss.NewStyle().
				Bold(true).
				Foreground(lipgloss.Color("#7C3AED"))

	// Subtle style for secondary information.
	SubtleStyle = lipgloss.NewStyle().
				Foreground(lipgloss.Color("#6B7280"))

	// Success style for positive values / success messages.
	SuccessStyle = lipgloss.NewStyle().
					Foreground(lipgloss.Color("#10B981"))

	// Error style for negative values / error messages.
	ErrorStyle = lipgloss.NewStyle().
				Foreground(lipgloss.Color("#EF4444"))

	// Warning style for warning messages.
	WarningStyle = lipgloss.NewStyle().
					Foreground(lipgloss.Color("#F59E0B"))

	// Info style for informational text.
	InfoStyle = lipgloss.NewStyle().
				Foreground(lipgloss.Color("#3B82F6"))
)

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