Documentation
¶
Overview ¶
Package theme holds the Devsy CLI color palette and text styles.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Heading = lipgloss.NewStyle().Bold(true) Flag = lipgloss.NewStyle().Foreground(Accent).Bold(true) EnvVar = lipgloss.NewStyle().Foreground(Accent) Command = lipgloss.NewStyle().Bold(true) Muted = lipgloss.NewStyle().Faint(true) )
View Source
var Accent = lipgloss.Color("#7C5CFF")
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.