madiator.com/ui/constants/themes.js
2021-08-16 12:11:25 +02:00

4 lines
151 B
JavaScript

// css theme values
// saved in settings and found at /static/themes/{theme}.css
export const DARK_THEME = 'dark';
export const LIGHT_THEME = 'light';