Commit 595b65c0 authored by LianaHus's avatar LianaHus Committed by ioedeveloper

removed 'State' theme

parent 588d6f22
...@@ -20,9 +20,9 @@ require('brace/mode/javascript') ...@@ -20,9 +20,9 @@ require('brace/mode/javascript')
require('brace/mode/python') require('brace/mode/python')
require('brace/mode/json') require('brace/mode/json')
require('brace/mode/rust') require('brace/mode/rust')
require('brace/theme/chrome') require('brace/theme/chrome') // for all light themes
require('brace/theme/chaos') require('brace/theme/chaos') // for all dark themes
require('../../../assets/js/editor/darkTheme') require('../../../assets/js/editor/darkTheme') // a custom one for remix 'Dark' theme
const css = csjs` const css = csjs`
.ace-editor { .ace-editor {
......
...@@ -18,7 +18,6 @@ const themes = [ ...@@ -18,7 +18,6 @@ const themes = [
{name: 'Yeti', quality: 'light', url: 'https://bootswatch.com/4/yeti/bootstrap.min.css'}, {name: 'Yeti', quality: 'light', url: 'https://bootswatch.com/4/yeti/bootstrap.min.css'},
{name: 'Cyborg', quality: 'dark', url: 'https://bootswatch.com/4/cyborg/bootstrap.min.css'}, {name: 'Cyborg', quality: 'dark', url: 'https://bootswatch.com/4/cyborg/bootstrap.min.css'},
{name: 'Darkly', quality: 'dark', url: 'https://stackpath.bootstrapcdn.com/bootswatch/4.3.1/darkly/bootstrap.min.css'}, {name: 'Darkly', quality: 'dark', url: 'https://stackpath.bootstrapcdn.com/bootswatch/4.3.1/darkly/bootstrap.min.css'},
{name: 'Slate', quality: 'light', url: 'https://stackpath.bootstrapcdn.com/bootswatch/4.3.1/slate/bootstrap.min.css'},
{name: 'Superhero', quality: 'dark', url: 'https://stackpath.bootstrapcdn.com/bootswatch/4.3.1/superhero/bootstrap.min.css'} {name: 'Superhero', quality: 'dark', url: 'https://stackpath.bootstrapcdn.com/bootswatch/4.3.1/superhero/bootstrap.min.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