Merge pull request +12063 from c9/flat-light

Set flat-light theme as default
pull/248/head
Lennart C. L. Kats 2016-02-09 12:38:31 +01:00
commit 228bbdcb83
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -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--) {

Wyświetl plik

@ -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",