Remove dark theme in favour of @blockly/theme-dark (#4697)

* Remove dark theme in favour of @blockly/theme-dark
This commit is contained in:
Sam El-Husseini
2021-04-21 13:33:59 -07:00
committed by GitHub
parent 155084519c
commit d83279008b
7 changed files with 8 additions and 150 deletions

View File

@@ -59,6 +59,7 @@ function copyAppengineSrc() {
function copyPlaygroundDeps() {
const playgroundDeps = [
'./node_modules/@blockly/dev-tools/dist/index.js',
'./node_modules/@blockly/theme-dark/dist/index.js',
'./node_modules/@blockly/theme-modern/dist/index.js',
'./node_modules/@blockly/block-test/dist/index.js',
];