Merge pull request #15 from dpoeschl/SidebarBackgroundColor
Extension: make sidebar background color use theme color
This commit is contained in:
commit
2a9a120b5d
@ -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