From 8dacaf84cc7e7b51eb61a08f423a82328e343447 Mon Sep 17 00:00:00 2001 From: bbedward Date: Sun, 2 Nov 2025 19:22:20 -0500 Subject: [PATCH] matugen: color panel border primary --- matugen/templates/vscode-color-theme.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}",