mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -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
|
||||
) {
|
||||
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.colorThemeRegistry = new ThemeRegistry(extensionService, colorThemesExtPoint, ColorThemeData.fromExtensionTheme);
|
||||
|
||||
Reference in New Issue
Block a user