Nakshora 3.1 ships five complete design themes as ready-to-import presets. Each is a full token set: palettes, typography, radii, shadows.
The five presets#
Neon CyberVibrant, high-contrast, dark-first. Glows, saturated hues, cyber aesthetics.Pastel DreamSoft, calming, light-friendly. Low-saturation palettes for gentle UIs.BrutalistStark, minimal, unapologetic. Hard borders, flat colors, loud type.Ultra MinimalistClean, professional, quiet. Near-mono palettes with surgical accents.Nature InspiredOrganic, earthy, warm. Greens, clays and daylight neutrals.
Using a preset#
nakshora.config.js
import { neonTheme } from '@nakshora/core';
export default {
content: ['./src/**/*.{html,js}'],
theme: { colors: neonTheme.colors },
};Build your own#
A preset is just a config. Compose one from tokens: see themes/custom-theme|Creating a custom theme.
