Comprehensive GNOME Shell theme: accent variable overrides, quick toggle states, chevrons, sliders, sub-menus, header buttons, overview/dash/search/app-grid styling. Fix GTK4 backdrop so Nautilus keeps palette colors when unfocused. Expand VSCodium color coverage (diff editor, widgets, notifications, scrollbars). Add more Zen browser CSS variables for broader UI theming. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
85 lines
5.9 KiB
JSON
85 lines
5.9 KiB
JSON
{
|
|
"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}}",
|
|
"activityBar.inactiveForeground": "{{colors.on_surface_variant.default.hex}}",
|
|
"sideBar.background": "{{colors.surface_container_low.default.hex}}",
|
|
"sideBar.foreground": "{{colors.on_surface.default.hex}}",
|
|
"sideBar.border": "{{colors.outline_variant.default.hex}}",
|
|
"sideBarSectionHeader.background": "{{colors.surface_container.default.hex}}",
|
|
"sideBarSectionHeader.foreground": "{{colors.on_surface.default.hex}}",
|
|
"editor.background": "{{colors.surface.default.hex}}",
|
|
"editor.foreground": "{{colors.on_surface.default.hex}}",
|
|
"editorGroupHeader.tabsBackground": "{{colors.surface_container.default.hex}}",
|
|
"statusBar.background": "{{colors.surface_container.default.hex}}",
|
|
"statusBar.foreground": "{{colors.on_surface.default.hex}}",
|
|
"statusBar.debuggingBackground": "{{colors.primary.default.hex}}",
|
|
"statusBar.debuggingForeground": "{{colors.on_primary.default.hex}}",
|
|
"statusBar.noFolderBackground": "{{colors.surface_container.default.hex}}",
|
|
"tab.activeBackground": "{{colors.surface.default.hex}}",
|
|
"tab.inactiveBackground": "{{colors.surface_container.default.hex}}",
|
|
"tab.activeForeground": "{{colors.on_surface.default.hex}}",
|
|
"tab.inactiveForeground": "{{colors.on_surface_variant.default.hex}}",
|
|
"tab.border": "{{colors.surface_container.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}}",
|
|
"list.inactiveSelectionBackground": "{{colors.surface_container_high.default.hex}}",
|
|
"input.background": "{{colors.surface_container_high.default.hex}}",
|
|
"input.foreground": "{{colors.on_surface.default.hex}}",
|
|
"input.border": "{{colors.outline_variant.default.hex}}",
|
|
"dropdown.background": "{{colors.surface_container_high.default.hex}}",
|
|
"dropdown.foreground": "{{colors.on_surface.default.hex}}",
|
|
"dropdown.border": "{{colors.outline_variant.default.hex}}",
|
|
"panel.background": "{{colors.surface_container_low.default.hex}}",
|
|
"panel.border": "{{colors.outline_variant.default.hex}}",
|
|
"panelTitle.activeForeground": "{{colors.on_surface.default.hex}}",
|
|
"terminal.background": "{{colors.surface.default.hex}}",
|
|
"terminal.foreground": "{{colors.on_surface.default.hex}}",
|
|
"breadcrumb.background": "{{colors.surface.default.hex}}",
|
|
"breadcrumb.foreground": "{{colors.on_surface_variant.default.hex}}",
|
|
"editorWidget.background": "{{colors.surface_container.default.hex}}",
|
|
"editorWidget.foreground": "{{colors.on_surface.default.hex}}",
|
|
"peekViewEditor.background": "{{colors.surface_container_low.default.hex}}",
|
|
"peekViewResult.background": "{{colors.surface_container.default.hex}}",
|
|
"quickInput.background": "{{colors.surface_container.default.hex}}",
|
|
"quickInput.foreground": "{{colors.on_surface.default.hex}}",
|
|
"diffEditor.insertedTextBackground": "{{colors.tertiary_container.default.hex}}33",
|
|
"diffEditor.removedTextBackground": "{{colors.error_container.default.hex}}33",
|
|
"diffEditor.insertedLineBackground": "{{colors.tertiary_container.default.hex}}22",
|
|
"diffEditor.removedLineBackground": "{{colors.error_container.default.hex}}22",
|
|
"merge.currentHeaderBackground": "{{colors.tertiary_container.default.hex}}55",
|
|
"merge.incomingHeaderBackground": "{{colors.primary_container.default.hex}}55",
|
|
"notifications.background": "{{colors.surface_container_high.default.hex}}",
|
|
"notifications.foreground": "{{colors.on_surface.default.hex}}",
|
|
"notificationCenterHeader.background": "{{colors.surface_container.default.hex}}",
|
|
"banner.background": "{{colors.surface_container_high.default.hex}}",
|
|
"banner.foreground": "{{colors.on_surface.default.hex}}",
|
|
"commandCenter.background": "{{colors.surface_container.default.hex}}",
|
|
"commandCenter.foreground": "{{colors.on_surface.default.hex}}",
|
|
"editorGutter.background": "{{colors.surface.default.hex}}",
|
|
"editorLineNumber.foreground": "{{colors.on_surface_variant.default.hex}}",
|
|
"scrollbarSlider.background": "{{colors.outline_variant.default.hex}}55",
|
|
"scrollbarSlider.hoverBackground": "{{colors.outline_variant.default.hex}}88",
|
|
"scrollbarSlider.activeBackground": "{{colors.outline_variant.default.hex}}aa",
|
|
"editorPane.background": "{{colors.surface.default.hex}}",
|
|
"editorHoverWidget.background": "{{colors.surface_container.default.hex}}",
|
|
"editorHoverWidget.foreground": "{{colors.on_surface.default.hex}}",
|
|
"editorHoverWidget.border": "{{colors.outline_variant.default.hex}}",
|
|
"editorSuggestWidget.background": "{{colors.surface_container.default.hex}}",
|
|
"editorSuggestWidget.foreground": "{{colors.on_surface.default.hex}}",
|
|
"editorSuggestWidget.border": "{{colors.outline_variant.default.hex}}",
|
|
"editorSuggestWidget.selectedBackground": "{{colors.primary_container.default.hex}}",
|
|
"debugToolBar.background": "{{colors.surface_container.default.hex}}",
|
|
"walkThrough.embeddedEditorBackground": "{{colors.surface_container_low.default.hex}}",
|
|
"settings.headerForeground": "{{colors.on_surface.default.hex}}",
|
|
"welcomePage.background": "{{colors.surface.default.hex}}",
|
|
"textBlockQuote.background": "{{colors.surface_container_low.default.hex}}"
|
|
}
|
|
}
|