mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 23:06:49 +01:00
web - cache and restore base theme via localstorage
Also: let the theme service not change classes on document.body but the actual container of the workbench
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
<meta id="vscode-remote-connection-token" data-settings="{{CONNECTION_AUTH_TOKEN}}">
|
||||
</head>
|
||||
|
||||
<body class="vs-dark" aria-label="">
|
||||
<body aria-label="">
|
||||
</body>
|
||||
|
||||
<!-- Require our AMD loader -->
|
||||
|
||||
@@ -43,7 +43,6 @@ bootstrapWindow.load([
|
||||
});
|
||||
|
||||
/**
|
||||
* // configuration: IWindowConfiguration
|
||||
* @param {{
|
||||
* partsSplashPath?: string,
|
||||
* highContrast?: boolean,
|
||||
|
||||
Reference in New Issue
Block a user