Extension: make sidebar background color use theme color

This commit is contained in:
dpoeschl 2024-03-06 19:50:34 -08:00
parent fde6b0019b
commit 85b511457c

View File

@ -327,7 +327,7 @@ export class SidebarProvider implements vscode.WebviewViewProvider {
const vscode = acquireVsCodeApi(); const vscode = acquireVsCodeApi();
</script> </script>
</head> </head>
<body> <body style="background-color: var(--vscode-sideBar-background)">
</body> </body>
<script nonce="${nonce}" src="${scriptUri}"></script> <script nonce="${nonce}" src="${scriptUri}"></script>
</html>`; </html>`;