Documentation
¶
Overview ¶
Package theme holds xeet's color palettes. A palette only recolors the interface; layout, spacing, and typography never change with the theme.
Index ¶
Constants ¶
View Source
const DefaultName = "tokyonight"
DefaultName is the palette used when no theme is configured.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Palette ¶
type Palette struct {
Blue lipgloss.Color
Lavender lipgloss.Color
Pink lipgloss.Color
Muted lipgloss.Color
Red lipgloss.Color
Yellow lipgloss.Color
Green lipgloss.Color
Bright lipgloss.Color
Dim lipgloss.Color
}
Palette names every color role the interface uses. Accent roles (Blue, Lavender, Pink) decorate; Muted/Dim/Bright grade text prominence; Red, Yellow, and Green carry error, warning, and success meaning.
Click to show internal directories.
Click to hide internal directories.