internal

package
v0.6.2-dev Latest Latest
Warning

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

Go to latest
Published: Feb 9, 2025 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	NoStyle          = lipgloss.NewStyle()
	TitleStyle       = lipgloss.NewStyle().Width(physicalWidth).Align(lipgloss.Center).Bold(true).Underline(true)
	LesserTitleStyle = lipgloss.NewStyle().Bold(true).Underline(true)
	FaintStyle       = lipgloss.NewStyle().Faint(true)
	ItalicStyle      = lipgloss.NewStyle().Italic(true)
	BoldStyle        = lipgloss.NewStyle().Bold(true)

	SelectedStyle        = lipgloss.NewStyle().Foreground(lipglosscompat.AdaptiveColor{Light: darkOrange, Dark: lightOrange})
	CheckedStyle         = lipgloss.NewStyle().Bold(true)
	SelectedCheckedStyle = lipgloss.NewStyle().Inherit(SelectedStyle).Inherit(CheckedStyle)

	TextinputFocusedStyle = lipgloss.NewStyle().Foreground(lipglosscompat.AdaptiveColor{Light: darkPink, Dark: lightPink})
	ChoiceSelectedStyle   = lipgloss.NewStyle().Foreground(lipglosscompat.AdaptiveColor{Light: darkPink, Dark: lightPink})
	CorrectStyle          = lipgloss.NewStyle().Bold(true).Foreground(lipglosscompat.AdaptiveColor{Light: darkGreen, Dark: lightGreen})
	IncorrectStyle        = lipgloss.NewStyle().Bold(true).Foreground(lipglosscompat.AdaptiveColor{Light: darkRed, Dark: lightRed})
)
View Source
var Version = "unknown"

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳