mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
default theme to light (#11358)
This commit is contained in:
@@ -104,7 +104,7 @@ export class WorkbenchThemeService implements IWorkbenchThemeService {
|
|||||||
@ILogService private readonly logService: ILogService
|
@ILogService private readonly logService: ILogService
|
||||||
) {
|
) {
|
||||||
this.container = layoutService.container;
|
this.container = layoutService.container;
|
||||||
const defaultThemeType = environmentService.configuration.defaultThemeType || DARK;
|
const defaultThemeType = environmentService.configuration.defaultThemeType || LIGHT; // {{SQL CARBON EDIT}} default to light theme
|
||||||
this.settings = new ThemeConfiguration(configurationService, defaultThemeType);
|
this.settings = new ThemeConfiguration(configurationService, defaultThemeType);
|
||||||
|
|
||||||
this.colorThemeRegistry = new ThemeRegistry(extensionService, colorThemesExtPoint, ColorThemeData.fromExtensionTheme);
|
this.colorThemeRegistry = new ThemeRegistry(extensionService, colorThemesExtPoint, ColorThemeData.fromExtensionTheme);
|
||||||
|
|||||||
Reference in New Issue
Block a user