diff --git a/index.js b/index.js index a849835..6d406dd 100644 --- a/index.js +++ b/index.js @@ -26,6 +26,8 @@ module.exports = plugin(function () {}, { 'contrastBorder': 'var(--vscode-contrastBorder)', 'focusBorder': 'var(--vscode-focusBorder)', 'foreground': 'var(--vscode-foreground)', + 'disabledForeground': 'var(--vscode-disabledForeground)', + 'widget-border': 'var(--vscode-widget-border)', 'widget-shadow': 'var(--vscode-widget-shadow)', 'selection-background': 'var(--vscode-selection-background)', 'descriptionForeground': 'var(--vscode-descriptionForeground)', @@ -40,9 +42,15 @@ module.exports = plugin(function () {}, { 'textLink-activeForeground': 'var(--vscode-textLink-activeForeground)', 'textLink-foreground': 'var(--vscode-textLink-foreground)', 'textPreformat-foreground': 'var(--vscode-textPreformat-foreground)', + 'textPreformat-background': 'var(--vscode-textPreformat-background)', 'textSeparator-foreground': 'var(--vscode-textSeparator-foreground)', + 'toolbar-hoverBackground': 'var(--vscode-toolbar-hoverBackground)', + 'toolbar-hoverOutline': 'var(--vscode-toolbar-hoverOutline)', + 'toolbar-activeBackground': 'var(--vscode-toolbar-activeBackground)', 'button-background': 'var(--vscode-button-background)', 'button-foreground': 'var(--vscode-button-foreground)', + 'button-border': 'var(--vscode-button-border)', + 'button-separator': 'var(--vscode-button-separator)', 'button-hoverBackground': 'var(--vscode-button-hoverBackground)', 'button-secondaryForeground': 'var(--vscode-button-secondaryForeground)', 'button-secondaryBackground': 'var(--vscode-button-secondaryBackground)', @@ -50,6 +58,8 @@ module.exports = plugin(function () {}, { 'checkbox-background': 'var(--vscode-checkbox-background)', 'checkbox-foreground': 'var(--vscode-checkbox-foreground)', 'checkbox-border': 'var(--vscode-checkbox-border)', + 'checkbox-selectBackground': 'var(--vscode-checkbox-selectBackground)', + 'checkbox-selectBorder': 'var(--vscode-checkbox-selectBorder)', 'dropdown-background': 'var(--vscode-dropdown-background)', 'dropdown-listBackground': 'var(--vscode-dropdown-listBackground)', 'dropdown-border': 'var(--vscode-dropdown-border)', @@ -61,6 +71,7 @@ module.exports = plugin(function () {}, { 'inputOption-activeBackground': 'var(--vscode-inputOption-activeBackground)', 'inputOption-activeBorder': 'var(--vscode-inputOption-activeBorder)', 'inputOption-activeForeground': 'var(--vscode-inputOption-activeForeground)', + 'inputOption-hoverBackground': 'var(--vscode-inputOption-hoverBackground)', 'inputValidation-errorBackground': 'var(--vscode-inputValidation-errorBackground)', 'inputValidation-errorForeground': 'var(--vscode-inputValidation-errorForeground)', 'inputValidation-errorBorder': 'var(--vscode-inputValidation-errorBorder)', @@ -79,25 +90,36 @@ module.exports = plugin(function () {}, { 'progressBar-background': 'var(--vscode-progressBar-background)', 'list-activeSelectionBackground': 'var(--vscode-list-activeSelectionBackground)', 'list-activeSelectionForeground': 'var(--vscode-list-activeSelectionForeground)', + 'list-activeSelectionIconForeground': 'var(--vscode-list-activeSelectionIconForeground)', 'list-dropBackground': 'var(--vscode-list-dropBackground)', 'list-focusBackground': 'var(--vscode-list-focusBackground)', 'list-focusForeground': 'var(--vscode-list-focusForeground)', + 'list-focusHighlightForeground': 'var(--vscode-list-focusHighlightForeground)', + 'list-focusOutline': 'var(--vscode-list-focusOutline)', + 'list-focusAndSelectionOutline': 'var(--vscode-list-focusAndSelectionOutline)', 'list-highlightForeground': 'var(--vscode-list-highlightForeground)', 'list-hoverBackground': 'var(--vscode-list-hoverBackground)', 'list-hoverForeground': 'var(--vscode-list-hoverForeground)', 'list-inactiveSelectionBackground': 'var(--vscode-list-inactiveSelectionBackground)', 'list-inactiveSelectionForeground': 'var(--vscode-list-inactiveSelectionForeground)', + 'list-inactiveSelectionIconForeground': 'var(--vscode-list-inactiveSelectionIconForeground)', 'list-inactiveFocusBackground': 'var(--vscode-list-inactiveFocusBackground)', + 'list-inactiveFocusOutline': 'var(--vscode-list-inactiveFocusOutline)', 'list-invalidItemForeground': 'var(--vscode-list-invalidItemForeground)', 'list-errorForeground': 'var(--vscode-list-errorForeground)', 'list-warningForeground': 'var(--vscode-list-warningForeground)', 'listFilterWidget-background': 'var(--vscode-listFilterWidget-background)', 'listFilterWidget-outline': 'var(--vscode-listFilterWidget-outline)', 'listFilterWidget-noMatchesOutline': 'var(--vscode-listFilterWidget-noMatchesOutline)', + 'listFilterWidget-shadow': 'var(--vscode-listFilterWidget-shadow)', 'list-filterMatchBackground': 'var(--vscode-list-filterMatchBackground)', 'list-filterMatchBorder': 'var(--vscode-list-filterMatchBorder)', - 'tree-indentGuidesStroke': 'var(--vscode-tree-indentGuidesStroke)', 'list-deemphasizedForeground': 'var(--vscode-list-deemphasizedForeground)', + 'list-dropBetweenBackground': 'var(--vscode-list-dropBetweenBackground)', + 'tree-indentGuidesStroke': 'var(--vscode-tree-indentGuidesStroke)', + 'tree-inactiveIndentGuidesStroke': 'var(--vscode-tree-inactiveIndentGuidesStroke)', + 'tree-tableColumnsBorder': 'var(--vscode-tree-tableColumnsBorder)', + 'tree-tableOddRowsBackground': 'var(--vscode-tree-tableOddRowsBackground)', 'activityBar-background': 'var(--vscode-activityBar-background)', 'activityBar-dropBorder': 'var(--vscode-activityBar-dropBorder)', 'activityBar-foreground': 'var(--vscode-activityBar-foreground)', @@ -108,6 +130,14 @@ module.exports = plugin(function () {}, { 'activityBar-activeBorder': 'var(--vscode-activityBar-activeBorder)', 'activityBar-activeBackground': 'var(--vscode-activityBar-activeBackground)', 'activityBar-activeFocusBorder': 'var(--vscode-activityBar-activeFocusBorder)', + 'activityBarTop-foreground': 'var(--vscode-activityBarTop-foreground)', + 'activityBarTop-activeBorder': 'var(--vscode-activityBarTop-activeBorder)', + 'activityBarTop-inactiveForeground': 'var(--vscode-activityBarTop-inactiveForeground)', + 'activityBarTop-dropBorder': 'var(--vscode-activityBarTop-dropBorder)', + 'activityBarTop-background': 'var(--vscode-activityBarTop-background)', + 'activityBarTop-activeBackground': 'var(--vscode-activityBarTop-activeBackground)', + 'profileBadge-background': 'var(--vscode-profileBadge-background)', + 'profileBadge-foreground': 'var(--vscode-profileBadge-foreground)', 'sideBar-background': 'var(--vscode-sideBar-background)', 'sideBar-foreground': 'var(--vscode-sideBar-foreground)', 'sideBar-border': 'var(--vscode-sideBar-border)', @@ -116,11 +146,19 @@ module.exports = plugin(function () {}, { 'sideBarSectionHeader-background': 'var(--vscode-sideBarSectionHeader-background)', 'sideBarSectionHeader-foreground': 'var(--vscode-sideBarSectionHeader-foreground)', 'sideBarSectionHeader-border': 'var(--vscode-sideBarSectionHeader-border)', + 'sideBarActivityBarTop-border': 'var(--vscode-sideBarActivityBarTop-border)', + 'sideBarTitle-background': 'var(--vscode-sideBarTitle-background)', + 'sideBarStickyScroll-background': 'var(--vscode-sideBarStickyScroll-background)', + 'sideBarStickyScroll-border': 'var(--vscode-sideBarStickyScroll-border)', + 'sideBarStickyScroll-shadow': 'var(--vscode-sideBarStickyScroll-shadow)', 'minimap-findMatchHighlight': 'var(--vscode-minimap-findMatchHighlight)', 'minimap-selectionHighlight': 'var(--vscode-minimap-selectionHighlight)', 'minimap-errorHighlight': 'var(--vscode-minimap-errorHighlight)', 'minimap-warningHighlight': 'var(--vscode-minimap-warningHighlight)', 'minimap-background': 'var(--vscode-minimap-background)', + 'minimap-selectionOccurrenceHighlight': 'var(--vscode-minimap-selectionOccurrenceHighlight)', + 'minimap-foregroundOpacity': 'var(--vscode-minimap-foregroundOpacity)', + 'minimap-infoHighlight': 'var(--vscode-minimap-infoHighlight)', 'minimapSlider-background': 'var(--vscode-minimapSlider-background)', 'minimapSlider-hoverBackground': 'var(--vscode-minimapSlider-hoverBackground)', 'minimapSlider-activeBackground': 'var(--vscode-minimapSlider-activeBackground)', @@ -135,11 +173,15 @@ module.exports = plugin(function () {}, { 'editorGroupHeader-border': 'var(--vscode-editorGroupHeader-border)', 'editorGroup-emptyBackground': 'var(--vscode-editorGroup-emptyBackground)', 'editorGroup-focusedEmptyBorder': 'var(--vscode-editorGroup-focusedEmptyBorder)', + 'editorGroup-dropIntoPromptForeground': 'var(--vscode-editorGroup-dropIntoPromptForeground)', + 'editorGroup-dropIntoPromptBackground': 'var(--vscode-editorGroup-dropIntoPromptBackground)', + 'editorGroup-dropIntoPromptBorder': 'var(--vscode-editorGroup-dropIntoPromptBorder)', 'tab-activeBackground': 'var(--vscode-tab-activeBackground)', 'tab-unfocusedActiveBackground': 'var(--vscode-tab-unfocusedActiveBackground)', 'tab-activeForeground': 'var(--vscode-tab-activeForeground)', 'tab-border': 'var(--vscode-tab-border)', 'tab-activeBorder': 'var(--vscode-tab-activeBorder)', + 'tab-dragAndDropBorder': 'var(--vscode-tab-dragAndDropBorder)', 'tab-unfocusedActiveBorder': 'var(--vscode-tab-unfocusedActiveBorder)', 'tab-activeBorderTop': 'var(--vscode-tab-activeBorderTop)', 'tab-unfocusedActiveBorderTop': 'var(--vscode-tab-unfocusedActiveBorderTop)', @@ -160,12 +202,19 @@ module.exports = plugin(function () {}, { 'tab-unfocusedActiveModifiedBorder': 'var(--vscode-tab-unfocusedActiveModifiedBorder)', 'tab-unfocusedInactiveModifiedBorder': 'var(--vscode-tab-unfocusedInactiveModifiedBorder)', 'editorPane-background': 'var(--vscode-editorPane-background)', + 'sideBySideEditor-horizontalBorder': 'var(--vscode-sideBySideEditor-horizontalBorder)', + 'sideBySideEditor-verticalBorder': 'var(--vscode-sideBySideEditor-verticalBorder)', 'editor-background': 'var(--vscode-editor-background)', 'editor-foreground': 'var(--vscode-editor-foreground)', 'editorLineNumber-foreground': 'var(--vscode-editorLineNumber-foreground)', 'editorLineNumber-activeForeground': 'var(--vscode-editorLineNumber-activeForeground)', + 'editorLineNumber-dimmedForeground': 'var(--vscode-editorLineNumber-dimmedForeground)', 'editorCursor-background': 'var(--vscode-editorCursor-background)', 'editorCursor-foreground': 'var(--vscode-editorCursor-foreground)', + 'editorMultiCursor-primary-foreground': 'var(--vscode-editorMultiCursor-primary-foreground)', + 'editorMultiCursor-primary-background': 'var(--vscode-editorMultiCursor-primary-background)', + 'editorMultiCursor-secondary-foreground': 'var(--vscode-editorMultiCursor-secondary-foreground)', + 'editorMultiCursor-secondary-background': 'var(--vscode-editorMultiCursor-secondary-background)', 'editor-selectionBackground': 'var(--vscode-editor-selectionBackground)', 'editor-selectionForeground': 'var(--vscode-editor-selectionForeground)', 'editor-inactiveSelectionBackground': 'var(--vscode-editor-inactiveSelectionBackground)', @@ -175,18 +224,24 @@ module.exports = plugin(function () {}, { 'editor-wordHighlightBorder': 'var(--vscode-editor-wordHighlightBorder)', 'editor-wordHighlightStrongBackground': 'var(--vscode-editor-wordHighlightStrongBackground)', 'editor-wordHighlightStrongBorder': 'var(--vscode-editor-wordHighlightStrongBorder)', + 'editor-wordHighlightTextBackground': 'var(--vscode-editor-wordHighlightTextBackground)', + 'editor-wordHighlightTextBorder': 'var(--vscode-editor-wordHighlightTextBorder)', 'editor-findMatchBackground': 'var(--vscode-editor-findMatchBackground)', 'editor-findMatchHighlightBackground': 'var(--vscode-editor-findMatchHighlightBackground)', 'editor-findRangeHighlightBackground': 'var(--vscode-editor-findRangeHighlightBackground)', 'editor-findMatchBorder': 'var(--vscode-editor-findMatchBorder)', 'editor-findMatchHighlightBorder': 'var(--vscode-editor-findMatchHighlightBorder)', 'editor-findRangeHighlightBorder': 'var(--vscode-editor-findRangeHighlightBorder)', + 'search-resultsInfoForeground': 'var(--vscode-search-resultsInfoForeground)', 'searchEditor-findMatchBackground': 'var(--vscode-searchEditor-findMatchBackground)', 'searchEditor-findMatchBorder': 'var(--vscode-searchEditor-findMatchBorder)', 'searchEditor-textInputBorder': 'var(--vscode-searchEditor-textInputBorder)', 'editor-hoverHighlightBackground': 'var(--vscode-editor-hoverHighlightBackground)', 'editor-lineHighlightBackground': 'var(--vscode-editor-lineHighlightBackground)', 'editor-lineHighlightBorder': 'var(--vscode-editor-lineHighlightBorder)', + 'editorWatermark-foreground': 'var(--vscode-editorWatermark-foreground)', + 'editorUnicodeHighlight-border': 'var(--vscode-editorUnicodeHighlight-border)', + 'editorUnicodeHighlight-background': 'var(--vscode-editorUnicodeHighlight-background)', 'editorLink-activeForeground': 'var(--vscode-editorLink-activeForeground)', 'editor-rangeHighlightBackground': 'var(--vscode-editor-rangeHighlightBackground)', 'editor-rangeHighlightBorder': 'var(--vscode-editor-rangeHighlightBorder)', @@ -194,14 +249,52 @@ module.exports = plugin(function () {}, { 'editor-symbolHighlightBorder': 'var(--vscode-editor-symbolHighlightBorder)', 'editorWhitespace-foreground': 'var(--vscode-editorWhitespace-foreground)', 'editorIndentGuide-background': 'var(--vscode-editorIndentGuide-background)', + 'editorIndentGuide-background1': 'var(--vscode-editorIndentGuide-background1)', + 'editorIndentGuide-background2': 'var(--vscode-editorIndentGuide-background2)', + 'editorIndentGuide-background3': 'var(--vscode-editorIndentGuide-background3)', + 'editorIndentGuide-background4': 'var(--vscode-editorIndentGuide-background4)', + 'editorIndentGuide-background5': 'var(--vscode-editorIndentGuide-background5)', + 'editorIndentGuide-background6': 'var(--vscode-editorIndentGuide-background6)', 'editorIndentGuide-activeBackground': 'var(--vscode-editorIndentGuide-activeBackground)', + 'editorIndentGuide-activeBackground1': 'var(--vscode-editorIndentGuide-activeBackground1)', + 'editorIndentGuide-activeBackground2': 'var(--vscode-editorIndentGuide-activeBackground2)', + 'editorIndentGuide-activeBackground3': 'var(--vscode-editorIndentGuide-activeBackground3)', + 'editorIndentGuide-activeBackground4': 'var(--vscode-editorIndentGuide-activeBackground4)', + 'editorIndentGuide-activeBackground5': 'var(--vscode-editorIndentGuide-activeBackground5)', + 'editorIndentGuide-activeBackground6': 'var(--vscode-editorIndentGuide-activeBackground6)', + 'editorInlayHint-background': 'var(--vscode-editorInlayHint-background)', + 'editorInlayHint-foreground': 'var(--vscode-editorInlayHint-foreground)', + 'editorInlayHint-typeForeground': 'var(--vscode-editorInlayHint-typeForeground)', + 'editorInlayHint-typeBackground': 'var(--vscode-editorInlayHint-typeBackground)', + 'editorInlayHint-parameterForeground': 'var(--vscode-editorInlayHint-parameterForeground)', + 'editorInlayHint-parameterBackground': 'var(--vscode-editorInlayHint-parameterBackground)', 'editorRuler-foreground': 'var(--vscode-editorRuler-foreground)', 'editor-linkedEditingBackground': 'var(--vscode-editor-linkedEditingBackground)', 'editorCodeLens-foreground': 'var(--vscode-editorCodeLens-foreground)', 'editorLightBulb-foreground': 'var(--vscode-editorLightBulb-foreground)', 'editorLightBulbAutoFix-foreground': 'var(--vscode-editorLightBulbAutoFix-foreground)', + 'editorLightBulbAi-foreground': 'var(--vscode-editorLightBulbAi-foreground)', 'editorBracketMatch-background': 'var(--vscode-editorBracketMatch-background)', 'editorBracketMatch-border': 'var(--vscode-editorBracketMatch-border)', + 'editorBracketHighlight-foreground1': 'var(--vscode-editorBracketHighlight-foreground1)', + 'editorBracketHighlight-foreground2': 'var(--vscode-editorBracketHighlight-foreground2)', + 'editorBracketHighlight-foreground3': 'var(--vscode-editorBracketHighlight-foreground3)', + 'editorBracketHighlight-foreground4': 'var(--vscode-editorBracketHighlight-foreground4)', + 'editorBracketHighlight-foreground5': 'var(--vscode-editorBracketHighlight-foreground5)', + 'editorBracketHighlight-foreground6': 'var(--vscode-editorBracketHighlight-foreground6)', + 'editorBracketHighlight-unexpectedBracket-foreground': 'var(--vscode-editorBracketHighlight-unexpectedBracket-foreground)', + 'editorBracketPairGuide-activeBackground1': 'var(--vscode-editorBracketPairGuide-activeBackground1)', + 'editorBracketPairGuide-activeBackground2': 'var(--vscode-editorBracketPairGuide-activeBackground2)', + 'editorBracketPairGuide-activeBackground3': 'var(--vscode-editorBracketPairGuide-activeBackground3)', + 'editorBracketPairGuide-activeBackground4': 'var(--vscode-editorBracketPairGuide-activeBackground4)', + 'editorBracketPairGuide-activeBackground5': 'var(--vscode-editorBracketPairGuide-activeBackground5)', + 'editorBracketPairGuide-activeBackground6': 'var(--vscode-editorBracketPairGuide-activeBackground6)', + 'editorBracketPairGuide-background1': 'var(--vscode-editorBracketPairGuide-background1)', + 'editorBracketPairGuide-background2': 'var(--vscode-editorBracketPairGuide-background2)', + 'editorBracketPairGuide-background3': 'var(--vscode-editorBracketPairGuide-background3)', + 'editorBracketPairGuide-background4': 'var(--vscode-editorBracketPairGuide-background4)', + 'editorBracketPairGuide-background5': 'var(--vscode-editorBracketPairGuide-background5)', + 'editorBracketPairGuide-background6': 'var(--vscode-editorBracketPairGuide-background6)', 'editor-foldBackground': 'var(--vscode-editor-foldBackground)', 'editorOverviewRuler-background': 'var(--vscode-editorOverviewRuler-background)', 'editorOverviewRuler-border': 'var(--vscode-editorOverviewRuler-border)', @@ -210,6 +303,7 @@ module.exports = plugin(function () {}, { 'editorOverviewRuler-selectionHighlightForeground': 'var(--vscode-editorOverviewRuler-selectionHighlightForeground)', 'editorOverviewRuler-wordHighlightForeground': 'var(--vscode-editorOverviewRuler-wordHighlightForeground)', 'editorOverviewRuler-wordHighlightStrongForeground': 'var(--vscode-editorOverviewRuler-wordHighlightStrongForeground)', + 'editorOverviewRuler-wordHighlightTextForeground': 'var(--vscode-editorOverviewRuler-wordHighlightTextForeground)', 'editorOverviewRuler-modifiedForeground': 'var(--vscode-editorOverviewRuler-modifiedForeground)', 'editorOverviewRuler-addedForeground': 'var(--vscode-editorOverviewRuler-addedForeground)', 'editorOverviewRuler-deletedForeground': 'var(--vscode-editorOverviewRuler-deletedForeground)', @@ -217,6 +311,8 @@ module.exports = plugin(function () {}, { 'editorOverviewRuler-warningForeground': 'var(--vscode-editorOverviewRuler-warningForeground)', 'editorOverviewRuler-infoForeground': 'var(--vscode-editorOverviewRuler-infoForeground)', 'editorOverviewRuler-bracketMatchForeground': 'var(--vscode-editorOverviewRuler-bracketMatchForeground)', + 'editorOverviewRuler-inlineChatInserted': 'var(--vscode-editorOverviewRuler-inlineChatInserted)', + 'editorOverviewRuler-inlineChatRemoved': 'var(--vscode-editorOverviewRuler-inlineChatRemoved)', 'editorError-foreground': 'var(--vscode-editorError-foreground)', 'editorError-border': 'var(--vscode-editorError-border)', 'editorError-background': 'var(--vscode-editorError-background)', @@ -238,13 +334,53 @@ module.exports = plugin(function () {}, { 'editorGutter-addedBackground': 'var(--vscode-editorGutter-addedBackground)', 'editorGutter-deletedBackground': 'var(--vscode-editorGutter-deletedBackground)', 'editorGutter-commentRangeForeground': 'var(--vscode-editorGutter-commentRangeForeground)', + 'editorGutter-commentGlyphForeground': 'var(--vscode-editorGutter-commentGlyphForeground)', + 'editorGutter-commentUnresolvedGlyphForeground': 'var(--vscode-editorGutter-commentUnresolvedGlyphForeground)', 'editorGutter-foldingControlForeground': 'var(--vscode-editorGutter-foldingControlForeground)', + 'editorCommentsWidget-resolvedBorder': 'var(--vscode-editorCommentsWidget-resolvedBorder)', + 'editorCommentsWidget-unresolvedBorder': 'var(--vscode-editorCommentsWidget-unresolvedBorder)', + 'editorCommentsWidget-rangeBackground': 'var(--vscode-editorCommentsWidget-rangeBackground)', + 'editorCommentsWidget-rangeActiveBackground': 'var(--vscode-editorCommentsWidget-rangeActiveBackground)', + 'editorCommentsWidget-replyInputBackground': 'var(--vscode-editorCommentsWidget-replyInputBackground)', 'diffEditor-insertedTextBackground': 'var(--vscode-diffEditor-insertedTextBackground)', 'diffEditor-insertedTextBorder': 'var(--vscode-diffEditor-insertedTextBorder)', 'diffEditor-removedTextBackground': 'var(--vscode-diffEditor-removedTextBackground)', 'diffEditor-removedTextBorder': 'var(--vscode-diffEditor-removedTextBorder)', 'diffEditor-border': 'var(--vscode-diffEditor-border)', 'diffEditor-diagonalFill': 'var(--vscode-diffEditor-diagonalFill)', + 'diffEditor-insertedLineBackground': 'var(--vscode-diffEditor-insertedLineBackground)', + 'diffEditor-removedLineBackground': 'var(--vscode-diffEditor-removedLineBackground)', + 'diffEditorGutter-insertedLineBackground': 'var(--vscode-diffEditorGutter-insertedLineBackground)', + 'diffEditorGutter-removedLineBackground': 'var(--vscode-diffEditorGutter-removedLineBackground)', + 'diffEditorOverview-insertedForeground': 'var(--vscode-diffEditorOverview-insertedForeground)', + 'diffEditorOverview-removedForeground': 'var(--vscode-diffEditorOverview-removedForeground)', + 'diffEditor-unchangedRegionBackground': 'var(--vscode-diffEditor-unchangedRegionBackground)', + 'diffEditor-unchangedRegionForeground': 'var(--vscode-diffEditor-unchangedRegionForeground)', + 'diffEditor-unchangedRegionShadow': 'var(--vscode-diffEditor-unchangedRegionShadow)', + 'diffEditor-unchangedCodeBackground': 'var(--vscode-diffEditor-unchangedCodeBackground)', + 'diffEditor-move-border': 'var(--vscode-diffEditor-move-border)', + 'diffEditor-moveActive-border': 'var(--vscode-diffEditor-moveActive-border)', + 'multiDiffEditor-headerBackground': 'var(--vscode-multiDiffEditor-headerBackground)', + 'multiDiffEditor-background': 'var(--vscode-multiDiffEditor-background)', + 'multiDiffEditor-border': 'var(--vscode-multiDiffEditor-border)', + 'chat-requestBorder': 'var(--vscode-chat-requestBorder)', + 'chat-requestBackground': 'var(--vscode-chat-requestBackground)', + 'chat-slashCommandBackground': 'var(--vscode-chat-slashCommandBackground)', + 'chat-slashCommandForeground': 'var(--vscode-chat-slashCommandForeground)', + 'chat-avatarBackground': 'var(--vscode-chat-avatarBackground)', + 'chat-avatarForeground': 'var(--vscode-chat-avatarForeground)', + 'inlineChat-background': 'var(--vscode-inlineChat-background)', + 'inlineChat-border': 'var(--vscode-inlineChat-border)', + 'inlineChat-shadow': 'var(--vscode-inlineChat-shadow)', + 'inlineChat-regionHighlight': 'var(--vscode-inlineChat-regionHighlight)', + 'inlineChatInput-border': 'var(--vscode-inlineChatInput-border)', + 'inlineChatInput-focusBorder': 'var(--vscode-inlineChatInput-focusBorder)', + 'inlineChatInput-placeholderForeground': 'var(--vscode-inlineChatInput-placeholderForeground)', + 'inlineChatInput-background': 'var(--vscode-inlineChatInput-background)', + 'inlineChatDiff-inserted': 'var(--vscode-inlineChatDiff-inserted)', + 'inlineChatDiff-removed': 'var(--vscode-inlineChatDiff-removed)', + 'interactive-activeCodeBorder': 'var(--vscode-interactive-activeCodeBorder)', + 'interactive-inactiveCodeBorder': 'var(--vscode-interactive-inactiveCodeBorder)', 'editorWidget-foreground': 'var(--vscode-editorWidget-foreground)', 'editorWidget-background': 'var(--vscode-editorWidget-background)', 'editorWidget-border': 'var(--vscode-editorWidget-border)', @@ -252,18 +388,33 @@ module.exports = plugin(function () {}, { 'editorSuggestWidget-background': 'var(--vscode-editorSuggestWidget-background)', 'editorSuggestWidget-border': 'var(--vscode-editorSuggestWidget-border)', 'editorSuggestWidget-foreground': 'var(--vscode-editorSuggestWidget-foreground)', + 'editorSuggestWidget-focusHighlightForeground': 'var(--vscode-editorSuggestWidget-focusHighlightForeground)', 'editorSuggestWidget-highlightForeground': 'var(--vscode-editorSuggestWidget-highlightForeground)', 'editorSuggestWidget-selectedBackground': 'var(--vscode-editorSuggestWidget-selectedBackground)', + 'editorSuggestWidget-selectedForeground': 'var(--vscode-editorSuggestWidget-selectedForeground)', + 'editorSuggestWidget-selectedIconForeground': 'var(--vscode-editorSuggestWidget-selectedIconForeground)', + 'editorSuggestWidgetStatus-foreground': 'var(--vscode-editorSuggestWidgetStatus-foreground)', 'editorHoverWidget-foreground': 'var(--vscode-editorHoverWidget-foreground)', 'editorHoverWidget-background': 'var(--vscode-editorHoverWidget-background)', 'editorHoverWidget-border': 'var(--vscode-editorHoverWidget-border)', + 'editorHoverWidget-highlightForeground': 'var(--vscode-editorHoverWidget-highlightForeground)', 'editorHoverWidget-statusBarBackground': 'var(--vscode-editorHoverWidget-statusBarBackground)', + 'editorGhostText-border': 'var(--vscode-editorGhostText-border)', + 'editorGhostText-background': 'var(--vscode-editorGhostText-background)', + 'editorGhostText-foreground': 'var(--vscode-editorGhostText-foreground)', + 'editorStickyScroll-background': 'var(--vscode-editorStickyScroll-background)', + 'editorStickyScroll-border': 'var(--vscode-editorStickyScroll-border)', + 'editorStickyScroll-shadow': 'var(--vscode-editorStickyScroll-shadow)', + 'editorStickyScrollHover-background': 'var(--vscode-editorStickyScrollHover-background)', 'debugExceptionWidget-background': 'var(--vscode-debugExceptionWidget-background)', 'debugExceptionWidget-border': 'var(--vscode-debugExceptionWidget-border)', 'editorMarkerNavigation-background': 'var(--vscode-editorMarkerNavigation-background)', 'editorMarkerNavigationError-background': 'var(--vscode-editorMarkerNavigationError-background)', 'editorMarkerNavigationWarning-background': 'var(--vscode-editorMarkerNavigationWarning-background)', 'editorMarkerNavigationInfo-background': 'var(--vscode-editorMarkerNavigationInfo-background)', + 'editorMarkerNavigationError-headerBackground': 'var(--vscode-editorMarkerNavigationError-headerBackground)', + 'editorMarkerNavigationWarning-headerBackground': 'var(--vscode-editorMarkerNavigationWarning-headerBackground)', + 'editorMarkerNavigationInfo-headerBackground': 'var(--vscode-editorMarkerNavigationInfo-headerBackground)', 'peekView-border': 'var(--vscode-peekView-border)', 'peekViewEditor-background': 'var(--vscode-peekViewEditor-background)', 'peekViewEditorGutter-background': 'var(--vscode-peekViewEditorGutter-background)', @@ -278,6 +429,7 @@ module.exports = plugin(function () {}, { 'peekViewTitle-background': 'var(--vscode-peekViewTitle-background)', 'peekViewTitleDescription-foreground': 'var(--vscode-peekViewTitleDescription-foreground)', 'peekViewTitleLabel-foreground': 'var(--vscode-peekViewTitleLabel-foreground)', + 'peekViewEditorStickyScroll-background': 'var(--vscode-peekViewEditorStickyScroll-background)', 'merge-currentHeaderBackground': 'var(--vscode-merge-currentHeaderBackground)', 'merge-currentContentBackground': 'var(--vscode-merge-currentContentBackground)', 'merge-incomingHeaderBackground': 'var(--vscode-merge-incomingHeaderBackground)', @@ -288,6 +440,21 @@ module.exports = plugin(function () {}, { 'editorOverviewRuler-currentContentForeground': 'var(--vscode-editorOverviewRuler-currentContentForeground)', 'editorOverviewRuler-incomingContentForeground': 'var(--vscode-editorOverviewRuler-incomingContentForeground)', 'editorOverviewRuler-commonContentForeground': 'var(--vscode-editorOverviewRuler-commonContentForeground)', + 'editorOverviewRuler-commentForeground': 'var(--vscode-editorOverviewRuler-commentForeground)', + 'editorOverviewRuler-commentUnresolvedForeground': 'var(--vscode-editorOverviewRuler-commentUnresolvedForeground)', + 'mergeEditor-change-background': 'var(--vscode-mergeEditor-change-background)', + 'mergeEditor-change-word-background': 'var(--vscode-mergeEditor-change-word-background)', + 'mergeEditor-conflict-unhandledUnfocused-border': 'var(--vscode-mergeEditor-conflict-unhandledUnfocused-border)', + 'mergeEditor-conflict-unhandledFocused-border': 'var(--vscode-mergeEditor-conflict-unhandledFocused-border)', + 'mergeEditor-conflict-handledUnfocused-border': 'var(--vscode-mergeEditor-conflict-handledUnfocused-border)', + 'mergeEditor-conflict-handledFocused-border': 'var(--vscode-mergeEditor-conflict-handledFocused-border)', + 'mergeEditor-conflict-handled-minimapOverViewRuler': 'var(--vscode-mergeEditor-conflict-handled-minimapOverViewRuler)', + 'mergeEditor-conflict-unhandled-minimapOverViewRuler': 'var(--vscode-mergeEditor-conflict-unhandled-minimapOverViewRuler)', + 'mergeEditor-conflictingLines-background': 'var(--vscode-mergeEditor-conflictingLines-background)', + 'mergeEditor-changeBase-background': 'var(--vscode-mergeEditor-changeBase-background)', + 'mergeEditor-changeBase-word-background': 'var(--vscode-mergeEditor-changeBase-word-background)', + 'mergeEditor-conflict-input1-background': 'var(--vscode-mergeEditor-conflict-input1-background)', + 'mergeEditor-conflict-input2-background': 'var(--vscode-mergeEditor-conflict-input2-background)', 'panel-background': 'var(--vscode-panel-background)', 'panel-border': 'var(--vscode-panel-border)', 'panel-dropBorder': 'var(--vscode-panel-dropBorder)', @@ -299,8 +466,12 @@ module.exports = plugin(function () {}, { 'panelSection-dropBackground': 'var(--vscode-panelSection-dropBackground)', 'panelSectionHeader-background': 'var(--vscode-panelSectionHeader-background)', 'panelSectionHeader-foreground': 'var(--vscode-panelSectionHeader-foreground)', + 'panelStickyScroll-background': 'var(--vscode-panelStickyScroll-background)', + 'panelStickyScroll-border': 'var(--vscode-panelStickyScroll-border)', + 'panelStickyScroll-shadow': 'var(--vscode-panelStickyScroll-shadow)', 'panelSectionHeader-border': 'var(--vscode-panelSectionHeader-border)', - 'imagePreview-border': 'var(--vscode-imagePreview-border)', + 'outputView-background': 'var(--vscode-outputView-background)', + 'outputViewStickyScroll-background': 'var(--vscode-outputViewStickyScroll-background)', 'statusBar-background': 'var(--vscode-statusBar-background)', 'statusBar-foreground': 'var(--vscode-statusBar-foreground)', 'statusBar-border': 'var(--vscode-statusBar-border)', @@ -311,14 +482,31 @@ module.exports = plugin(function () {}, { 'statusBar-noFolderBackground': 'var(--vscode-statusBar-noFolderBackground)', 'statusBar-noFolderBorder': 'var(--vscode-statusBar-noFolderBorder)', 'statusBarItem-activeBackground': 'var(--vscode-statusBarItem-activeBackground)', + 'statusBarItem-hoverForeground': 'var(--vscode-statusBarItem-hoverForeground)', 'statusBarItem-hoverBackground': 'var(--vscode-statusBarItem-hoverBackground)', 'statusBarItem-prominentForeground': 'var(--vscode-statusBarItem-prominentForeground)', 'statusBarItem-prominentBackground': 'var(--vscode-statusBarItem-prominentBackground)', + 'statusBarItem-prominentHoverForeground': 'var(--vscode-statusBarItem-prominentHoverForeground)', 'statusBarItem-prominentHoverBackground': 'var(--vscode-statusBarItem-prominentHoverBackground)', 'statusBarItem-remoteBackground': 'var(--vscode-statusBarItem-remoteBackground)', 'statusBarItem-remoteForeground': 'var(--vscode-statusBarItem-remoteForeground)', + 'statusBarItem-remoteHoverBackground': 'var(--vscode-statusBarItem-remoteHoverBackground)', + 'statusBarItem-remoteHoverForeground': 'var(--vscode-statusBarItem-remoteHoverForeground)', 'statusBarItem-errorBackground': 'var(--vscode-statusBarItem-errorBackground)', 'statusBarItem-errorForeground': 'var(--vscode-statusBarItem-errorForeground)', + 'statusBarItem-errorHoverBackground': 'var(--vscode-statusBarItem-errorHoverBackground)', + 'statusBarItem-errorHoverForeground': 'var(--vscode-statusBarItem-errorHoverForeground)', + 'statusBarItem-warningBackground': 'var(--vscode-statusBarItem-warningBackground)', + 'statusBarItem-warningForeground': 'var(--vscode-statusBarItem-warningForeground)', + 'statusBarItem-warningHoverBackground': 'var(--vscode-statusBarItem-warningHoverBackground)', + 'statusBarItem-warningHoverForeground': 'var(--vscode-statusBarItem-warningHoverForeground)', + 'statusBarItem-compactHoverBackground': 'var(--vscode-statusBarItem-compactHoverBackground)', + 'statusBarItem-focusBorder': 'var(--vscode-statusBarItem-focusBorder)', + 'statusBar-focusBorder': 'var(--vscode-statusBar-focusBorder)', + 'statusBarItem-offlineBackground': 'var(--vscode-statusBarItem-offlineBackground)', + 'statusBarItem-offlineForeground': 'var(--vscode-statusBarItem-offlineForeground)', + 'statusBarItem-offlineHoverForeground': 'var(--vscode-statusBarItem-offlineHoverForeground)', + 'statusBarItem-offlineHoverBackground': 'var(--vscode-statusBarItem-offlineHoverBackground)', 'titleBar-activeBackground': 'var(--vscode-titleBar-activeBackground)', 'titleBar-activeForeground': 'var(--vscode-titleBar-activeForeground)', 'titleBar-inactiveBackground': 'var(--vscode-titleBar-inactiveBackground)', @@ -334,6 +522,15 @@ module.exports = plugin(function () {}, { 'menu-selectionBorder': 'var(--vscode-menu-selectionBorder)', 'menu-separatorBackground': 'var(--vscode-menu-separatorBackground)', 'menu-border': 'var(--vscode-menu-border)', + 'commandCenter-foreground': 'var(--vscode-commandCenter-foreground)', + 'commandCenter-activeForeground': 'var(--vscode-commandCenter-activeForeground)', + 'commandCenter-background': 'var(--vscode-commandCenter-background)', + 'commandCenter-activeBackground': 'var(--vscode-commandCenter-activeBackground)', + 'commandCenter-border': 'var(--vscode-commandCenter-border)', + 'commandCenter-inactiveForeground': 'var(--vscode-commandCenter-inactiveForeground)', + 'commandCenter-inactiveBorder': 'var(--vscode-commandCenter-inactiveBorder)', + 'commandCenter-activeBorder': 'var(--vscode-commandCenter-activeBorder)', + 'commandCenter-debuggingBackground': 'var(--vscode-commandCenter-debuggingBackground)', 'notificationCenter-border': 'var(--vscode-notificationCenter-border)', 'notificationCenterHeader-foreground': 'var(--vscode-notificationCenterHeader-foreground)', 'notificationCenterHeader-background': 'var(--vscode-notificationCenterHeader-background)', @@ -345,16 +542,36 @@ module.exports = plugin(function () {}, { 'notificationsErrorIcon-foreground': 'var(--vscode-notificationsErrorIcon-foreground)', 'notificationsWarningIcon-foreground': 'var(--vscode-notificationsWarningIcon-foreground)', 'notificationsInfoIcon-foreground': 'var(--vscode-notificationsInfoIcon-foreground)', + 'banner-background': 'var(--vscode-banner-background)', + 'banner-foreground': 'var(--vscode-banner-foreground)', + 'banner-iconForeground': 'var(--vscode-banner-iconForeground)', 'extensionButton-prominentForeground': 'var(--vscode-extensionButton-prominentForeground)', 'extensionButton-prominentBackground': 'var(--vscode-extensionButton-prominentBackground)', 'extensionButton-prominentHoverBackground': 'var(--vscode-extensionButton-prominentHoverBackground)', + 'extensionButton-background': 'var(--vscode-extensionButton-background)', + 'extensionButton-foreground': 'var(--vscode-extensionButton-foreground)', + 'extensionButton-hoverBackground': 'var(--vscode-extensionButton-hoverBackground)', + 'extensionButton-separator': 'var(--vscode-extensionButton-separator)', 'extensionBadge-remoteBackground': 'var(--vscode-extensionBadge-remoteBackground)', 'extensionBadge-remoteForeground': 'var(--vscode-extensionBadge-remoteForeground)', + 'extensionIcon-starForeground': 'var(--vscode-extensionIcon-starForeground)', + 'extensionIcon-verifiedForeground': 'var(--vscode-extensionIcon-verifiedForeground)', + 'extensionIcon-preReleaseForeground': 'var(--vscode-extensionIcon-preReleaseForeground)', + 'extensionIcon-sponsorForeground': 'var(--vscode-extensionIcon-sponsorForeground)', 'pickerGroup-border': 'var(--vscode-pickerGroup-border)', 'pickerGroup-foreground': 'var(--vscode-pickerGroup-foreground)', 'quickInput-background': 'var(--vscode-quickInput-background)', 'quickInput-foreground': 'var(--vscode-quickInput-foreground)', + 'quickInputList-focusBackground': 'var(--vscode-quickInputList-focusBackground)', + 'quickInputList-focusForeground': 'var(--vscode-quickInputList-focusForeground)', + 'quickInputList-focusIconForeground': 'var(--vscode-quickInputList-focusIconForeground)', 'quickInputTitle-background': 'var(--vscode-quickInputTitle-background)', + 'keybindingLabel-background': 'var(--vscode-keybindingLabel-background)', + 'keybindingLabel-foreground': 'var(--vscode-keybindingLabel-foreground)', + 'keybindingLabel-border': 'var(--vscode-keybindingLabel-border)', + 'keybindingLabel-bottomBorder': 'var(--vscode-keybindingLabel-bottomBorder)', + 'keybindingTable-headerBackground': 'var(--vscode-keybindingTable-headerBackground)', + 'keybindingTable-rowsBackground': 'var(--vscode-keybindingTable-rowsBackground)', 'terminal-background': 'var(--vscode-terminal-background)', 'terminal-border': 'var(--vscode-terminal-border)', 'terminal-foreground': 'var(--vscode-terminal-foreground)', @@ -375,12 +592,30 @@ module.exports = plugin(function () {}, { 'terminal-ansiWhite': 'var(--vscode-terminal-ansiWhite)', 'terminal-ansiYellow': 'var(--vscode-terminal-ansiYellow)', 'terminal-selectionBackground': 'var(--vscode-terminal-selectionBackground)', + 'terminal-selectionForeground': 'var(--vscode-terminal-selectionForeground)', + 'terminal-inactiveSelectionBackground': 'var(--vscode-terminal-inactiveSelectionBackground)', + 'terminal-findMatchBackground': 'var(--vscode-terminal-findMatchBackground)', + 'terminal-findMatchBorder': 'var(--vscode-terminal-findMatchBorder)', + 'terminal-findMatchHighlightBackground': 'var(--vscode-terminal-findMatchHighlightBackground)', + 'terminal-findMatchHighlightBorder': 'var(--vscode-terminal-findMatchHighlightBorder)', + 'terminal-hoverHighlightBackground': 'var(--vscode-terminal-hoverHighlightBackground)', 'terminalCursor-background': 'var(--vscode-terminalCursor-background)', 'terminalCursor-foreground': 'var(--vscode-terminalCursor-foreground)', + 'terminal-dropBackground': 'var(--vscode-terminal-dropBackground)', + 'terminal-tab-activeBorder': 'var(--vscode-terminal-tab-activeBorder)', + 'terminalCommandDecoration-defaultBackground': 'var(--vscode-terminalCommandDecoration-defaultBackground)', + 'terminalCommandDecoration-successBackground': 'var(--vscode-terminalCommandDecoration-successBackground)', + 'terminalCommandDecoration-errorBackground': 'var(--vscode-terminalCommandDecoration-errorBackground)', + 'terminalOverviewRuler-cursorForeground': 'var(--vscode-terminalOverviewRuler-cursorForeground)', + 'terminalOverviewRuler-findMatchForeground': 'var(--vscode-terminalOverviewRuler-findMatchForeground)', + 'terminalStickyScroll-background': 'var(--vscode-terminalStickyScroll-background)', + 'terminalStickyScrollHover-background': 'var(--vscode-terminalStickyScrollHover-background)', 'debugToolBar-background': 'var(--vscode-debugToolBar-background)', 'debugToolBar-border': 'var(--vscode-debugToolBar-border)', 'editor-stackFrameHighlightBackground': 'var(--vscode-editor-stackFrameHighlightBackground)', 'editor-focusedStackFrameHighlightBackground': 'var(--vscode-editor-focusedStackFrameHighlightBackground)', + 'editor-inlineValuesForeground': 'var(--vscode-editor-inlineValuesForeground)', + 'editor-inlineValuesBackground': 'var(--vscode-editor-inlineValuesBackground)', 'debugView-exceptionLabelForeground': 'var(--vscode-debugView-exceptionLabelForeground)', 'debugView-exceptionLabelBackground': 'var(--vscode-debugView-exceptionLabelBackground)', 'debugView-stateLabelForeground': 'var(--vscode-debugView-stateLabelForeground)', @@ -392,33 +627,49 @@ module.exports = plugin(function () {}, { 'debugTokenExpression-boolean': 'var(--vscode-debugTokenExpression-boolean)', 'debugTokenExpression-number': 'var(--vscode-debugTokenExpression-number)', 'debugTokenExpression-error': 'var(--vscode-debugTokenExpression-error)', - 'testing-iconFailed': 'var(--vscode-testing-iconFailed)', + 'testing-runAction': 'var(--vscode-testing-runAction)', 'testing-iconErrored': 'var(--vscode-testing-iconErrored)', + 'testing-iconFailed': 'var(--vscode-testing-iconFailed)', 'testing-iconPassed': 'var(--vscode-testing-iconPassed)', - 'testing-runAction': 'var(--vscode-testing-runAction)', 'testing-iconQueued': 'var(--vscode-testing-iconQueued)', 'testing-iconUnset': 'var(--vscode-testing-iconUnset)', 'testing-iconSkipped': 'var(--vscode-testing-iconSkipped)', + 'testing-iconErrored-retired': 'var(--vscode-testing-iconErrored-retired)', + 'testing-iconFailed-retired': 'var(--vscode-testing-iconFailed-retired)', + 'testing-iconPassed-retired': 'var(--vscode-testing-iconPassed-retired)', + 'testing-iconQueued-retired': 'var(--vscode-testing-iconQueued-retired)', + 'testing-iconUnset-retired': 'var(--vscode-testing-iconUnset-retired)', + 'testing-iconSkipped-retired': 'var(--vscode-testing-iconSkipped-retired)', 'testing-peekBorder': 'var(--vscode-testing-peekBorder)', + 'testing-peekHeaderBackground': 'var(--vscode-testing-peekHeaderBackground)', 'testing-message-error-decorationForeground': 'var(--vscode-testing-message-error-decorationForeground)', 'testing-message-error-lineBackground': 'var(--vscode-testing-message-error-lineBackground)', - 'testing-message-warning-decorationForeground': 'var(--vscode-testing-message-warning-decorationForeground)', - 'testing-message-warning-lineBackground': 'var(--vscode-testing-message-warning-lineBackground)', 'testing-message-info-decorationForeground': 'var(--vscode-testing-message-info-decorationForeground)', 'testing-message-info-lineBackground': 'var(--vscode-testing-message-info-lineBackground)', - 'testing-message-hint-decorationForeground': 'var(--vscode-testing-message-hint-decorationForeground)', - 'testing-message-hint-lineBackground': 'var(--vscode-testing-message-hint-lineBackground)', + 'testing-messagePeekBorder': 'var(--vscode-testing-messagePeekBorder)', + 'testing-messagePeekHeaderBackground': 'var(--vscode-testing-messagePeekHeaderBackground)', + 'testing-coveredBackground': 'var(--vscode-testing-coveredBackground)', + 'testing-coveredBorder': 'var(--vscode-testing-coveredBorder)', + 'testing-coveredGutterBackground': 'var(--vscode-testing-coveredGutterBackground)', + 'testing-uncoveredBranchBackground': 'var(--vscode-testing-uncoveredBranchBackground)', + 'testing-uncoveredBackground': 'var(--vscode-testing-uncoveredBackground)', + 'testing-uncoveredBorder': 'var(--vscode-testing-uncoveredBorder)', + 'testing-uncoveredGutterBackground': 'var(--vscode-testing-uncoveredGutterBackground)', + 'testing-coverCountBadgeBackground': 'var(--vscode-testing-coverCountBadgeBackground)', + 'testing-coverCountBadgeForeground': 'var(--vscode-testing-coverCountBadgeForeground)', 'welcomePage-background': 'var(--vscode-welcomePage-background)', - 'welcomePage-buttonBackground': 'var(--vscode-welcomePage-buttonBackground)', - 'welcomePage-buttonHoverBackground': 'var(--vscode-welcomePage-buttonHoverBackground)', 'welcomePage-progress-background': 'var(--vscode-welcomePage-progress-background)', 'welcomePage-progress-foreground': 'var(--vscode-welcomePage-progress-foreground)', + 'welcomePage-tileBackground': 'var(--vscode-welcomePage-tileBackground)', + 'welcomePage-tileHoverBackground': 'var(--vscode-welcomePage-tileHoverBackground)', + 'welcomePage-tileBorder': 'var(--vscode-welcomePage-tileBorder)', 'walkThrough-embeddedEditorBackground': 'var(--vscode-walkThrough-embeddedEditorBackground)', - 'scm-providerBorder': 'var(--vscode-scm-providerBorder)', + 'walkthrough-stepTitle-foreground': 'var(--vscode-walkthrough-stepTitle-foreground)', 'gitDecoration-addedResourceForeground': 'var(--vscode-gitDecoration-addedResourceForeground)', 'gitDecoration-modifiedResourceForeground': 'var(--vscode-gitDecoration-modifiedResourceForeground)', - 'gitDecoration-stageModifiedResourceForeground': 'var(--vscode-gitDecoration-stageModifiedResourceForeground)', 'gitDecoration-deletedResourceForeground': 'var(--vscode-gitDecoration-deletedResourceForeground)', + 'gitDecoration-renamedResourceForeground': 'var(--vscode-gitDecoration-renamedResourceForeground)', + 'gitDecoration-stageModifiedResourceForeground': 'var(--vscode-gitDecoration-stageModifiedResourceForeground)', 'gitDecoration-stageDeletedResourceForeground': 'var(--vscode-gitDecoration-stageDeletedResourceForeground)', 'gitDecoration-untrackedResourceForeground': 'var(--vscode-gitDecoration-untrackedResourceForeground)', 'gitDecoration-ignoredResourceForeground': 'var(--vscode-gitDecoration-ignoredResourceForeground)', @@ -433,6 +684,7 @@ module.exports = plugin(function () {}, { 'settings-checkboxBackground': 'var(--vscode-settings-checkboxBackground)', 'settings-checkboxForeground': 'var(--vscode-settings-checkboxForeground)', 'settings-checkboxBorder': 'var(--vscode-settings-checkboxBorder)', + 'settings-rowHoverBackground': 'var(--vscode-settings-rowHoverBackground)', 'settings-textInputBackground': 'var(--vscode-settings-textInputBackground)', 'settings-textInputForeground': 'var(--vscode-settings-textInputForeground)', 'settings-textInputBorder': 'var(--vscode-settings-textInputBorder)', @@ -440,8 +692,10 @@ module.exports = plugin(function () {}, { 'settings-numberInputForeground': 'var(--vscode-settings-numberInputForeground)', 'settings-numberInputBorder': 'var(--vscode-settings-numberInputBorder)', 'settings-focusedRowBackground': 'var(--vscode-settings-focusedRowBackground)', - 'notebook-focusedRowBorder': 'var(--vscode-notebook-focusedRowBorder)', - 'notebook-rowHoverBackground': 'var(--vscode-notebook-rowHoverBackground)', + 'settings-focusedRowBorder': 'var(--vscode-settings-focusedRowBorder)', + 'settings-headerBorder': 'var(--vscode-settings-headerBorder)', + 'settings-sashBorder': 'var(--vscode-settings-sashBorder)', + 'settings-settingsHeaderHoverForeground': 'var(--vscode-settings-settingsHeaderHoverForeground)', 'breadcrumb-foreground': 'var(--vscode-breadcrumb-foreground)', 'breadcrumb-background': 'var(--vscode-breadcrumb-background)', 'breadcrumb-focusForeground': 'var(--vscode-breadcrumb-focusForeground)', @@ -504,25 +758,30 @@ module.exports = plugin(function () {}, { 'debugConsole-errorForeground': 'var(--vscode-debugConsole-errorForeground)', 'debugConsole-sourceForeground': 'var(--vscode-debugConsole-sourceForeground)', 'debugConsoleInputIcon-foreground': 'var(--vscode-debugConsoleInputIcon-foreground)', + 'notebook-editorBackground': 'var(--vscode-notebook-editorBackground)', 'notebook-cellBorderColor': 'var(--vscode-notebook-cellBorderColor)', - 'notebook-focusedEditorBorder': 'var(--vscode-notebook-focusedEditorBorder)', - 'notebookStatusSuccessIcon-foreground': 'var(--vscode-notebookStatusSuccessIcon-foreground)', - 'notebookStatusErrorIcon-foreground': 'var(--vscode-notebookStatusErrorIcon-foreground)', - 'notebookStatusRunningIcon-foreground': 'var(--vscode-notebookStatusRunningIcon-foreground)', - 'notebook-outputContainerBackgroundColor': 'var(--vscode-notebook-outputContainerBackgroundColor)', + 'notebook-cellHoverBackground': 'var(--vscode-notebook-cellHoverBackground)', + 'notebook-cellInsertionIndicator': 'var(--vscode-notebook-cellInsertionIndicator)', + 'notebook-cellStatusBarItemHoverBackground': 'var(--vscode-notebook-cellStatusBarItemHoverBackground)', 'notebook-cellToolbarSeparator': 'var(--vscode-notebook-cellToolbarSeparator)', + 'notebook-cellEditorBackground': 'var(--vscode-notebook-cellEditorBackground)', 'notebook-focusedCellBackground': 'var(--vscode-notebook-focusedCellBackground)', - 'notebook-cellHoverBackground': 'var(--vscode-notebook-cellHoverBackground)', 'notebook-focusedCellBorder': 'var(--vscode-notebook-focusedCellBorder)', - 'notebook-focusedCellShadow': 'var(--vscode-notebook-focusedCellShadow)', + 'notebook-focusedEditorBorder': 'var(--vscode-notebook-focusedEditorBorder)', + 'notebook-inactiveFocusedCellBorder': 'var(--vscode-notebook-inactiveFocusedCellBorder)', + 'notebook-inactiveSelectedCellBorder': 'var(--vscode-notebook-inactiveSelectedCellBorder)', + 'notebook-outputContainerBackgroundColor': 'var(--vscode-notebook-outputContainerBackgroundColor)', + 'notebook-outputContainerBorderColor': 'var(--vscode-notebook-outputContainerBorderColor)', + 'notebook-selectedCellBackground': 'var(--vscode-notebook-selectedCellBackground)', 'notebook-selectedCellBorder': 'var(--vscode-notebook-selectedCellBorder)', - 'notebook-cellStatusBarItemHoverBackground': 'var(--vscode-notebook-cellStatusBarItemHoverBackground)', - 'notebook-cellInsertionIndicator': 'var(--vscode-notebook-cellInsertionIndicator)', + 'notebook-symbolHighlightBackground': 'var(--vscode-notebook-symbolHighlightBackground)', + 'notebookScrollbarSlider-activeBackground': 'var(--vscode-notebookScrollbarSlider-activeBackground)', 'notebookScrollbarSlider-background': 'var(--vscode-notebookScrollbarSlider-background)', 'notebookScrollbarSlider-hoverBackground': 'var(--vscode-notebookScrollbarSlider-hoverBackground)', - 'notebookScrollbarSlider-activeBackground': 'var(--vscode-notebookScrollbarSlider-activeBackground)', - 'notebook-symbolHighlightBackground': 'var(--vscode-notebook-symbolHighlightBackground)', - 'notebook-inactiveFocusedCellBorder': 'var(--vscode-notebook-inactiveFocusedCellBorder)', + 'notebookStatusErrorIcon-foreground': 'var(--vscode-notebookStatusErrorIcon-foreground)', + 'notebookStatusRunningIcon-foreground': 'var(--vscode-notebookStatusRunningIcon-foreground)', + 'notebookStatusSuccessIcon-foreground': 'var(--vscode-notebookStatusSuccessIcon-foreground)', + 'notebookEditorOverviewRuler-runningCellForeground': 'var(--vscode-notebookEditorOverviewRuler-runningCellForeground)', 'charts-foreground': 'var(--vscode-charts-foreground)', 'charts-lines': 'var(--vscode-charts-lines)', 'charts-red': 'var(--vscode-charts-red)', @@ -531,6 +790,15 @@ module.exports = plugin(function () {}, { 'charts-orange': 'var(--vscode-charts-orange)', 'charts-green': 'var(--vscode-charts-green)', 'charts-purple': 'var(--vscode-charts-purple)', + 'ports-iconRunningProcessForeground': 'var(--vscode-ports-iconRunningProcessForeground)', + 'commentsView-resolvedIcon': 'var(--vscode-commentsView-resolvedIcon)', + 'commentsView-unresolvedIcon': 'var(--vscode-commentsView-unresolvedIcon)', + 'actionBar-toggledBackground': 'var(--vscode-actionBar-toggledBackground)', + 'simpleFindWidget-sashBorder': 'var(--vscode-simpleFindWidget-sashBorder)', + 'scm-historyItemAdditionsForeground': 'var(--vscode-scm-historyItemAdditionsForeground)', + 'scm-historyItemDeletionsForeground': 'var(--vscode-scm-historyItemDeletionsForeground)', + 'scm-historyItemStatisticsBorder': 'var(--vscode-scm-historyItemStatisticsBorder)', + 'scm-historyItemSelectedStatisticsBorder': 'var(--vscode-scm-historyItemSelectedStatisticsBorder)', }, }, },