export type ColorScheme = 'dark' | 'light' export interface ValueObject { [themeName: string]: string }