Every dark theme ships with CSS variables for colors, radii, and spacing. Start by duplicating the theme folder and updating --primary, --background, and --accent.
Step 1: Locate tokens
Open globals.css and note the default token map.
Step 2: Override safely
Prefer token overrides over hard-coded hex values so future updates stay compatible.