ui-theme/dist/adapters/synthwave-adapter.d.ts
Natalie aaf23fa33f feat(@cocotte/ui-theme): extract UI theme package to @ct/@packages
Re-scoped from @lilith/ui-theme to @cocotte/ui-theme. In-set cross-package deps
re-pointed to @cocotte; out-of-set @lilith deps preserved (same Verdaccio).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-29 13:04:11 -04:00

15 lines
No EOL
557 B
TypeScript

import type { ThemeInterface } from '../types/ThemeInterface';
/**
* Synthwave Theme Adapter (Dark Mode)
*
* Maps base design tokens to semantic ThemeInterface for the Synthwave aesthetic.
*
* Philosophy:
* - 80s retrofuture aesthetic with neon colors on dark backgrounds
* - Iconic pink/magenta, cyan, and purple neon palette
* - Deep space navy backgrounds
* - Dramatic neon glows and sunset gradients
* - Grid patterns and chrome effects
*/
export declare const synthwaveAdapter: ThemeInterface;
//# sourceMappingURL=synthwave-adapter.d.ts.map