lbry-desktop/ui/constants/themes.js
2019-11-11 13:27:29 -05:00

5 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';