mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
vscode: cleaned theming template
This commit is contained in:
+236
-251
@@ -1689,111 +1689,49 @@
|
||||
}
|
||||
],
|
||||
"colors": {
|
||||
"foreground": "{{colors.on_background.default.hex}}",
|
||||
"focusBorder": "{{colors.primary.default.hex}}",
|
||||
"selection.background": "{{colors.primary.default.hex}}66",
|
||||
"scrollbar.shadow": "{{colors.background.default.hex}}00",
|
||||
"activityBar.foreground": "{{colors.on_surface.default.hex}}",
|
||||
"activityBar.background": "{{colors.surface.default.hex}}",
|
||||
"activityBar.foreground": "{{colors.on_surface.default.hex}}",
|
||||
"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_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}}",
|
||||
"list.hoverBackground": "{{colors.surface_variant.default.hex}}40",
|
||||
"list.hoverForeground": "{{colors.on_surface_variant.default.hex}}",
|
||||
"list.activeSelectionBackground": "{{colors.primary.default.hex}}40",
|
||||
"list.activeSelectionForeground": "{{colors.on_surface.default.hex}}",
|
||||
"tree.indentGuidesStroke": "{{colors.outline.default.hex}}",
|
||||
"list.dropBackground": "{{colors.primary_container.default.hex}}40",
|
||||
"list.highlightForeground": "{{colors.primary.default.hex}}",
|
||||
"list.focusBackground": "{{colors.primary.default.hex}}30",
|
||||
"list.focusForeground": "{{colors.on_surface.default.hex}}",
|
||||
"listFilterWidget.background": "{{colors.tertiary_container.default.hex}}",
|
||||
"listFilterWidget.outline": "{{colors.outline.default.hex}}00",
|
||||
"listFilterWidget.noMatchesOutline": "{{colors.error.default.hex}}",
|
||||
"statusBar.foreground": "{{colors.on_surface_variant.default.hex}}",
|
||||
"statusBar.background": "{{colors.surface_variant.default.hex}}",
|
||||
"statusBarItem.hoverBackground": "{{colors.primary.default.hex}}1f",
|
||||
"statusBar.debuggingBackground": "{{colors.tertiary.default.hex}}",
|
||||
"statusBar.debuggingForeground": "{{colors.on_tertiary.default.hex}}",
|
||||
"statusBar.noFolderBackground": "{{colors.surface.default.hex}}",
|
||||
"statusBar.noFolderForeground": "{{colors.on_surface.default.hex}}",
|
||||
"statusBarItem.remoteBackground": "{{colors.primary.default.hex}}",
|
||||
"statusBarItem.remoteForeground": "{{colors.on_primary.default.hex}}",
|
||||
"titleBar.activeBackground": "{{colors.surface.default.hex}}",
|
||||
"titleBar.activeForeground": "{{colors.on_surface.default.hex}}",
|
||||
"titleBar.inactiveBackground": "{{colors.surface_variant.default.hex}}",
|
||||
"titleBar.inactiveForeground": "{{colors.on_surface_variant.default.hex}}",
|
||||
"titleBar.border": "{{colors.outline.default.hex}}00",
|
||||
"menubar.selectionForeground": "{{colors.on_surface.default.hex}}",
|
||||
"menubar.selectionBackground": "{{colors.surface_variant.default.hex}}1a",
|
||||
"menu.foreground": "{{colors.on_surface.default.hex}}",
|
||||
"menu.background": "{{colors.surface.default.hex}}",
|
||||
"menu.selectionForeground": "{{colors.on_primary_container.default.hex}}",
|
||||
"menu.selectionBackground": "{{colors.primary_container.default.hex}}",
|
||||
"menu.selectionBorder": "{{colors.outline.default.hex}}00",
|
||||
"menu.separatorBackground": "{{colors.outline.default.hex}}",
|
||||
"menu.border": "{{colors.outline.default.hex}}85",
|
||||
"activityBarBadge.foreground": "{{colors.on_primary.default.hex}}",
|
||||
"badge.background": "{{colors.primary.default.hex}}",
|
||||
"badge.foreground": "{{colors.on_primary.default.hex}}",
|
||||
"breadcrumb.activeSelectionForeground": "{{colors.primary.default.hex}}",
|
||||
"breadcrumb.background": "{{colors.background.default.hex}}",
|
||||
"breadcrumb.focusForeground": "{{colors.on_surface.default.hex}}",
|
||||
"breadcrumb.foreground": "{{colors.on_surface_variant.default.hex}}",
|
||||
"breadcrumbPicker.background": "{{colors.surface.default.hex}}",
|
||||
"button.background": "{{colors.primary.default.hex}}",
|
||||
"button.foreground": "{{colors.on_primary.default.hex}}",
|
||||
"button.hoverBackground": "{{colors.primary_container.default.hex}}",
|
||||
"button.secondaryForeground": "{{colors.on_secondary.default.hex}}",
|
||||
"button.secondaryBackground": "{{colors.secondary.default.hex}}",
|
||||
"button.secondaryForeground": "{{colors.on_secondary.default.hex}}",
|
||||
"button.secondaryHoverBackground": "{{colors.secondary_container.default.hex}}",
|
||||
"checkbox.background": "{{colors.primary_container.default.hex}}",
|
||||
"checkbox.foreground": "{{colors.on_primary_container.default.hex}}",
|
||||
"debugExceptionWidget.background": "{{colors.surface.default.hex}}",
|
||||
"debugExceptionWidget.border": "{{colors.outline.default.hex}}",
|
||||
"debugToolBar.background": "{{colors.surface.default.hex}}",
|
||||
"debugToolBar.border": "{{colors.outline.default.hex}}",
|
||||
"diffEditor.diagonalFill": "{{colors.outline.default.hex}}40",
|
||||
"diffEditor.insertedTextBackground": "{{colors.secondary.default.hex}}20",
|
||||
"diffEditor.removedTextBackground": "{{colors.error.default.hex}}20",
|
||||
"dropdown.background": "{{colors.surface.default.hex}}",
|
||||
"dropdown.foreground": "{{colors.on_surface.default.hex}}",
|
||||
"input.background": "{{colors.surface_variant.default.hex}}",
|
||||
"input.foreground": "{{colors.on_surface_variant.default.hex}}",
|
||||
"input.placeholderForeground": "{{colors.on_surface_variant.default.hex}}9e",
|
||||
"inputOption.activeBackground": "{{colors.primary.default.hex}}30",
|
||||
"inputOption.activeBorder": "{{colors.primary.default.hex}}30",
|
||||
"inputOption.activeForeground": "{{colors.primary.default.hex}}",
|
||||
"inputValidation.errorBackground": "{{colors.error_container.default.hex}}",
|
||||
"inputValidation.errorForeground": "{{colors.on_error_container.default.hex}}",
|
||||
"inputValidation.errorBorder": "{{colors.error.default.hex}}",
|
||||
"inputValidation.infoBackground": "{{colors.tertiary_container.default.hex}}",
|
||||
"inputValidation.infoForeground": "{{colors.on_tertiary_container.default.hex}}",
|
||||
"inputValidation.infoBorder": "{{colors.tertiary.default.hex}}",
|
||||
"inputValidation.warningBackground": "{{colors.secondary_container.default.hex}}",
|
||||
"inputValidation.warningForeground": "{{colors.on_secondary_container.default.hex}}",
|
||||
"inputValidation.warningBorder": "{{colors.secondary.default.hex}}",
|
||||
"scrollbarSlider.activeBackground": "{{colors.on_surface.default.hex}}80",
|
||||
"scrollbarSlider.background": "{{colors.on_surface.default.hex}}30",
|
||||
"scrollbarSlider.hoverBackground": "{{colors.on_surface.default.hex}}50",
|
||||
"badge.foreground": "{{colors.on_primary.default.hex}}",
|
||||
"badge.background": "{{colors.primary.default.hex}}",
|
||||
"progressBar.background": "{{colors.primary.default.hex}}",
|
||||
"editor.background": "{{colors.background.default.hex}}",
|
||||
"editor.foreground": "{{colors.on_background.default.hex}}",
|
||||
"editorLineNumber.foreground": "{{colors.outline.default.hex}}",
|
||||
"editorLineNumber.activeForeground": "{{colors.primary.default.hex}}",
|
||||
"editorCursor.background": "{{colors.background.default.hex}}",
|
||||
"editorCursor.foreground": "{{colors.primary.default.hex}}",
|
||||
"editor.selectionBackground": "{{colors.primary.default.hex}}40",
|
||||
"editor.selectionHighlightBackground": "{{colors.surface_variant.default.hex}}80",
|
||||
"editor.inactiveSelectionBackground": "{{colors.surface_variant.default.hex}}",
|
||||
"editor.wordHighlightBackground": "{{colors.surface_variant.default.hex}}",
|
||||
"editor.wordHighlightStrongBackground": "{{colors.primary_container.default.hex}}80",
|
||||
"editor.findMatchBackground": "{{colors.tertiary.default.hex}}80",
|
||||
"editor.findMatchHighlightBackground": "{{colors.tertiary.default.hex}}60",
|
||||
"editor.findRangeHighlightBackground": "{{colors.surface_variant.default.hex}}",
|
||||
"editor.foldBackground": "{{colors.primary.default.hex}}4d",
|
||||
"editor.foreground": "{{colors.on_background.default.hex}}",
|
||||
"editor.hoverHighlightBackground": "{{colors.surface_variant.default.hex}}50",
|
||||
"editor.inactiveSelectionBackground": "{{colors.surface_variant.default.hex}}",
|
||||
"editor.lineHighlightBackground": "{{colors.surface_variant.default.hex}}50",
|
||||
"editor.lineHighlightBorder": "{{colors.outline.default.hex}}00",
|
||||
"editorLink.activeForeground": "{{colors.primary.default.hex}}",
|
||||
"editorIndentGuide.background": "{{colors.outline.default.hex}}20",
|
||||
"editorIndentGuide.activeBackground": "{{colors.outline.default.hex}}",
|
||||
"editorRuler.foreground": "{{colors.outline.default.hex}}",
|
||||
"editorBracketMatch.background": "{{colors.primary.default.hex}}4d",
|
||||
"editorBracketMatch.border": "{{colors.primary.default.hex}}",
|
||||
"editor.selectionBackground": "{{colors.primary.default.hex}}40",
|
||||
"editor.selectionHighlightBackground": "{{colors.surface_variant.default.hex}}80",
|
||||
"editor.wordHighlightBackground": "{{colors.surface_variant.default.hex}}",
|
||||
"editor.wordHighlightStrongBackground": "{{colors.primary_container.default.hex}}80",
|
||||
"editorBracketHighlight.foreground1": "{{colors.primary.default.hex}}",
|
||||
"editorBracketHighlight.foreground2": "{{colors.secondary.default.hex}}",
|
||||
"editorBracketHighlight.foreground3": "{{colors.tertiary.default.hex}}",
|
||||
@@ -1801,47 +1739,154 @@
|
||||
"editorBracketHighlight.foreground5": "{{colors.secondary_container.default.hex}}",
|
||||
"editorBracketHighlight.foreground6": "{{colors.tertiary_container.default.hex}}",
|
||||
"editorBracketHighlight.unexpectedBracket.foreground": "{{colors.error.default.hex}}",
|
||||
"editorOverviewRuler.border": "{{colors.outline.default.hex}}00",
|
||||
"editorOverviewRuler.findMatchForeground": "{{colors.tertiary.default.hex}}",
|
||||
"editorOverviewRuler.rangeHighlightForeground": "{{colors.primary.default.hex}}",
|
||||
"editorOverviewRuler.selectionHighlightForeground": "{{colors.primary.default.hex}}",
|
||||
"editorOverviewRuler.wordHighlightForeground": "{{colors.tertiary.default.hex}}",
|
||||
"editorOverviewRuler.wordHighlightStrongForeground": "{{colors.tertiary.default.hex}}",
|
||||
"editorOverviewRuler.modifiedForeground": "{{colors.primary.default.hex}}80",
|
||||
"editorOverviewRuler.addedForeground": "{{colors.secondary.default.hex}}80",
|
||||
"editorOverviewRuler.deletedForeground": "{{colors.error.default.hex}}80",
|
||||
"editorOverviewRuler.errorForeground": "{{colors.error.default.hex}}",
|
||||
"editorOverviewRuler.warningForeground": "{{colors.secondary.default.hex}}",
|
||||
"editorOverviewRuler.infoForeground": "{{colors.tertiary.default.hex}}",
|
||||
"editorGutter.background": "{{colors.background.default.hex}}",
|
||||
"editorGutter.modifiedBackground": "{{colors.primary.default.hex}}80",
|
||||
"editorGutter.addedBackground": "{{colors.secondary.default.hex}}80",
|
||||
"editorGutter.deletedBackground": "{{colors.error.default.hex}}80",
|
||||
"editorBracketMatch.background": "{{colors.primary.default.hex}}4d",
|
||||
"editorBracketMatch.border": "{{colors.primary.default.hex}}",
|
||||
"editorCodeLens.foreground": "{{colors.outline.default.hex}}",
|
||||
"editorCursor.background": "{{colors.background.default.hex}}",
|
||||
"editorCursor.foreground": "{{colors.primary.default.hex}}",
|
||||
"editorError.background": "{{colors.error_container.default.hex}}00",
|
||||
"editorError.border": "{{colors.outline.default.hex}}00",
|
||||
"editorError.foreground": "{{colors.error.default.hex}}",
|
||||
"editorGroup.border": "{{colors.outline.default.hex}}",
|
||||
"editorGroup.dropBackground": "{{colors.primary_container.default.hex}}40",
|
||||
"editorGroup.emptyBackground": "{{colors.background.default.hex}}",
|
||||
"editorGroupHeader.noTabsBackground": "{{colors.background.default.hex}}",
|
||||
"editorGroupHeader.tabsBackground": "{{colors.surface.default.hex}}",
|
||||
"editorGroupHeader.tabsBorder": "{{colors.outline.default.hex}}00",
|
||||
"editorWidget.foreground": "{{colors.on_surface.default.hex}}",
|
||||
"editorWidget.background": "{{colors.surface.default.hex}}",
|
||||
"editorWidget.border": "{{colors.outline.default.hex}}",
|
||||
"editorWidget.resizeBorder": "{{colors.primary.default.hex}}",
|
||||
"editorGutter.addedBackground": "{{colors.secondary.default.hex}}80",
|
||||
"editorGutter.background": "{{colors.background.default.hex}}",
|
||||
"editorGutter.commentRangeForeground": "{{colors.on_surface_variant.default.hex}}",
|
||||
"editorGutter.deletedBackground": "{{colors.error.default.hex}}80",
|
||||
"editorGutter.foldingControlForeground": "{{colors.on_surface_variant.default.hex}}",
|
||||
"editorGutter.modifiedBackground": "{{colors.primary.default.hex}}80",
|
||||
"editorHoverWidget.background": "{{colors.surface.default.hex}}",
|
||||
"editorHoverWidget.border": "{{colors.outline.default.hex}}",
|
||||
"editorHoverWidget.foreground": "{{colors.on_surface.default.hex}}",
|
||||
"editorIndentGuide.activeBackground": "{{colors.outline.default.hex}}",
|
||||
"editorIndentGuide.background": "{{colors.outline.default.hex}}20",
|
||||
"editorInfo.background": "{{colors.tertiary_container.default.hex}}00",
|
||||
"editorInfo.border": "{{colors.outline.default.hex}}00",
|
||||
"editorInfo.foreground": "{{colors.tertiary.default.hex}}",
|
||||
"editorLineNumber.activeForeground": "{{colors.primary.default.hex}}",
|
||||
"editorLineNumber.foreground": "{{colors.outline.default.hex}}",
|
||||
"editorLink.activeForeground": "{{colors.primary.default.hex}}",
|
||||
"editorMarkerNavigation.background": "{{colors.surface.default.hex}}",
|
||||
"editorMarkerNavigationError.background": "{{colors.error.default.hex}}40",
|
||||
"editorMarkerNavigationInfo.background": "{{colors.tertiary.default.hex}}40",
|
||||
"editorMarkerNavigationWarning.background": "{{colors.secondary.default.hex}}40",
|
||||
"editorOverviewRuler.addedForeground": "{{colors.secondary.default.hex}}80",
|
||||
"editorOverviewRuler.border": "{{colors.outline.default.hex}}",
|
||||
"editorOverviewRuler.deletedForeground": "{{colors.error.default.hex}}80",
|
||||
"editorOverviewRuler.errorForeground": "{{colors.error.default.hex}}",
|
||||
"editorOverviewRuler.findMatchForeground": "{{colors.primary.default.hex}}",
|
||||
"editorOverviewRuler.infoForeground": "{{colors.tertiary.default.hex}}",
|
||||
"editorOverviewRuler.modifiedForeground": "{{colors.primary.default.hex}}80",
|
||||
"editorOverviewRuler.rangeHighlightForeground": "{{colors.primary.default.hex}}",
|
||||
"editorOverviewRuler.selectionHighlightForeground": "{{colors.primary.default.hex}}",
|
||||
"editorOverviewRuler.warningForeground": "{{colors.secondary.default.hex}}",
|
||||
"editorOverviewRuler.wordHighlightForeground": "{{colors.secondary.default.hex}}",
|
||||
"editorOverviewRuler.wordHighlightStrongForeground": "{{colors.secondary.default.hex}}",
|
||||
"editorRuler.foreground": "{{colors.outline.default.hex}}",
|
||||
"editorSuggestWidget.background": "{{colors.surface.default.hex}}",
|
||||
"editorSuggestWidget.border": "{{colors.outline.default.hex}}",
|
||||
"editorSuggestWidget.foreground": "{{colors.on_surface.default.hex}}",
|
||||
"editorSuggestWidget.highlightForeground": "{{colors.primary.default.hex}}",
|
||||
"editorSuggestWidget.selectedBackground": "{{colors.surface_variant.default.hex}}",
|
||||
"editorHoverWidget.foreground": "{{colors.on_surface.default.hex}}",
|
||||
"editorHoverWidget.background": "{{colors.surface.default.hex}}",
|
||||
"editorHoverWidget.border": "{{colors.outline.default.hex}}",
|
||||
"editorMarkerNavigation.background": "{{colors.surface.default.hex}}",
|
||||
"editorMarkerNavigationError.background": "{{colors.error.default.hex}}40",
|
||||
"editorMarkerNavigationWarning.background": "{{colors.secondary.default.hex}}40",
|
||||
"editorMarkerNavigationInfo.background": "{{colors.tertiary.default.hex}}40",
|
||||
"editorWarning.background": "{{colors.secondary_container.default.hex}}00",
|
||||
"editorWarning.border": "{{colors.outline.default.hex}}00",
|
||||
"editorWarning.foreground": "{{colors.secondary.default.hex}}",
|
||||
"editorWhitespace.foreground": "{{colors.outline.default.hex}}29",
|
||||
"editorWidget.background": "{{colors.surface.default.hex}}",
|
||||
"editorWidget.border": "{{colors.outline.default.hex}}",
|
||||
"editorWidget.foreground": "{{colors.on_surface.default.hex}}",
|
||||
"editorWidget.resizeBorder": "{{colors.outline.default.hex}}",
|
||||
"extensionButton.prominentBackground": "{{colors.primary.default.hex}}",
|
||||
"extensionButton.prominentForeground": "{{colors.on_primary.default.hex}}",
|
||||
"extensionButton.prominentHoverBackground": "{{colors.primary_container.default.hex}}",
|
||||
"focusBorder": "{{colors.primary.default.hex}}",
|
||||
"foreground": "{{colors.on_background.default.hex}}",
|
||||
"gitDecoration.conflictingResourceForeground": "{{colors.tertiary.default.hex}}c0",
|
||||
"gitDecoration.deletedResourceForeground": "{{colors.error.default.hex}}c0",
|
||||
"gitDecoration.ignoredResourceForeground": "{{colors.outline.default.hex}}80",
|
||||
"gitDecoration.modifiedResourceForeground": "{{colors.primary.default.hex}}c0",
|
||||
"gitDecoration.submoduleResourceForeground": "{{colors.on_surface_variant.default.hex}}c0",
|
||||
"gitDecoration.untrackedResourceForeground": "{{colors.secondary.default.hex}}c0",
|
||||
"icon.foreground": "{{colors.on_background.default.hex}}",
|
||||
"input.background": "{{colors.surface_variant.default.hex}}",
|
||||
"input.border": "{{colors.outline.default.hex}}00",
|
||||
"input.foreground": "{{colors.on_surface_variant.default.hex}}",
|
||||
"input.placeholderForeground": "{{colors.on_surface_variant.default.hex}}9e",
|
||||
"inputOption.activeBackground": "{{colors.primary.default.hex}}30",
|
||||
"inputOption.activeBorder": "{{colors.primary.default.hex}}30",
|
||||
"inputOption.activeForeground": "{{colors.primary.default.hex}}",
|
||||
"inputValidation.errorBackground": "{{colors.error_container.default.hex}}",
|
||||
"inputValidation.errorBorder": "{{colors.error.default.hex}}",
|
||||
"inputValidation.errorForeground": "{{colors.on_error_container.default.hex}}",
|
||||
"inputValidation.infoBackground": "{{colors.tertiary_container.default.hex}}",
|
||||
"inputValidation.infoBorder": "{{colors.tertiary.default.hex}}",
|
||||
"inputValidation.infoForeground": "{{colors.on_tertiary_container.default.hex}}",
|
||||
"inputValidation.warningBackground": "{{colors.secondary_container.default.hex}}",
|
||||
"inputValidation.warningBorder": "{{colors.secondary.default.hex}}",
|
||||
"inputValidation.warningForeground": "{{colors.on_secondary_container.default.hex}}",
|
||||
"list.activeSelectionBackground": "{{colors.primary.default.hex}}40",
|
||||
"list.activeSelectionForeground": "{{colors.on_surface.default.hex}}",
|
||||
"list.dropBackground": "{{colors.primary_container.default.hex}}40",
|
||||
"list.focusBackground": "{{colors.primary.default.hex}}30",
|
||||
"list.focusForeground": "{{colors.on_surface.default.hex}}",
|
||||
"list.highlightForeground": "{{colors.primary.default.hex}}",
|
||||
"list.hoverBackground": "{{colors.surface_variant.default.hex}}40",
|
||||
"list.hoverForeground": "{{colors.on_surface_variant.default.hex}}",
|
||||
"list.inactiveSelectionBackground": "{{colors.surface_variant.default.hex}}",
|
||||
"list.inactiveSelectionForeground": "{{colors.on_surface_variant.default.hex}}",
|
||||
"listFilterWidget.background": "{{colors.tertiary_container.default.hex}}",
|
||||
"listFilterWidget.noMatchesOutline": "{{colors.error.default.hex}}",
|
||||
"listFilterWidget.outline": "{{colors.outline.default.hex}}00",
|
||||
"menu.background": "{{colors.surface.default.hex}}",
|
||||
"menu.border": "{{colors.outline.default.hex}}85",
|
||||
"menu.foreground": "{{colors.on_surface.default.hex}}",
|
||||
"menu.selectionBackground": "{{colors.primary_container.default.hex}}",
|
||||
"menu.selectionBorder": "{{colors.outline.default.hex}}00",
|
||||
"menu.selectionForeground": "{{colors.on_primary_container.default.hex}}",
|
||||
"menu.separatorBackground": "{{colors.outline.default.hex}}",
|
||||
"menubar.selectionBackground": "{{colors.surface_variant.default.hex}}1a",
|
||||
"menubar.selectionForeground": "{{colors.on_surface.default.hex}}",
|
||||
"merge.border": "{{colors.outline.default.hex}}00",
|
||||
"merge.commonContentBackground": "{{colors.outline.default.hex}}20",
|
||||
"merge.commonHeaderBackground": "{{colors.outline.default.hex}}30",
|
||||
"merge.currentContentBackground": "{{colors.primary.default.hex}}20",
|
||||
"merge.currentHeaderBackground": "{{colors.primary.default.hex}}30",
|
||||
"merge.incomingContentBackground": "{{colors.tertiary.default.hex}}20",
|
||||
"merge.incomingHeaderBackground": "{{colors.tertiary.default.hex}}30",
|
||||
"minimap.background": "{{colors.background.default.hex}}",
|
||||
"minimap.errorHighlight": "{{colors.error.default.hex}}80",
|
||||
"minimap.findMatchHighlight": "{{colors.primary.default.hex}}80",
|
||||
"minimap.selectionHighlight": "{{colors.primary.default.hex}}40",
|
||||
"minimap.warningHighlight": "{{colors.secondary.default.hex}}80",
|
||||
"minimapGutter.addedBackground": "{{colors.secondary.default.hex}}80",
|
||||
"minimapGutter.deletedBackground": "{{colors.error.default.hex}}80",
|
||||
"minimapGutter.modifiedBackground": "{{colors.primary.default.hex}}80",
|
||||
"notificationCenter.border": "{{colors.outline.default.hex}}",
|
||||
"notificationCenterHeader.background": "{{colors.surface_variant.default.hex}}",
|
||||
"notificationCenterHeader.foreground": "{{colors.on_surface_variant.default.hex}}",
|
||||
"notificationToast.border": "{{colors.outline.default.hex}}",
|
||||
"notifications.background": "{{colors.surface.default.hex}}",
|
||||
"notifications.border": "{{colors.outline.default.hex}}",
|
||||
"notifications.foreground": "{{colors.on_surface.default.hex}}",
|
||||
"notificationsErrorIcon.foreground": "{{colors.error.default.hex}}",
|
||||
"notificationsInfoIcon.foreground": "{{colors.tertiary.default.hex}}",
|
||||
"notificationsWarningIcon.foreground": "{{colors.secondary.default.hex}}",
|
||||
"panel.background": "{{colors.surface.default.hex}}",
|
||||
"panel.border": "{{colors.outline.default.hex}}",
|
||||
"panel.dropBorder": "{{colors.primary.default.hex}}",
|
||||
"panelSection.border": "{{colors.outline.default.hex}}",
|
||||
"panelTitle.activeBorder": "{{colors.primary.default.hex}}",
|
||||
"panelTitle.activeForeground": "{{colors.primary.default.hex}}",
|
||||
"panelTitle.inactiveForeground": "{{colors.on_surface_variant.default.hex}}",
|
||||
"peekView.border": "{{colors.primary.default.hex}}",
|
||||
"peekViewEditor.background": "{{colors.surface.default.hex}}",
|
||||
"peekViewEditor.matchHighlightBackground": "{{colors.tertiary.default.hex}}40",
|
||||
"peekViewEditor.matchHighlightBackground": "{{colors.tertiary.default.hex}}99",
|
||||
"peekViewEditor.matchHighlightBorder": "{{colors.tertiary.default.hex}}",
|
||||
"peekViewEditorGutter.background": "{{colors.surface.default.hex}}",
|
||||
"peekViewResult.background": "{{colors.surface_variant.default.hex}}",
|
||||
"peekViewResult.fileForeground": "{{colors.on_surface_variant.default.hex}}",
|
||||
"peekViewResult.lineForeground": "{{colors.on_surface_variant.default.hex}}",
|
||||
@@ -1851,151 +1896,91 @@
|
||||
"peekViewTitle.background": "{{colors.surface_variant.default.hex}}",
|
||||
"peekViewTitleDescription.foreground": "{{colors.on_surface_variant.default.hex}}",
|
||||
"peekViewTitleLabel.foreground": "{{colors.primary.default.hex}}",
|
||||
"merge.currentHeaderBackground": "{{colors.primary.default.hex}}30",
|
||||
"merge.currentContentBackground": "{{colors.primary.default.hex}}20",
|
||||
"merge.incomingHeaderBackground": "{{colors.tertiary.default.hex}}30",
|
||||
"merge.incomingContentBackground": "{{colors.tertiary.default.hex}}20",
|
||||
"merge.commonHeaderBackground": "{{colors.outline.default.hex}}30",
|
||||
"merge.commonContentBackground": "{{colors.outline.default.hex}}20",
|
||||
"merge.border": "{{colors.outline.default.hex}}00",
|
||||
"panel.background": "{{colors.surface.default.hex}}",
|
||||
"panel.border": "{{colors.outline.default.hex}}",
|
||||
"panel.dropBorder": "{{colors.primary.default.hex}}",
|
||||
"panelTitle.activeBorder": "{{colors.primary.default.hex}}",
|
||||
"panelTitle.activeForeground": "{{colors.primary.default.hex}}",
|
||||
"panelTitle.inactiveForeground": "{{colors.on_surface_variant.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.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",
|
||||
"tab.unfocusedActiveBackground": "{{colors.surface.default.hex}}99",
|
||||
"tab.unfocusedInactiveBackground": "{{colors.surface_variant.default.hex}}99",
|
||||
"tab.activeModifiedBorder": "{{colors.tertiary.default.hex}}",
|
||||
"tab.inactiveModifiedBorder": "{{colors.tertiary.default.hex}}80",
|
||||
"tab.unfocusedActiveModifiedBorder": "{{colors.tertiary.default.hex}}40",
|
||||
"tab.unfocusedInactiveModifiedBorder": "{{colors.tertiary.default.hex}}20",
|
||||
"terminal.background": "{{colors.background.default.hex}}",
|
||||
"terminal.foreground": "{{colors.on_background.default.hex}}",
|
||||
"terminal.ansiBlack": "{{colors.outline.default.hex}}",
|
||||
"terminal.ansiRed": "{{colors.error.default.hex}}",
|
||||
"terminal.ansiGreen": "{{colors.secondary.default.hex}}",
|
||||
"terminal.ansiYellow": "{{colors.secondary_container.default.hex}}",
|
||||
"terminal.ansiBlue": "{{colors.primary.default.hex}}",
|
||||
"terminal.ansiMagenta": "{{colors.tertiary.default.hex}}",
|
||||
"terminal.ansiCyan": "{{colors.tertiary_container.default.hex}}",
|
||||
"terminal.ansiWhite": "{{colors.on_surface.default.hex}}",
|
||||
"terminal.ansiBrightBlack": "{{colors.on_surface_variant.default.hex}}",
|
||||
"terminal.ansiBrightRed": "{{colors.error_container.default.hex}}",
|
||||
"terminal.ansiBrightGreen": "{{colors.secondary_container.default.hex}}",
|
||||
"terminal.ansiBrightYellow": "{{colors.secondary.default.hex}}",
|
||||
"terminal.ansiBrightBlue": "{{colors.primary_container.default.hex}}",
|
||||
"terminal.ansiBrightMagenta": "{{colors.tertiary_container.default.hex}}",
|
||||
"terminal.ansiBrightCyan": "{{colors.tertiary.default.hex}}",
|
||||
"terminal.ansiBrightWhite": "{{colors.on_background.default.hex}}",
|
||||
"terminalCursor.background": "{{colors.background.default.hex}}",
|
||||
"terminalCursor.foreground": "{{colors.primary.default.hex}}",
|
||||
"notificationCenter.border": "{{colors.outline.default.hex}}",
|
||||
"notificationCenterHeader.background": "{{colors.surface_variant.default.hex}}",
|
||||
"notificationCenterHeader.foreground": "{{colors.on_surface_variant.default.hex}}",
|
||||
"notificationToast.border": "{{colors.outline.default.hex}}",
|
||||
"notifications.foreground": "{{colors.on_surface.default.hex}}",
|
||||
"notifications.background": "{{colors.surface.default.hex}}",
|
||||
"notifications.border": "{{colors.outline.default.hex}}",
|
||||
"notificationsErrorIcon.foreground": "{{colors.error.default.hex}}",
|
||||
"notificationsWarningIcon.foreground": "{{colors.secondary.default.hex}}",
|
||||
"notificationsInfoIcon.foreground": "{{colors.tertiary.default.hex}}",
|
||||
"extensionButton.prominentForeground": "{{colors.on_primary.default.hex}}",
|
||||
"extensionButton.prominentBackground": "{{colors.primary.default.hex}}",
|
||||
"extensionButton.prominentHoverBackground": "{{colors.primary_container.default.hex}}",
|
||||
"pickerGroup.border": "{{colors.outline.default.hex}}",
|
||||
"pickerGroup.foreground": "{{colors.primary.default.hex}}",
|
||||
"debugToolBar.background": "{{colors.surface.default.hex}}",
|
||||
"debugToolBar.border": "{{colors.outline.default.hex}}",
|
||||
"welcomePage.buttonBackground": "{{colors.surface_variant.default.hex}}",
|
||||
"welcomePage.buttonHoverBackground": "{{colors.primary.default.hex}}20",
|
||||
"walkThrough.embeddedEditorBackground": "{{colors.surface.default.hex}}",
|
||||
"gitDecoration.modifiedResourceForeground": "{{colors.primary.default.hex}}c0",
|
||||
"gitDecoration.deletedResourceForeground": "{{colors.error.default.hex}}c0",
|
||||
"gitDecoration.untrackedResourceForeground": "{{colors.secondary.default.hex}}c0",
|
||||
"gitDecoration.ignoredResourceForeground": "{{colors.outline.default.hex}}80",
|
||||
"gitDecoration.conflictingResourceForeground": "{{colors.tertiary.default.hex}}c0",
|
||||
"gitDecoration.submoduleResourceForeground": "{{colors.on_surface_variant.default.hex}}c0",
|
||||
"progressBar.background": "{{colors.primary.default.hex}}",
|
||||
"scrollbar.shadow": "{{colors.background.default.hex}}00",
|
||||
"scrollbarSlider.activeBackground": "{{colors.on_surface.default.hex}}80",
|
||||
"scrollbarSlider.background": "{{colors.on_surface.default.hex}}30",
|
||||
"scrollbarSlider.hoverBackground": "{{colors.on_surface.default.hex}}50",
|
||||
"selection.background": "{{colors.primary.default.hex}}66",
|
||||
"settings.checkboxBackground": "{{colors.surface_variant.default.hex}}",
|
||||
"settings.checkboxBorder": "{{colors.outline.default.hex}}",
|
||||
"settings.checkboxForeground": "{{colors.on_surface_variant.default.hex}}",
|
||||
"settings.dropdownBackground": "{{colors.surface_variant.default.hex}}",
|
||||
"settings.dropdownBorder": "{{colors.outline.default.hex}}",
|
||||
"settings.dropdownForeground": "{{colors.on_surface_variant.default.hex}}",
|
||||
"settings.focusedRowBackground": "{{colors.surface_variant.default.hex}}50",
|
||||
"settings.headerForeground": "{{colors.on_background.default.hex}}",
|
||||
"settings.modifiedItemIndicator": "{{colors.primary.default.hex}}",
|
||||
"settings.dropdownBackground": "{{colors.surface_variant.default.hex}}",
|
||||
"settings.dropdownForeground": "{{colors.on_surface_variant.default.hex}}",
|
||||
"settings.dropdownBorder": "{{colors.outline.default.hex}}",
|
||||
"settings.checkboxBackground": "{{colors.surface_variant.default.hex}}",
|
||||
"settings.checkboxForeground": "{{colors.on_surface_variant.default.hex}}",
|
||||
"settings.checkboxBorder": "{{colors.outline.default.hex}}",
|
||||
"settings.textInputBackground": "{{colors.surface_variant.default.hex}}",
|
||||
"settings.textInputForeground": "{{colors.on_surface_variant.default.hex}}",
|
||||
"settings.textInputBorder": "{{colors.outline.default.hex}}",
|
||||
"settings.numberInputBackground": "{{colors.surface_variant.default.hex}}",
|
||||
"settings.numberInputForeground": "{{colors.on_surface_variant.default.hex}}",
|
||||
"settings.numberInputBorder": "{{colors.outline.default.hex}}",
|
||||
"breadcrumb.foreground": "{{colors.on_surface_variant.default.hex}}",
|
||||
"breadcrumb.background": "{{colors.background.default.hex}}",
|
||||
"breadcrumb.focusForeground": "{{colors.on_surface.default.hex}}",
|
||||
"breadcrumb.activeSelectionForeground": "{{colors.primary.default.hex}}",
|
||||
"breadcrumbPicker.background": "{{colors.surface.default.hex}}",
|
||||
"diffEditor.insertedTextBackground": "{{colors.secondary.default.hex}}20",
|
||||
"diffEditor.removedTextBackground": "{{colors.error.default.hex}}20",
|
||||
"diffEditor.diagonalFill": "{{colors.outline.default.hex}}40",
|
||||
"debugExceptionWidget.background": "{{colors.surface.default.hex}}",
|
||||
"debugExceptionWidget.border": "{{colors.outline.default.hex}}",
|
||||
"editorGutter.commentRangeForeground": "{{colors.on_surface_variant.default.hex}}",
|
||||
"icon.foreground": "{{colors.on_background.default.hex}}",
|
||||
"minimapGutter.addedBackground": "{{colors.secondary.default.hex}}80",
|
||||
"minimapGutter.modifiedBackground": "{{colors.primary.default.hex}}80",
|
||||
"minimapGutter.deletedBackground": "{{colors.error.default.hex}}80",
|
||||
"minimap.findMatchHighlight": "{{colors.primary.default.hex}}80",
|
||||
"minimap.selectionHighlight": "{{colors.primary.default.hex}}40",
|
||||
"minimap.errorHighlight": "{{colors.error.default.hex}}80",
|
||||
"minimap.warningHighlight": "{{colors.secondary.default.hex}}80",
|
||||
"minimap.background": "{{colors.background.default.hex}}",
|
||||
"settings.numberInputForeground": "{{colors.on_surface_variant.default.hex}}",
|
||||
"settings.textInputBackground": "{{colors.surface_variant.default.hex}}",
|
||||
"settings.textInputBorder": "{{colors.outline.default.hex}}",
|
||||
"settings.textInputForeground": "{{colors.on_surface_variant.default.hex}}",
|
||||
"sideBar.background": "{{colors.surface_container.default.hex}}",
|
||||
"sideBar.dropBackground": "{{colors.surface_variant.default.hex}}40",
|
||||
"editorGroup.emptyBackground": "{{colors.background.default.hex}}",
|
||||
"panelSection.border": "{{colors.outline.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}}",
|
||||
"statusBar.background": "{{colors.surface_variant.default.hex}}",
|
||||
"statusBar.debuggingBackground": "{{colors.tertiary.default.hex}}",
|
||||
"statusBar.debuggingForeground": "{{colors.on_tertiary.default.hex}}",
|
||||
"statusBar.foreground": "{{colors.on_surface_variant.default.hex}}",
|
||||
"statusBar.noFolderBackground": "{{colors.surface.default.hex}}",
|
||||
"statusBar.noFolderForeground": "{{colors.on_surface.default.hex}}",
|
||||
"statusBarItem.activeBackground": "{{colors.primary.default.hex}}25",
|
||||
"settings.focusedRowBackground": "{{colors.surface_variant.default.hex}}50",
|
||||
"walkThrough.embeddedEditorBackground": "{{colors.surface.default.hex}}50",
|
||||
"editorOverviewRuler.border": "{{colors.outline.default.hex}}",
|
||||
"editorOverviewRuler.findMatchForeground": "{{colors.primary.default.hex}}",
|
||||
"editorOverviewRuler.rangeHighlightForeground": "{{colors.primary.default.hex}}",
|
||||
"editorOverviewRuler.selectionHighlightForeground": "{{colors.primary.default.hex}}",
|
||||
"editorOverviewRuler.wordHighlightForeground": "{{colors.secondary.default.hex}}",
|
||||
"editorOverviewRuler.wordHighlightStrongForeground": "{{colors.secondary.default.hex}}",
|
||||
"editorOverviewRuler.modifiedForeground": "{{colors.primary.default.hex}}80",
|
||||
"editorOverviewRuler.addedForeground": "{{colors.secondary.default.hex}}80",
|
||||
"editorOverviewRuler.deletedForeground": "{{colors.error.default.hex}}80",
|
||||
"editorOverviewRuler.errorForeground": "{{colors.error.default.hex}}",
|
||||
"editorOverviewRuler.warningForeground": "{{colors.secondary.default.hex}}",
|
||||
"editorOverviewRuler.infoForeground": "{{colors.tertiary.default.hex}}",
|
||||
"editorGutter.foldingControlForeground": "{{colors.on_surface_variant.default.hex}}",
|
||||
"editor.foldBackground": "{{colors.primary.default.hex}}4d",
|
||||
"editorError.foreground": "{{colors.error.default.hex}}",
|
||||
"editorError.background": "{{colors.error_container.default.hex}}00",
|
||||
"editorError.border": "{{colors.outline.default.hex}}00",
|
||||
"editorWarning.foreground": "{{colors.secondary.default.hex}}",
|
||||
"editorWarning.background": "{{colors.secondary_container.default.hex}}00",
|
||||
"editorWarning.border": "{{colors.outline.default.hex}}00",
|
||||
"editorInfo.foreground": "{{colors.tertiary.default.hex}}",
|
||||
"editorInfo.background": "{{colors.tertiary_container.default.hex}}00",
|
||||
"editorInfo.border": "{{colors.outline.default.hex}}00",
|
||||
"editorWhitespace.foreground": "{{colors.outline.default.hex}}29",
|
||||
"widget.shadow": "{{colors.background.default.hex}}5c",
|
||||
"editorWidget.resizeBorder": "{{colors.outline.default.hex}}",
|
||||
"peekViewEditorGutter.background": "{{colors.surface.default.hex}}",
|
||||
"peekViewEditor.matchHighlightBackground": "{{colors.tertiary.default.hex}}99",
|
||||
"peekViewEditor.matchHighlightBorder": "{{colors.tertiary.default.hex}}",
|
||||
"input.border": "{{colors.outline.default.hex}}00",
|
||||
"statusBarItem.hoverBackground": "{{colors.primary.default.hex}}1f",
|
||||
"statusBarItem.remoteBackground": "{{colors.primary.default.hex}}",
|
||||
"statusBarItem.remoteForeground": "{{colors.on_primary.default.hex}}",
|
||||
"tab.activeBackground": "{{colors.surface_variant.default.hex}}",
|
||||
"tab.activeBorder": "{{colors.primary.default.hex}}",
|
||||
"tab.activeForeground": "{{colors.on_surface_variant.default.hex}}",
|
||||
"tab.activeModifiedBorder": "{{colors.tertiary.default.hex}}",
|
||||
"tab.border": "{{colors.outline.default.hex}}00",
|
||||
"tab.inactiveBackground": "{{colors.surface.default.hex}}",
|
||||
"tab.inactiveForeground": "{{colors.on_surface.default.hex}}",
|
||||
"tab.inactiveModifiedBorder": "{{colors.tertiary.default.hex}}80",
|
||||
"tab.unfocusedActiveBackground": "{{colors.surface.default.hex}}99",
|
||||
"tab.unfocusedActiveBorder": "{{colors.primary.default.hex}}80",
|
||||
"tab.unfocusedActiveForeground": "{{colors.primary.default.hex}}99",
|
||||
"tab.unfocusedActiveModifiedBorder": "{{colors.tertiary.default.hex}}40",
|
||||
"tab.unfocusedInactiveBackground": "{{colors.surface_variant.default.hex}}99",
|
||||
"tab.unfocusedInactiveForeground": "{{colors.on_surface_variant.default.hex}}99",
|
||||
"tab.unfocusedInactiveModifiedBorder": "{{colors.tertiary.default.hex}}20",
|
||||
"terminal.ansiBlack": "{{colors.outline.default.hex}}",
|
||||
"terminal.ansiBlue": "{{colors.primary.default.hex}}",
|
||||
"terminal.ansiBrightBlack": "{{colors.on_surface_variant.default.hex}}",
|
||||
"terminal.ansiBrightBlue": "{{colors.primary_container.default.hex}}",
|
||||
"terminal.ansiBrightCyan": "{{colors.tertiary.default.hex}}",
|
||||
"terminal.ansiBrightGreen": "{{colors.secondary_container.default.hex}}",
|
||||
"terminal.ansiBrightMagenta": "{{colors.tertiary_container.default.hex}}",
|
||||
"terminal.ansiBrightRed": "{{colors.error_container.default.hex}}",
|
||||
"terminal.ansiBrightWhite": "{{colors.on_background.default.hex}}",
|
||||
"terminal.ansiBrightYellow": "{{colors.secondary.default.hex}}",
|
||||
"terminal.ansiCyan": "{{colors.tertiary_container.default.hex}}",
|
||||
"terminal.ansiGreen": "{{colors.secondary.default.hex}}",
|
||||
"terminal.ansiMagenta": "{{colors.tertiary.default.hex}}",
|
||||
"terminal.ansiRed": "{{colors.error.default.hex}}",
|
||||
"terminal.ansiWhite": "{{colors.on_surface.default.hex}}",
|
||||
"terminal.ansiYellow": "{{colors.secondary_container.default.hex}}",
|
||||
"terminal.background": "{{colors.background.default.hex}}",
|
||||
"terminal.foreground": "{{colors.on_background.default.hex}}",
|
||||
"terminalCursor.background": "{{colors.background.default.hex}}",
|
||||
"terminalCursor.foreground": "{{colors.primary.default.hex}}",
|
||||
"textLink.activeForeground": "{{colors.primary_container.default.hex}}",
|
||||
"textLink.foreground": "{{colors.primary.default.hex}}",
|
||||
"textLink.activeForeground": "{{colors.primary_container.default.hex}}"
|
||||
"titleBar.activeBackground": "{{colors.surface.default.hex}}",
|
||||
"titleBar.activeForeground": "{{colors.on_surface.default.hex}}",
|
||||
"titleBar.border": "{{colors.outline.default.hex}}00",
|
||||
"titleBar.inactiveBackground": "{{colors.surface_variant.default.hex}}",
|
||||
"titleBar.inactiveForeground": "{{colors.on_surface_variant.default.hex}}",
|
||||
"tree.indentGuidesStroke": "{{colors.outline.default.hex}}",
|
||||
"walkThrough.embeddedEditorBackground": "{{colors.surface.default.hex}}50",
|
||||
"welcomePage.buttonBackground": "{{colors.surface_variant.default.hex}}",
|
||||
"welcomePage.buttonHoverBackground": "{{colors.primary.default.hex}}20",
|
||||
"widget.shadow": "{{colors.background.default.hex}}5c"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user