export type ThemeColors = {
    dark: string;
    light: string;
};
