Unverified Commit 974d733d authored by Rob's avatar Rob Committed by GitHub

Merge pull request #2441 from EthWorks/light-theme-update

Update light theme
parents 9efb5e65 d782378d
...@@ -141,7 +141,7 @@ export class SidePanel extends AbstractPanel { ...@@ -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}
......
...@@ -3,8 +3,8 @@ import { EventEmitter } from 'events' ...@@ -3,8 +3,8 @@ import { EventEmitter } from 'events'
import * as packageJson from '../../../package.json' 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/v1574178106/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/v1574252300/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'},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment