mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
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:
commit
b7cfcb7f7f
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user