mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-12 19:18:32 -05:00
Merge from vscode cfc1ab4c5f816765b91fb7ead3c3427a7c8581a3
This commit is contained in:
@@ -29,7 +29,7 @@ class ToggleHighContrast extends EditorAction {
|
||||
standaloneThemeService.setTheme(this._originalThemeName);
|
||||
this._originalThemeName = null;
|
||||
} else {
|
||||
this._originalThemeName = standaloneThemeService.getTheme().themeName;
|
||||
this._originalThemeName = standaloneThemeService.getColorTheme().themeName;
|
||||
standaloneThemeService.setTheme('hc-black');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user