diff --git a/matugen/templates/vscode-color-theme.json b/matugen/templates/vscode-color-theme.json index 209fe695..b62c3194 100644 --- a/matugen/templates/vscode-color-theme.json +++ b/matugen/templates/vscode-color-theme.json @@ -91,7 +91,7 @@ "badge.foreground": "{{colors.on_secondary.default.hex}}", "panel.background": "{{colors.surface.default.hex}}", - "panel.border": "{{colors.surface_container.default.hex}}", + "panel.border": "{{colors.primary.default.hex}}", "panelTitle.activeBorder": "{{colors.primary.default.hex}}", "panelTitle.activeForeground": "{{colors.on_surface.default.hex}}", "panelTitle.inactiveForeground": "{{colors.outline.default.hex}}",