UNPKG

@furystack/shades-common-components

Version:

Common UI components for FuryStack Shades

8 lines 339 B
import type { Palette } from '../services/theme-provider-service.js'; /** * Color palette inspired by the Fallout Pip-Boy terminal. * Phosphor green primary, amber secondary, * with CRT-toned semantic colors on a dark background. */ export declare const vaultDwellerPalette: Palette; //# sourceMappingURL=vault-dweller-palette.d.ts.map