{ "workbench.colorCustomizations": { "titleBar.activeBackground": "{{colors.surface_container.default.hex}}", "titleBar.activeForeground": "{{colors.on_surface.default.hex}}", "titleBar.inactiveBackground": "{{colors.surface_container_low.default.hex}}", "activityBar.background": "{{colors.surface_container.default.hex}}", "activityBar.foreground": "{{colors.on_surface.default.hex}}", "sideBar.background": "{{colors.surface_container_low.default.hex}}", "sideBar.foreground": "{{colors.on_surface.default.hex}}", "editor.background": "{{colors.surface.default.hex}}", "editor.foreground": "{{colors.on_surface.default.hex}}", "statusBar.background": "{{colors.surface_container.default.hex}}", "statusBar.foreground": "{{colors.on_surface.default.hex}}", "tab.activeBackground": "{{colors.surface.default.hex}}", "tab.inactiveBackground": "{{colors.surface_container.default.hex}}", "tab.activeForeground": "{{colors.on_surface.default.hex}}", "focusBorder": "{{colors.primary.default.hex}}", "button.background": "{{colors.primary.default.hex}}", "button.foreground": "{{colors.on_primary.default.hex}}", "list.activeSelectionBackground": "{{colors.primary_container.default.hex}}", "list.activeSelectionForeground": "{{colors.on_primary_container.default.hex}}", "list.hoverBackground": "{{colors.surface_container_high.default.hex}}", "terminal.background": "{{colors.surface.default.hex}}", "terminal.foreground": "{{colors.on_surface.default.hex}}", "panel.background": "{{colors.surface_container_low.default.hex}}" } }