Nakshora 2.0 ships five complete design themes as ready-to-import presets. Each is a full token set: palettes, typography, radii, shadows.

The five presets#

Using a preset#

nakshora.config.js
js
import { CSSGenerator } from 'nakshora';
import { neonCyberTheme } from 'nakshora/themes';

const css = new CSSGenerator({ theme: neonCyberTheme }).generate();

Build your own#

A preset is just a config. Compose one from tokens: see themes/custom-theme|Creating a custom theme.