|
|
@@ -68,7 +68,7 @@ function initializeColorTheme() {
|
|
|
if (defaultTheme) {
|
|
|
molecule.colorTheme.setTheme(defaultTheme.id);
|
|
|
} else {
|
|
|
- molecule.colorTheme.setTheme('One Dark Pro');
|
|
|
+ molecule.colorTheme.setTheme('Default Light+');
|
|
|
}
|
|
|
|
|
|
const currentThemeMode = molecule.colorTheme.getColorThemeMode();
|
|
|
@@ -132,7 +132,6 @@ function initExplorer() {
|
|
|
const { SAMPLE_FOLDER_PANEL_ID } = molecule.builtin.getConstants();
|
|
|
const folderTreePane = explorerData.find((item) => item.id === SAMPLE_FOLDER_PANEL_ID);
|
|
|
|
|
|
- console.log(folderTreePane)
|
|
|
molecule.explorer.onPanelToolbarClick((panel, toolbarId)=>{
|
|
|
switch (toolbarId) {
|
|
|
case FOLDERTREE_SUBMIT_TOOLBAR.id:
|