styles

package
v0.3.9 Latest Latest
Warning

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

Go to latest
Published: Jul 13, 2026 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Cross            = lipgloss.NewStyle().Foreground(lipgloss.Red).Render("✖︎")
	CheckMark        = lipgloss.NewStyle().Foreground(lipgloss.Green).Render("✔︎")
	QuestionMark     = lipgloss.NewStyle().Foreground(lipgloss.Yellow).Render("?")
	ExclamationMark  = lipgloss.NewStyle().Foreground(lipgloss.Yellow).Render("!")
	Circle           = lipgloss.NewStyle().Foreground(lipgloss.Color("245")).Render("○")
	Bold             = lipgloss.NewStyle().Bold(true)
	Faint            = lipgloss.NewStyle().Faint(true)
	GlobalLabel      = lipgloss.NewStyle().Foreground(lipgloss.Blue).Bold(true).Render("global")
	ProjectLabel     = lipgloss.NewStyle().Foreground(lipgloss.Magenta).Bold(true).Render("project")
	CopilotRepoLabel = lipgloss.NewStyle().Foreground(lipgloss.Color("39")).Bold(true).Render("GitHub Copilot (repo)")
)

Functions

This section is empty.

Types

type FormTheme added in v0.2.0

type FormTheme struct{}

FormTheme implements huh.Theme using the base theme.

func (*FormTheme) Theme added in v0.2.0

func (t *FormTheme) Theme(isDark bool) *huh.Styles

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL