Update light theme

pull/5370/head
alexcherman 5 years ago
parent f7ef9f7a5c
commit 63e3557ff6
  1. 2
      src/app/components/side-panel.js
  2. 2
      src/app/tabs/theme-module.js

@ -141,7 +141,7 @@ export class SidePanel extends AbstractPanel {
render () { render () {
return yo` return yo`
<section class="${css.panel}"> <section class="${css.panel} plugin-manager">
${this.header} ${this.header}
<div class="${css.pluginsContainer}"> <div class="${css.pluginsContainer}">
${this.view} ${this.view}

@ -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/v1573140701/remix-dark.css'}, {name: 'Dark', quality: 'dark', url: 'https://res.cloudinary.com/dvtmp0niu/raw/upload/v1573140701/remix-dark.css'},
{name: 'Light', quality: 'light', url: 'https://res.cloudinary.com/dvtmp0niu/raw/upload/v1572342742/light-theme.css'}, {name: 'Light', quality: 'light', url: 'https://res.cloudinary.com/dvtmp0niu/raw/upload/v1573830630/remix-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'},

Loading…
Cancel
Save