madiator.com/ui/constants/themes.js

5 lines
151 B
JavaScript
Raw Normal View History

2021-08-16 12:11:25 +02:00
// css theme values
// saved in settings and found at /static/themes/{theme}.css
export const DARK_THEME = 'dark';
export const LIGHT_THEME = 'light';