@furystack/shades-common-components
Version:
Common UI components for FuryStack Shades
8 lines • 327 B
TypeScript
import type { Palette } from '../services/theme-provider-service.js';
/**
* Color palette inspired by cyberpunk neon aesthetics.
* Electric cyan primary, hot magenta secondary,
* with vivid neon tones for semantic colors.
*/
export declare const neonRunnerPalette: Palette;
//# sourceMappingURL=neon-runner-palette.d.ts.map