|
|
|
@ -3,7 +3,7 @@ import { EventEmitter } from 'events' |
|
|
|
|
import * as packageJson from '../../../package.json' |
|
|
|
|
|
|
|
|
|
const themes = [ |
|
|
|
|
{name: 'Dark', quality: 'dark', url: 'https://res.cloudinary.com/dvtmp0niu/raw/upload/v1573037013/remix-dark-theme.css'}, |
|
|
|
|
{name: 'Dark', quality: 'dark', url: 'https://res.cloudinary.com/dvtmp0niu/raw/upload/v1573044638/remix-dark.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
|
|
|
|
|