492b1601f6
update subscription types update changelog Simplify subscriptions sync logic add claim type use let over const change spinner color based on theme clean up subscriptions
4 lines
151 B
JavaScript
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';
|