mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 20:13:32 +01:00
Rename theme to colortheme
This commit is contained in:
@@ -119,7 +119,7 @@ export class WorkbenchLayout implements IVerticalSashLayoutProvider, IHorizontal
|
||||
this.sidebarWidth = this.storageService.getInteger(WorkbenchLayout.sashXWidthSettingsKey, StorageScope.GLOBAL, -1);
|
||||
this.panelHeight = this.storageService.getInteger(WorkbenchLayout.sashYHeightSettingsKey, StorageScope.GLOBAL, 0);
|
||||
|
||||
this.toUnbind.push(themeService.onDidThemeChange(_ => this.relayout()));
|
||||
this.toUnbind.push(themeService.onDidColorThemeChange(_ => this.relayout()));
|
||||
this.toUnbind.push(editorGroupService.onEditorsChanged(() => this.onEditorsChanged()));
|
||||
|
||||
this.registerSashListeners();
|
||||
|
||||
Reference in New Issue
Block a user