How typed configs changed theme authoring.
How the engine does it#
With d.ts for the whole config surface, IDE autocomplete became the theme documentation. Typos died; discovery improved.
Example#
const theme: NakshoraTheme = { /* autocomplete for every token */ }From v2 to v3#
Everything in this article survives the upgrade — the v2 → v3 migration guide keeps the generator API stable while fixing spacing and responsive bugs.
