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

6 lines
70 B
TypeScript

export enum Theme {
LIGHT = 'LIGHT',
DARK = 'DARK',
RED = 'RED',
}