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(); 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>`;