Merge pull request +12267 from c9/default-flat-light

keep classic theme default for sdk and use flat light on c9.io
This commit is contained in:
Nikolai Onken 2016-02-18 18:30:32 +01:00
commit b7cfcb7f7f

View File

@ -546,7 +546,7 @@ module.exports = function(options) {
{
packagePath: "plugins/c9.ide.layout.classic/preload",
themePrefix: options.themePrefix,
defaultTheme: options.defaultTheme || "flat-light"
defaultTheme: options.defaultTheme || "dark"
},
{
packagePath: "plugins/c9.ide.tree/tree",