Reference
Stock themes
Set `theme: <name>` in your `kazam.yaml`. The seven rainbow themes pick up a muted, earth-toned accent on top of the neutral dark base (or a light base via `mode: light`). Readable content, quiet brand color.
ROYGBIV
Rainbow set
Neutral
Base themes
Usage
Apply a theme
# kazam.yaml
name: My Site
theme: violet # any rainbow color, or dark/light
mode: light # optional — flips rainbow themes onto light base
texture: grid # pairs with any theme
glow: accent # picks up the active accent
mode only affects the rainbow themes (red / orange / …). theme: dark and theme: light are self-contained and ignore it. Need a custom accent outside the stock set? Override any theme token directly with colors: — the named theme is just a starting point.
# kazam.yaml — your brand color on top of the dark base
theme: dark
colors:
accent: '#14B8B8'
accent_soft: 'rgba(var(--accent-rgb), 0.08)'
Next up
Once your theme looks right, the last step is shipping it. Any static host works — copy-paste recipes for the handful most people pick.