kopia lustrzana https://github.com/c9/core
Merge pull request +12063 from c9/flat-light
Set flat-light theme as defaultpull/248/head
commit
228bbdcb83
|
@ -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--) {
|
||||
|
|
|
@ -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",
|
||||
|
|
Ładowanie…
Reference in New Issue