Merge pull request +12063 from c9/flat-light

Set flat-light theme as default
This commit is contained in:
Lennart C. L. Kats 2016-02-09 12:38:31 +01:00
commit 228bbdcb83
2 changed files with 2 additions and 1 deletions

View File

@ -19,6 +19,7 @@ module.exports.makeLocal = function(config, options) {
options.projectName = root.substr(root.lastIndexOf("/") + 1);
options.debug = 2;
options.env = "local";
options.defaultTheme = "dark";
}
for (var i = config.length - 1; i >= 0; i--) {

View File

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