Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( QuestionIcon = lipgloss.NewStyle().Foreground(lipgloss.Color("251")).SetString("? ").Bold(true) CrossIcon = lipgloss.NewStyle().Foreground(lipgloss.Color("9")).SetString("✗ ").Bold(true) TickIcon = lipgloss.NewStyle().Foreground(lipgloss.Color("10")).SetString("✓ ").Bold(true) TodoIcon = lipgloss.NewStyle().SetString("• ").Bold(true) DoubleRightIcon = lipgloss.NewStyle().Foreground(lipgloss.Color("251")).SetString("» ").Bold(true) ChevronIcon = lipgloss.NewStyle().Foreground(lipgloss.Color("251")).SetString("› ").Bold(true) )
View Source
var BoldText = lipgloss.NewStyle().Bold(true)
View Source
var ( Container = lipgloss.NewStyle().Border(lipgloss.NormalBorder()).Padding(1, 2).BorderForeground(lipgloss.Color("#874BFD")) //nolint:gomnd )
Functions ¶
func ContextPrint ¶ added in v1.3.1
func ContextPrint(title, titleColor, subject, object string)
func ForegroundPrint ¶ added in v1.3.1
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.