colors

package
v0.7.1 Latest Latest
Warning

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

Go to latest
Published: Jan 1, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// Primary brand colors
	Primary      = lipgloss.Color("#0e87cd") // --velocity-primary
	PrimaryHover = lipgloss.Color("#0a6ba8") // --velocity-primary-hover

	// Status colors
	Success = lipgloss.Color("#10b981")
	Warning = lipgloss.Color("#f59e0b")
	Error   = lipgloss.Color("#ef4444")

	// Text colors
	Muted = lipgloss.Color("#6b7280")
	Dark  = lipgloss.Color("#1a1a1a")

	// Styles using brand colors
	BrandStyle = lipgloss.NewStyle().
				Foreground(Primary).
				Bold(true)

	BrandHoverStyle = lipgloss.NewStyle().
					Foreground(PrimaryHover).
					Bold(true)

	SuccessStyle = lipgloss.NewStyle().
					Foreground(Success).
					Bold(true)

	ErrorStyle = lipgloss.NewStyle().
				Foreground(Error).
				Bold(true)

	WarningStyle = lipgloss.NewStyle().
					Foreground(Warning)

	MutedStyle = lipgloss.NewStyle().
				Foreground(Muted)
)

Velocity Brand Colors - from velocity-docs/assets/css/custom.css

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