Extension: make sidebar background color use theme color
This commit is contained in:
parent
fde6b0019b
commit
85b511457c
@ -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>`;
|
||||
|
Loading…
Reference in New Issue
Block a user