import type { PaletteMeta } from "../types"; export const CLASSIC_PALETTE: PaletteMeta = { id: "classic", name: "Classic", preview: { primary: "#15A0E6", background: "#0D0D0D", accent: "#333333", }, };