Merge pull request #15 from dpoeschl/SidebarBackgroundColor

Extension: make sidebar background color use theme color
This commit is contained in:
David Poeschl 2024-03-11 08:26:04 -07:00 committed by GitHub
commit 2a9a120b5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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