Use the light theme as the default one.

Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
Akos Kitta
2019-05-08 12:09:30 +02:00
committed by Christian Weichel
parent 8a048936cb
commit d8625ad9c3
4 changed files with 16 additions and 4 deletions

View File

@@ -26,5 +26,13 @@
"prepare": "theia build --mode development",
"start": "theia start --root-dir=../workspace",
"watch": "theia build --watch --mode development"
},
"theia": {
"frontend": {
"config": {
"applicationName": "Arduino-PoC",
"defaultTheme": "light"
}
}
}
}