VSCode: minor improvements to template.

This commit is contained in:
ItsLemmy
2025-10-31 14:16:42 -04:00
parent cf12b98351
commit 9680dd83fd
+8 -8
View File
@@ -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",