export interface Palette { appBackground: string; appForeground: string; surfaceBackground: string; surfaceForeground: string; controlBackground: string; controlForeground: string; controlLabelColor: string; primary: string; primaryForeground: string; primaryLight: string; primaryLightForeground: string; primaryDark: string; primaryDarkForeground: string; accent: string; accentForeground: string; accentLight: string; accentLightForeground: string; accentDark: string; accentDarkForeground: string; disabledBackground: string; disabledForeground: string; error: string; onError: string; }