|
|
@ -4,7 +4,7 @@ import * as packageJson from '../../../package.json' |
|
|
|
|
|
|
|
|
|
|
|
const themes = [ |
|
|
|
const themes = [ |
|
|
|
{name: 'Dark', quality: 'dark', url: 'https://res.cloudinary.com/dvtmp0niu/raw/upload/v1570118040/remix-dark-theme.css'}, |
|
|
|
{name: 'Dark', quality: 'dark', url: 'https://res.cloudinary.com/dvtmp0niu/raw/upload/v1570118040/remix-dark-theme.css'}, |
|
|
|
{name: 'Light', quality: 'light', url: 'https://res.cloudinary.com/dvtmp0niu/raw/upload/v1570118040/remix-light-theme.css'}, |
|
|
|
{name: 'Light', quality: 'light', url: 'https://res.cloudinary.com/dvtmp0niu/raw/upload/v1572342742/light-theme.css'}, |
|
|
|
|
|
|
|
|
|
|
|
// switching to the url Todo: remove when the theme is ready
|
|
|
|
// switching to the url Todo: remove when the theme is ready
|
|
|
|
// {name: 'Dark', quality: 'dark', url: 'assets/css/remix-dark-theme.css'},
|
|
|
|
// {name: 'Dark', quality: 'dark', url: 'assets/css/remix-dark-theme.css'},
|
|
|
|