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>
15 lines
No EOL
557 B
TypeScript
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
|