From 9680dd83fd49ea0cdab10d16e0449bbf33a106f7 Mon Sep 17 00:00:00 2001 From: ItsLemmy Date: Fri, 31 Oct 2025 14:16:42 -0400 Subject: [PATCH] VSCode: minor improvements to template. --- Assets/MatugenTemplates/code.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Assets/MatugenTemplates/code.json b/Assets/MatugenTemplates/code.json index 4eda7702..5c9c37fd 100644 --- a/Assets/MatugenTemplates/code.json +++ b/Assets/MatugenTemplates/code.json @@ -1698,10 +1698,10 @@ "activityBar.inactiveForeground": "{{colors.on_surface_variant.default.hex}}", "activityBarBadge.foreground": "{{colors.on_primary.default.hex}}", "activityBarBadge.background": "{{colors.primary.default.hex}}", - "sideBar.background": "{{colors.surface.default.hex}}", - "sideBar.foreground": "{{colors.on_surface.default.hex}}", - "sideBarSectionHeader.background": "{{colors.surface_variant.default.hex}}", - "sideBarSectionHeader.foreground": "{{colors.on_surface_variant.default.hex}}", + "sideBar.background": "{{colors.surface_variant.default.hex}}", + "sideBar.foreground": "{{colors.on_surface_variant.default.hex}}", + "sideBarSectionHeader.background": "{{colors.surface.default.hex}}", + "sideBarSectionHeader.foreground": "{{colors.on_surface.default.hex}}", "sideBarTitle.foreground": "{{colors.primary.default.hex}}", "list.inactiveSelectionBackground": "{{colors.surface_variant.default.hex}}", "list.inactiveSelectionForeground": "{{colors.on_surface_variant.default.hex}}", @@ -1864,12 +1864,12 @@ "panelTitle.activeBorder": "{{colors.primary.default.hex}}", "panelTitle.activeForeground": "{{colors.primary.default.hex}}", "panelTitle.inactiveForeground": "{{colors.on_surface_variant.default.hex}}", - "tab.activeBackground": "{{colors.surface.default.hex}}", - "tab.activeForeground": "{{colors.primary.default.hex}}", + "tab.activeBackground": "{{colors.surface_variant.default.hex}}", + "tab.activeForeground": "{{colors.on_surface_variant.default.hex}}", "tab.border": "{{colors.outline.default.hex}}00", "tab.activeBorder": "{{colors.primary.default.hex}}", - "tab.inactiveBackground": "{{colors.surface_variant.default.hex}}", - "tab.inactiveForeground": "{{colors.on_surface_variant.default.hex}}", + "tab.inactiveBackground": "{{colors.surface.default.hex}}", + "tab.inactiveForeground": "{{colors.on_surface.default.hex}}", "tab.unfocusedActiveForeground": "{{colors.primary.default.hex}}99", "tab.unfocusedInactiveForeground": "{{colors.on_surface_variant.default.hex}}99", "tab.unfocusedActiveBorder": "{{colors.primary.default.hex}}80",