Documentation
¶
Overview ¶
Package theme holds the Multiversa visual tokens used across the CLI. Carbon background, Chartreuse single accent, Ivory text. Never two accents at hero scale.
Index ¶
Constants ¶
Variables ¶
View Source
var ( Display = lipgloss.NewStyle().Foreground(Ivory).Italic(true).Bold(true) Body = lipgloss.NewStyle().Foreground(Ivory) Accent = lipgloss.NewStyle().Foreground(Chartreuse).Bold(true) Label = lipgloss.NewStyle().Foreground(Muted).Bold(true) Dim = lipgloss.NewStyle().Foreground(Faint) Warn = lipgloss.NewStyle().Foreground(Danger).Bold(true) Box = lipgloss.NewStyle(). BorderStyle(lipgloss.RoundedBorder()). BorderForeground(Chartreuse). Padding(1, 2) Divider = lipgloss.NewStyle(). Foreground(Faint). Render("───────────────────────────────────────") )
Functions ¶
func Frame ¶
Frame renders content inside the canonical Multiversa box, fitting the box to the available terminal width with a 2-column outer margin on each side. Falls back to width=80 when the terminal size is unknown.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.