HUD surface
The default. Animated hexagon grid, holographic shimmer on code, cyan glow on H1. Recommended for marketing-y docs and landing pages.
HUD surface
The default. Animated hexagon grid, holographic shimmer on code, cyan glow on H1. Recommended for marketing-y docs and landing pages.
Calm surface
One-line config flag (motion: 'calm') — same palette and fonts, no animations. For long-form client docs and internal wikis.
Motion-aware
HUD respects prefers-reduced-motion and gracefully collapses to Calm when the user’s OS asks for it.
Bun-first
Built and shipped with Bun. bun add @abstractdata/starlight-theme, register the plugin, ship.
The theme ships a small set of branded components. Use them in any MDX page.
import Glitch from '@abstractdata/starlight-theme/components/Glitch.astro';
# <Glitch text="404" /> Not FoundHover the version chip in the top-right corner to trigger the same glitch effect on demand.