ente/packages/shared/themes/constants.ts
2023-11-09 09:40:43 +05:30

5 lines
68 B
TypeScript

export enum THEME_COLOR {
LIGHT = 'light',
DARK = 'dark',
}