mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-05-31 09:45:24 +00:00
VSCode: minor improvements to template.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user