Skip to content

Commit

Permalink
Merge pull request ethereum#2383 from ethereum/newTheme
Browse files Browse the repository at this point in the history
new theme
  • Loading branch information
LianaHus authored Oct 1, 2019
2 parents d7152cd + bd56416 commit 08a718e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/tabs/theme-module.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/v1569488189/custom-dark-theme_uq6li7.css'},
{name: 'Dark', quality: 'dark', url: 'https://res.cloudinary.com/dvtmp0niu/raw/upload/v1569856440/remix-dark-theme_dh57sz.css'},
// switching to the url Todo: remove when the theme is ready
// {name: 'Dark', quality: 'dark', url: 'assets/css/remix-dark-theme.css'},
{name: 'Cerulean', quality: 'light', url: 'https://bootswatch.com/4/cerulean/bootstrap.min.css'},
Expand Down

0 comments on commit 08a718e

Please sign in to comment.