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

6 lines
80 B
TypeScript
Raw Normal View History

2020-04-22 12:56:18 +02:00
export enum Theme {
LIGHT = 'LIGHT',
DARK = 'DARK',
2020-06-25 22:42:26 +02:00
CONTRAST = 'CONTRAST',
2020-04-22 12:56:18 +02:00
}