Color
The site uses the Tokyo Night color palette. The same color tokens are used in both light and dark themes; their values change with the active theme.
Theme
Palette
Git
Usage
Colors are exposed as CSS custom properties and can be used directly:
color: var(--fg);
background: var(--bg);