@furystack/shades-common-components
Version:
Common UI components for FuryStack Shades
8 lines • 323 B
TypeScript
import type { Palette } from '../services/theme-provider-service.js';
/**
* Color palette inspired by the Super Mario universe.
* Nintendo red primary, Mario blue secondary,
* with bright, cheerful tones for semantic colors.
*/
export declare const plumberPalette: Palette;
//# sourceMappingURL=plumber-palette.d.ts.map