funky-framadate-front/src/app/shared/enums/theme.enum.ts

6 lines
95 B
TypeScript

export enum Theme {
LIGHT = 'light-watermelon',
DARK = 'dark-crystal',
RED = 'hot-covid',
}