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",