UNPKG

use-monaco

Version:

[![npm](https://img.shields.io/npm/v/use-monaco)](https://npm.im/use-monaco)

2,855 lines 124 kB
declare const _default: ({
    name: string;
    id: string;
    content: {
        $schema: string;
        isCodeSandbox: boolean;
        type: string;
        colors: {
            "activityBar.background": string;
            "activityBar.border": string;
            "activityBarBadge.background": string;
            "activityBarBadge.foreground": string;
            "badge.background": string;
            "button.background": string;
            "button.hoverBackground": string;
            "editor.background": string;
            "editor.selectionBackground": string;
            "editorCursor.foreground": string;
            "editorGroup.border": string;
            "editorGroupHeader.tabsBackground": string;
            "editorHoverWidget.background": string;
            "input.background": string;
            "input.foreground": string;
            "list.hoverBackground": string;
            "list.focusBackground": string;
            "menu.selectionBackground": string;
            "scrollbarSlider.activeBackground": string;
            "scrollbarSlider.background": string;
            "sideBar.background": string;
            "sideBar.border": string;
            "statusBar.background": string;
            "statusBar.border": string;
            "tab.activeBackground": string;
            "tab.border": string;
            "tab.inactiveBackground": string;
            "titleBar.activeBackground": string;
            "titleBar.border": string;
            "editorSuggestWidget.background": string;
            "editorSuggestWidget.selectedBackground": string;
            "editorSuggestWidget.border": string;
            "editorHoverWidget.border": string;
            "inputOption.activeBorder": string;
            focusBorder: string;
            "peekViewEditor.background": string;
            "menu.background": string;
            "menu.foreground": string;
            "menu.selectionForeground": string;
            "menubar.selectionBackground": string;
            "menubar.selectionForeground": string;
            "editorGroup.dropBackground": string;
            "editorWarning.foreground": string;
        };
        tokenColors: ({
            name: string;
            scope: string[];
            settings: {
                foreground: string;
                fontStyle: string;
                background?: undefined;
                "text-decoration"?: undefined;
                "-webkit-font-smoothing"?: undefined;
            };
        } | {
            name: string;
            scope: string[];
            settings: {
                foreground: string;
                fontStyle?: undefined;
                background?: undefined;
                "text-decoration"?: undefined;
                "-webkit-font-smoothing"?: undefined;
            };
        } | {
            name: string;
            scope: string[];
            settings: {
                background: string;
                foreground: string;
                fontStyle?: undefined;
                "text-decoration"?: undefined;
                "-webkit-font-smoothing"?: undefined;
            };
        } | {
            name: string;
            scope: string[];
            settings: {
                "text-decoration": string;
                foreground?: undefined;
                fontStyle?: undefined;
                background?: undefined;
                "-webkit-font-smoothing"?: undefined;
            };
        } | {
            name: string;
            scope: string[];
            settings: {
                "-webkit-font-smoothing": string;
                foreground?: undefined;
                fontStyle?: undefined;
                background?: undefined;
                "text-decoration"?: undefined;
            };
        } | {
            name: string;
            scope: string;
            settings: {
                foreground: string;
                fontStyle?: undefined;
                background?: undefined;
                "text-decoration"?: undefined;
                "-webkit-font-smoothing"?: undefined;
            };
        } | {
            name: string;
            scope: string;
            settings: {
                foreground: string;
                fontStyle: string;
                background?: undefined;
                "text-decoration"?: undefined;
                "-webkit-font-smoothing"?: undefined;
            };
        } | {
            scope: string;
            settings: {
                foreground: string;
                fontStyle?: undefined;
                background?: undefined;
                "text-decoration"?: undefined;
                "-webkit-font-smoothing"?: undefined;
            };
            name?: undefined;
        })[];
    };
    type?: undefined;
} | {
    name: string;
    id: string;
    content: {
        name: string;
        type: string;
        colors: any;
        tokenColors: ({
            name: string;
            scope: string[];
            settings: {
                foreground: string;
                fontStyle: string;
                background?: undefined;
                "text-decoration"?: undefined;
                "-webkit-font-smoothing"?: undefined;
            };
        } | {
            name: string;
            scope: string[];
            settings: {
                foreground: string;
                fontStyle?: undefined;
                background?: undefined;
                "text-decoration"?: undefined;
                "-webkit-font-smoothing"?: undefined;
            };
        } | {
            name: string;
            scope: string[];
            settings: {
                background: string;
                foreground: string;
                fontStyle?: undefined;
                "text-decoration"?: undefined;
                "-webkit-font-smoothing"?: undefined;
            };
        } | {
            name: string;
            scope: string[];
            settings: {
                "text-decoration": string;
                foreground?: undefined;
                fontStyle?: undefined;
                background?: undefined;
                "-webkit-font-smoothing"?: undefined;
            };
        } | {
            name: string;
            scope: string[];
            settings: {
                "-webkit-font-smoothing": string;
                foreground?: undefined;
                fontStyle?: undefined;
                background?: undefined;
                "text-decoration"?: undefined;
            };
        } | {
            name: string;
            scope: string;
            settings: {
                foreground: string;
                fontStyle?: undefined;
                background?: undefined;
                "text-decoration"?: undefined;
                "-webkit-font-smoothing"?: undefined;
            };
        } | {
            name: string;
            scope: string;
            settings: {
                foreground: string;
                fontStyle: string;
                background?: undefined;
                "text-decoration"?: undefined;
                "-webkit-font-smoothing"?: undefined;
            };
        } | {
            scope: string;
            settings: {
                foreground: string;
                fontStyle?: undefined;
                background?: undefined;
                "text-decoration"?: undefined;
                "-webkit-font-smoothing"?: undefined;
            };
            name?: undefined;
        })[];
    };
    type?: undefined;
} | {
    name: string;
    id: string;
    content: {
        name: string;
        type: string;
        colors: {
            "activityBarBadge.background": string;
            "editor.background": string;
            "editor.foreground": string;
            "editor.inactiveSelectionBackground": string;
            "editor.selectionHighlightBackground": string;
            "editorIndentGuide.activeBackground": string;
            "editorIndentGuide.background": string;
            "editorSuggestWidget.background": string;
            "input.placeholderForeground": string;
            "list.hoverBackground": string;
            "activityBar.background": string;
            "activityBar.dropBackground": string;
            "activityBar.foreground": string;
            "activityBarBadge.foreground": string;
            "badge.background": string;
            "badge.foreground": string;
            "button.background": string;
            "button.foreground": string;
            "button.hoverBackground": string;
            "debugExceptionWidget.background": string;
            "debugExceptionWidget.border": string;
            "debugToolBar.background": string;
            descriptionForeground: string;
            "diffEditor.insertedTextBackground": string;
            "diffEditor.removedTextBackground": string;
            "dropdown.background": string;
            "dropdown.border": string;
            "editor.findMatchBackground": string;
            "editor.findMatchHighlightBackground": string;
            "editor.findRangeHighlightBackground": string;
            "editor.hoverHighlightBackground": string;
            "editor.lineHighlightBackground": string;
            "editor.lineHighlightBorder": string;
            "editor.selectionBackground": string;
            "editor.rangeHighlightBackground": string;
            "editor.wordHighlightBackground": string;
            "editor.wordHighlightStrongBackground": string;
            "editorActiveLineNumber.foreground": string;
            "editorBracketMatch.background": string;
            "editorBracketMatch.border": string;
            "editorCodeLens.foreground": string;
            "editorCursor.foreground": string;
            "editorError.foreground": string;
            "editorGroup.border": string;
            "editorGroup.dropBackground": string;
            "editorGroupHeader.noTabsBackground": string;
            "editorGroupHeader.tabsBackground": string;
            "editorGutter.addedBackground": string;
            "editorGutter.background": string;
            "editorGutter.deletedBackground": string;
            "editorGutter.modifiedBackground": string;
            "editorHint.foreground": string;
            "editorHoverWidget.background": string;
            "editorHoverWidget.border": string;
            "editorInfo.foreground": string;
            "editorLineNumber.activeForeground": string;
            "editorLineNumber.foreground": string;
            "editorLink.activeForeground": string;
            "editorMarkerNavigation.background": string;
            "editorMarkerNavigationError.background": string;
            "editorMarkerNavigationInfo.background": string;
            "editorMarkerNavigationWarning.background": string;
            "editorOverviewRuler.addedForeground": string;
            "editorOverviewRuler.border": string;
            "editorOverviewRuler.bracketMatchForeground": string;
            "editorOverviewRuler.commonContentForeground": string;
            "editorOverviewRuler.currentContentForeground": string;
            "editorOverviewRuler.deletedForeground": string;
            "editorOverviewRuler.errorForeground": string;
            "editorOverviewRuler.findMatchForeground": string;
            "editorOverviewRuler.incomingContentForeground": string;
            "editorOverviewRuler.infoForeground": string;
            "editorOverviewRuler.modifiedForeground": string;
            "editorOverviewRuler.rangeHighlightForeground": string;
            "editorOverviewRuler.selectionHighlightForeground": string;
            "editorOverviewRuler.warningForeground": string;
            "editorOverviewRuler.wordHighlightForeground": string;
            "editorOverviewRuler.wordHighlightStrongForeground": string;
            "editorPane.background": string;
            "editorRuler.foreground": string;
            "editorSuggestWidget.border": string;
            "editorSuggestWidget.foreground": string;
            "editorSuggestWidget.highlightForeground": string;
            "editorSuggestWidget.selectedBackground": string;
            "editorUnnecessaryCode.opacity": string;
            "editorWarning.foreground": string;
            "editorWhitespace.foreground": string;
            "editorWidget.background": string;
            "editorWidget.border": string;
            errorForeground: string;
            "extensionButton.prominentBackground": string;
            "extensionButton.prominentForeground": string;
            "extensionButton.prominentHoverBackground": string;
            focusBorder: string;
            foreground: string;
            "gitDecoration.addedResourceForeground": string;
            "gitDecoration.conflictingResourceForeground": string;
            "gitDecoration.deletedResourceForeground": string;
            "gitDecoration.ignoredResourceForeground": string;
            "gitDecoration.modifiedResourceForeground": string;
            "gitDecoration.submoduleResourceForeground": string;
            "gitDecoration.untrackedResourceForeground": string;
            "input.background": string;
            "input.foreground": string;
            "inputOption.activeBorder": string;
            "inputValidation.errorBackground": string;
            "inputValidation.errorBorder": string;
            "inputValidation.infoBackground": string;
            "inputValidation.infoBorder": string;
            "inputValidation.warningBackground": string;
            "inputValidation.warningBorder": string;
            "list.activeSelectionBackground": string;
            "list.activeSelectionForeground": string;
            "list.dropBackground": string;
            "list.errorForeground": string;
            "list.focusBackground": string;
            "list.highlightForeground": string;
            "list.inactiveFocusBackground": string;
            "list.inactiveSelectionBackground": string;
            "list.invalidItemForeground": string;
            "list.warningForeground": string;
            "merge.commonContentBackground": string;
            "merge.commonHeaderBackground": string;
            "merge.currentContentBackground": string;
            "merge.currentHeaderBackground": string;
            "merge.incomingContentBackground": string;
            "merge.incomingHeaderBackground": string;
            "notificationCenterHeader.background": string;
            "notificationLink.foreground": string;
            "notifications.background": string;
            "notifications.border": string;
            "panel.background": string;
            "panel.border": string;
            "panel.dropBackground": string;
            "panelTitle.activeBorder": string;
            "panelTitle.activeForeground": string;
            "panelTitle.inactiveForeground": string;
            "peekView.border": string;
            "peekViewEditor.background": string;
            "peekViewEditor.matchHighlightBackground": string;
            "peekViewEditorGutter.background": string;
            "peekViewResult.background": string;
            "peekViewResult.fileForeground": string;
            "peekViewResult.lineForeground": string;
            "peekViewResult.matchHighlightBackground": string;
            "peekViewResult.selectionBackground": string;
            "peekViewResult.selectionForeground": string;
            "peekViewTitle.background": string;
            "peekViewTitleDescription.foreground": string;
            "peekViewTitleLabel.foreground": string;
            "pickerGroup.border": string;
            "pickerGroup.foreground": string;
            "progressBar.background": string;
            "scrollbar.shadow": string;
            "scrollbarSlider.activeBackground": string;
            "scrollbarSlider.background": string;
            "scrollbarSlider.hoverBackground": string;
            "settings.modifiedItemForeground": string;
            "separator.background": string;
            "separator.foreground": string;
            "sideBar.background": string;
            "sideBar.dropBackground": string;
            "sideBar.foreground": string;
            "sideBar.border": string;
            "sideBarSectionHeader.background": string;
            "sideBarTitle.foreground": string;
            "statusBar.background": string;
            "statusBar.debuggingBackground": string;
            "statusBar.debuggingForeground": string;
            "statusBar.foreground": string;
            "statusBar.noFolderBackground": string;
            "statusBar.noFolderForeground": string;
            "statusBarItem.activeBackground": string;
            "statusBarItem.hoverBackground": string;
            "statusBarItem.prominentBackground": string;
            "statusBarItem.prominentHoverBackground": string;
            "tab.activeBackground": string;
            "tab.activeForeground": string;
            "tab.hoverForeground": string;
            "tab.border": string;
            "tab.activeBorder": string;
            "tab.inactiveBackground": string;
            "tab.inactiveForeground": string;
            "tab.unfocusedActiveForeground": string;
            "tab.unfocusedInactiveForeground": string;
            "terminal.ansiBlack": string;
            "terminal.ansiBlue": string;
            "terminal.ansiBrightBlack": string;
            "terminal.ansiBrightBlue": string;
            "terminal.ansiBrightCyan": string;
            "terminal.ansiBrightGreen": string;
            "terminal.ansiBrightMagenta": string;
            "terminal.ansiBrightRed": string;
            "terminal.ansiBrightWhite": string;
            "terminal.ansiBrightYellow": string;
            "terminal.ansiCyan": string;
            "terminal.ansiGreen": string;
            "terminal.ansiMagenta": string;
            "terminal.ansiRed": string;
            "terminal.ansiWhite": string;
            "terminal.ansiYellow": string;
            "terminal.foreground": string;
            "terminal.selectionBackground": string;
            "textBlockQuote.background": string;
            "textBlockQuote.border": string;
            "textCodeBlock.background": string;
            "textLink.activeForeground": string;
            "textLink.foreground": string;
            "textPreformat.foreground": string;
            "textSeparator.foreground": string;
            "titleBar.activeBackground": string;
            "titleBar.activeForeground": string;
            "titleBar.inactiveBackground": string;
            "titleBar.inactiveForeground": string;
            "widget.shadow": string;
        };
        tokenColors: ({
            scope: string[];
            settings: {
                foreground: string;
                fontStyle?: undefined;
            };
            name?: undefined;
        } | {
            scope: string;
            settings: {
                fontStyle: string;
                foreground?: undefined;
            };
            name?: undefined;
        } | {
            scope: string;
            settings: {
                foreground: string;
                fontStyle?: undefined;
            };
            name?: undefined;
        } | {
            name: string;
            scope: string;
            settings: {
                foreground: string;
                fontStyle?: undefined;
            };
        } | {
            scope: string;
            settings: {
                fontStyle: string;
                foreground: string;
            };
            name?: undefined;
        } | {
            name: string;
            scope: string[];
            settings: {
                foreground: string;
                fontStyle?: undefined;
            };
        })[];
    };
    type?: undefined;
} | {
    name: string;
    id: string;
    content: {
        name: string;
        $schema: string;
        type: string;
        colors: {
            contrastActiveBorder: string;
            contrastBorder: string;
            focusBorder: string;
            foreground: string;
            "widget.shadow": string;
            "selection.background": string;
            errorForeground: string;
            "button.background": string;
            "button.foreground": string;
            "button.hoverBackground": string;
            "dropdown.background": string;
            "dropdown.border": string;
            "dropdown.foreground": string;
            "input.background": string;
            "input.border": string;
            "input.foreground": string;
            "input.placeholderForeground": string;
            "inputOption.activeBorder": string;
            "punctuation.definition.generic.begin.html": string;
            "inputValidation.errorBackground": string;
            "inputValidation.errorBorder": string;
            "inputValidation.infoBackground": string;
            "inputValidation.infoBorder": string;
            "inputValidation.warningBackground": string;
            "inputValidation.warningBorder": string;
            "scrollbar.shadow": string;
            "scrollbarSlider.activeBackground": string;
            "scrollbarSlider.background": string;
            "scrollbarSlider.hoverBackground": string;
            "badge.background": string;
            "badge.foreground": string;
            "progress.background": string;
            "list.activeSelectionBackground": string;
            "list.activeSelectionForeground": string;
            "list.invalidItemForeground": string;
            "list.dropBackground": string;
            "list.focusBackground": string;
            "list.focusForeground": string;
            "list.highlightForeground": string;
            "list.hoverBackground": string;
            "list.hoverForeground": string;
            "list.inactiveSelectionBackground": string;
            "list.inactiveSelectionForeground": string;
            "activityBar.background": string;
            "activityBar.dropBackground": string;
            "activityBar.foreground": string;
            "activityBar.border": string;
            "activityBarBadge.background": string;
            "activityBarBadge.foreground": string;
            "sideBar.background": string;
            "sideBar.foreground": string;
            "sideBar.border": string;
            "sideBarTitle.foreground": string;
            "sideBarSectionHeader.background": string;
            "sideBarSectionHeader.foreground": string;
            "editorGroup.background": string;
            "editorGroup.border": string;
            "editorGroup.dropBackground": string;
            "editorGroupHeader.noTabsBackground": string;
            "editorGroupHeader.tabsBackground": string;
            "editorGroupHeader.tabsBorder": string;
            "tab.activeBackground": string;
            "tab.activeForeground": string;
            "tab.border": string;
            "tab.activeBorder": string;
            "tab.unfocusedActiveBorder": string;
            "tab.inactiveBackground": string;
            "tab.inactiveForeground": string;
            "tab.unfocusedActiveForeground": string;
            "tab.unfocusedInactiveForeground": string;
            "editor.background": string;
            "editor.foreground": string;
            "editorLineNumber.foreground": string;
            "editorLineNumber.activeForeground": string;
            "editorCursor.foreground": string;
            "editor.selectionBackground": string;
            "editor.selectionHighlightBackground": string;
            "editor.inactiveSelectionBackground": string;
            "editor.wordHighlightBackground": string;
            "editor.wordHighlightStrongBackground": string;
            "editor.findMatchBackground": string;
            "editor.findMatchHighlightBackground": string;
            "editor.findRangeHighlightBackground": any;
            "editor.hoverHighlightBackground": string;
            "editor.lineHighlightBackground": string;
            "editor.lineHighlightBorder": any;
            "editorLink.activeForeground": any;
            "editor.rangeHighlightBackground": string;
            "editorWhitespace.foreground": any;
            "editorIndentGuide.background": string;
            "editorIndentGuide.activeBackground": string;
            "editorRuler.foreground": string;
            "editorCodeLens.foreground": string;
            "editorBracketMatch.background": string;
            "editorBracketMatch.border": any;
            "editorOverviewRuler.currentContentForeground": string;
            "editorOverviewRuler.incomingContentForeground": string;
            "editorOverviewRuler.commonContentForeground": string;
            "editorError.foreground": string;
            "editorError.border": any;
            "editorWarning.foreground": string;
            "editorWarning.border": any;
            "editorGutter.background": string;
            "editorGutter.modifiedBackground": string;
            "editorGutter.addedBackground": string;
            "editorGutter.deletedBackground": string;
            "diffEditor.insertedTextBackground": string;
            "diffEditor.insertedTextBorder": string;
            "diffEditor.removedTextBackground": string;
            "diffEditor.removedTextBorder": string;
            "editorWidget.background": string;
            "editorWidget.border": string;
            "editorSuggestWidget.background": string;
            "editorSuggestWidget.border": string;
            "editorSuggestWidget.foreground": string;
            "editorSuggestWidget.highlightForeground": string;
            "editorSuggestWidget.selectedBackground": string;
            "editorHoverWidget.background": string;
            "editorHoverWidget.border": string;
            "debugExceptionWidget.background": string;
            "debugExceptionWidget.border": string;
            "editorMarkerNavigation.background": string;
            "editorMarkerNavigationError.background": string;
            "editorMarkerNavigationWarning.background": string;
            "peekView.border": string;
            "peekViewEditor.background": string;
            "peekViewEditor.matchHighlightBackground": string;
            "peekViewResult.background": string;
            "peekViewResult.fileForeground": string;
            "peekViewResult.lineForeground": string;
            "peekViewResult.matchHighlightBackground": string;
            "peekViewResult.selectionBackground": string;
            "peekViewResult.selectionForeground": string;
            "peekViewTitle.background": string;
            "peekViewTitleDescription.foreground": string;
            "peekViewTitleLabel.foreground": string;
            "merge.currentHeaderBackground": string;
            "merge.currentContentBackground": any;
            "merge.incomingHeaderBackground": string;
            "merge.incomingContentBackground": any;
            "merge.border": any;
            "panel.background": string;
            "panel.border": string;
            "panelTitle.activeBorder": string;
            "panelTitle.activeForeground": string;
            "panelTitle.inactiveForeground": string;
            "statusBar.background": string;
            "statusBar.foreground": string;
            "statusBar.border": string;
            "statusBar.debuggingBackground": string;
            "statusBar.debuggingForeground": any;
            "statusBar.debuggingBorder": string;
            "statusBar.noFolderForeground": any;
            "statusBar.noFolderBackground": string;
            "statusBar.noFolderBorder": string;
            "statusBarItem.activeBackground": string;
            "statusBarItem.hoverBackground": string;
            "statusBarItem.prominentBackground": string;
            "statusBarItem.prominentHoverBackground": string;
            "titleBar.activeBackground": string;
            "titleBar.activeForeground": string;
            "titleBar.inactiveBackground": string;
            "titleBar.inactiveForeground": any;
            "notifications.background": string;
            "notifications.foreground": string;
            "notificationLink.foreground": string;
            "extensionButton.prominentForeground": string;
            "extensionButton.prominentBackground": string;
            "extensionButton.prominentHoverBackground": string;
            "pickerGroup.foreground": string;
            "pickerGroup.border": string;
            "terminal.ansiWhite": string;
            "terminal.ansiBlack": string;
            "terminal.ansiBlue": string;
            "terminal.ansiCyan": string;
            "terminal.ansiGreen": string;
            "terminal.ansiMagenta": string;
            "terminal.ansiRed": string;
            "terminal.ansiYellow": string;
            "terminal.ansiBrightWhite": string;
            "terminal.ansiBrightBlack": string;
            "terminal.ansiBrightBlue": string;
            "terminal.ansiBrightCyan": string;
            "terminal.ansiBrightGreen": string;
            "terminal.ansiBrightMagenta": string;
            "terminal.ansiBrightRed": string;
            "terminal.ansiBrightYellow": string;
            "debugToolBar.background": string;
            "welcomePage.buttonBackground": string;
            "welcomePage.buttonHoverBackground": string;
            "walkThrough.embeddedEditorBackground": string;
            "gitDecoration.modifiedResourceForeground": string;
            "gitDecoration.deletedResourceForeground": string;
            "gitDecoration.untrackedResourceForeground": string;
            "gitDecoration.ignoredResourceForeground": string;
            "gitDecoration.conflictingResourceForeground": string;
            "source.elm": string;
            "string.quoted.single.js": string;
            "meta.objectliteral.js": string;
        };
        tokenColors: ({
            name: string;
            scope: string[];
            settings: {
                foreground: string;
                fontStyle: string;
                background?: undefined;
            };
        } | {
            name: string;
            scope: string;
            settings: {
                foreground: string;
                fontStyle: string;
                background?: undefined;
            };
        } | {
            name: string;
            settings: {
                background: string;
                foreground: string;
                fontStyle?: undefined;
            };
            scope?: undefined;
        } | {
            name: string;
            scope: string;
            settings: {
                foreground: string;
                fontStyle?: undefined;
                background?: undefined;
            };
        } | {
            name: string;
            scope: string[];
            settings: {
                foreground: string;
                fontStyle?: undefined;
                background?: undefined;
            };
        } | {
            name: string;
            scope: string;
            settings: {
                fontStyle: string;
                foreground?: undefined;
                background?: undefined;
            };
        } | {
            name: string;
            scope: string;
            settings: {
                background: string;
                foreground: string;
                fontStyle?: undefined;
            };
        } | {
            name: string;
            scope: string[];
            settings: {
                fontStyle: string;
                foreground?: undefined;
                background?: undefined;
            };
        })[];
    };
    type?: undefined;
} | {
    name: string;
    id: string;
    type: string;
    content: {
        $schema: string;
        type: string;
        colors: {
            "activityBar.background": string;
            "activityBar.foreground": string;
            "activityBarBadge.background": string;
            "activityBarBadge.foreground": string;
            "badge.background": string;
            "badge.foreground": string;
            "button.background": string;
            "button.foreground": string;
            "button.hoverBackground": string;
            "diffEditor.insertedTextBackground": string;
            "dropdown.background": string;
            "dropdown.border": string;
            "editor.background": string;
            "editor.lineHighlightBackground": string;
            "editor.selectionBackground": string;
            "editorCursor.foreground": string;
            "editorGroup.background": string;
            "editorGroup.border": string;
            "editorGroupHeader.tabsBackground": string;
            "editorHoverWidget.background": string;
            "editorHoverWidget.border": string;
            "editorIndentGuide.background": string;
            "editorLineNumber.foreground": string;
            "editorSuggestWidget.background": string;
            "editorSuggestWidget.border": string;
            "editorSuggestWidget.selectedBackground": string;
            "editorWhitespace.foreground": string;
            "editorWidget.background": string;
            "extensionButton.prominentBackground": string;
            "extensionButton.prominentHoverBackground": string;
            focusBorder: string;
            "input.background": string;
            "input.border": string;
            "list.activeSelectionBackground": string;
            "list.activeSelectionForeground": string;
            "list.focusBackground": string;
            "list.highlightForeground": string;
            "list.hoverBackground": string;
            "list.inactiveSelectionBackground": string;
            "list.inactiveSelectionForeground": string;
            "peekView.border": string;
            "peekViewEditor.background": string;
            "peekViewResult.background": string;
            "peekViewResult.selectionBackground": string;
            "peekViewTitle.background": string;
            "pickerGroup.border": string;
            "scrollbarSlider.activeBackground": string;
            "scrollbarSlider.background": string;
            "scrollbarSlider.hoverBackground": string;
            "sideBar.background": string;
            "sideBarSectionHeader.background": string;
            "statusBar.background": string;
            "statusBar.debuggingForeground": string;
            "statusBar.foreground": string;
            "statusBar.noFolderBackground": string;
            "statusBarItem.hoverBackground": string;
            "tab.activeBackground": string;
            "tab.border": string;
            "tab.inactiveBackground": string;
            "titleBar.activeBackground": string;
            "titleBar.activeForeground": string;
            "titleBar.inactiveBackground": string;
            "titleBar.inactiveForeground": string;
            "activityBar.dropBackground": string;
            "debugExceptionWidget.background": string;
            "debugExceptionWidget.border": string;
            "debugToolBar.background": string;
            descriptionForeground: string;
            "diffEditor.removedTextBackground": string;
            "dropdown.foreground": string;
            "editor.findMatchBackground": string;
            "editor.findMatchHighlightBackground": string;
            "editor.findRangeHighlightBackground": string;
            "editor.foreground": string;
            "editor.hoverHighlightBackground": string;
            "editor.inactiveSelectionBackground": string;
            "editor.lineHighlightBorder": string;
            "editor.rangeHighlightBackground": string;
            "editor.selectionHighlightBackground": string;
            "editor.wordHighlightBackground": string;
            "editor.wordHighlightStrongBackground": string;
            "editorActiveLineNumber.foreground": string;
            "editorBracketMatch.background": string;
            "editorBracketMatch.border": string;
            "editorCodeLens.foreground": string;
            "editorError.foreground": string;
            "editorGroup.dropBackground": string;
            "editorGroupHeader.noTabsBackground": string;
            "editorGutter.addedBackground": string;
            "editorGutter.background": string;
            "editorGutter.deletedBackground": string;
            "editorGutter.modifiedBackground": string;
            "editorHint.foreground": string;
            "editorIndentGuide.activeBackground": string;
            "editorInfo.foreground": string;
            "editorLineNumber.activeForeground": string;
            "editorLink.activeForeground": string;
            "editorMarkerNavigation.background": string;
            "editorMarkerNavigationError.background": string;
            "editorMarkerNavigationInfo.background": string;
            "editorMarkerNavigationWarning.background": string;
            "editorOverviewRuler.addedForeground": string;
            "editorOverviewRuler.border": string;
            "editorOverviewRuler.bracketMatchForeground": string;
            "editorOverviewRuler.commonContentForeground": string;
            "editorOverviewRuler.currentContentForeground": string;
            "editorOverviewRuler.deletedForeground": string;
            "editorOverviewRuler.errorForeground": string;
            "editorOverviewRuler.findMatchForeground": string;
            "editorOverviewRuler.incomingContentForeground": string;
            "editorOverviewRuler.infoForeground": string;
            "editorOverviewRuler.modifiedForeground": string;
            "editorOverviewRuler.rangeHighlightForeground": string;
            "editorOverviewRuler.selectionHighlightForeground": string;
            "editorOverviewRuler.warningForeground": string;
            "editorOverviewRuler.wordHighlightForeground": string;
            "editorOverviewRuler.wordHighlightStrongForeground": string;
            "editorPane.background": string;
            "editorRuler.foreground": string;
            "editorSuggestWidget.foreground": string;
            "editorSuggestWidget.highlightForeground": string;
            "editorUnnecessaryCode.opacity": string;
            "editorWarning.foreground": string;
            "editorWidget.border": string;
            errorForeground: string;
            "extensionButton.prominentForeground": string;
            foreground: string;
            "gitDecoration.addedResourceForeground": string;
            "gitDecoration.conflictingResourceForeground": string;
            "gitDecoration.deletedResourceForeground": string;
            "gitDecoration.ignoredResourceForeground": string;
            "gitDecoration.modifiedResourceForeground": string;
            "gitDecoration.submoduleResourceForeground": string;
            "gitDecoration.untrackedResourceForeground": string;
            "input.foreground": string;
            "inputOption.activeBorder": string;
            "inputValidation.errorBackground": string;
            "inputValidation.errorBorder": string;
            "inputValidation.infoBackground": string;
            "inputValidation.infoBorder": string;
            "inputValidation.warningBackground": string;
            "inputValidation.warningBorder": string;
            "list.dropBackground": string;
            "list.errorForeground": string;
            "list.inactiveFocusBackground": string;
            "list.invalidItemForeground": string;
            "list.warningForeground": string;
            "merge.commonContentBackground": string;
            "merge.commonHeaderBackground": string;
            "merge.currentContentBackground": string;
            "merge.currentHeaderBackground": string;
            "merge.incomingContentBackground": string;
            "merge.incomingHeaderBackground": string;
            "notificationCenterHeader.background": string;
            "notificationLink.foreground": string;
            "notifications.background": string;
            "notifications.border": string;
            "panel.background": string;
            "panel.border": string;
            "panel.dropBackground": string;
            "panelTitle.activeBorder": string;
            "panelTitle.activeForeground": string;
            "panelTitle.inactiveForeground": string;
            "peekViewEditor.matchHighlightBackground": string;
            "peekViewEditorGutter.background": string;
            "peekViewResult.fileForeground": string;
            "peekViewResult.lineForeground": string;
            "peekViewResult.matchHighlightBackground": string;
            "peekViewResult.selectionForeground": string;
            "peekViewTitleDescription.foreground": string;
            "peekViewTitleLabel.foreground": string;
            "pickerGroup.foreground": string;
            "progressBar.background": string;
            "scrollbar.shadow": string;
            "settings.modifiedItemForeground": string;
            "sideBar.dropBackground": string;
            "statusBar.debuggingBackground": string;
            "statusBar.noFolderForeground": string;
            "statusBarItem.activeBackground": string;
            "statusBarItem.prominentBackground": string;
            "statusBarItem.prominentHoverBackground": string;
            "tab.activeForeground": string;
            "tab.inactiveForeground": string;
            "tab.unfocusedActiveForeground": string;
            "tab.unfocusedInactiveForeground": string;
            "terminal.ansiBlack": string;
            "terminal.ansiBlue": string;
            "terminal.ansiBrightBlack": string;
            "terminal.ansiBrightBlue": string;
            "terminal.ansiBrightCyan": string;
            "terminal.ansiBrightGreen": string;
            "terminal.ansiBrightMagenta": string;
            "terminal.ansiBrightRed": string;
            "terminal.ansiBrightWhite": string;
            "terminal.ansiBrightYellow": string;
            "terminal.ansiCyan": string;
            "terminal.ansiGreen": string;
            "terminal.ansiMagenta": string;
            "terminal.ansiRed": string;
            "terminal.ansiWhite": string;
            "terminal.ansiYellow": string;
            "terminal.foreground": string;
            "terminal.selectionBackground": string;
            "textBlockQuote.background": string;
            "textBlockQuote.border": string;
            "textCodeBlock.background": string;
            "textLink.activeForeground": string;
            "textLink.foreground": string;
            "textPreformat.foreground": string;
            "textSeparator.foreground": string;
            "widget.shadow": string;
        };
        tokenColors: ({
            name: string;
            scope: string[];
            settings: {
                foreground: string;
                fontStyle: string;
                background?: undefined;
                "text-decoration"?: undefined;
                "-webkit-font-smoothing"?: undefined;
            };
        } | {
            name: string;
            scope: string[];
            settings: {
                foreground: string;
                fontStyle?: undefined;
                background?: undefined;
                "text-decoration"?: undefined;
                "-webkit-font-smoothing"?: undefined;
            };
        } | {
            name: string;
            scope: string[];
            settings: {
                background: string;
                foreground: string;
                fontStyle?: undefined;
                "text-decoration"?: undefined;
                "-webkit-font-smoothing"?: undefined;
            };
        } | {
            name: string;
            scope: string[];
            settings: {
                "text-decoration": string;
                foreground?: undefined;
                fontStyle?: undefined;
                background?: undefined;
                "-webkit-font-smoothing"?: undefined;
            };
        } | {
            name: string;
            scope: string[];
            settings: {
                "-webkit-font-smoothing": string;
                foreground?: undefined;
                fontStyle?: undefined;
                background?: undefined;
                "text-decoration"?: undefined;
            };
        } | {
            name: string;
            scope: string;
            settings: {
                foreground: string;
                fontStyle?: undefined;
                background?: undefined;
                "text-decoration"?: undefined;
                "-webkit-font-smoothing"?: undefined;
            };
        } | {
            name: string;
            scope: string;
            settings: {
                foreground: string;
                fontStyle: string;
                background?: undefined;
                "text-decoration"?: undefined;
                "-webkit-font-smoothing"?: undefined;
            };
        } | {
            scope: string;
            settings: {
                foreground: string;
                fontStyle?: undefined;
                background?: undefined;
                "text-decoration"?: undefined;
                "-webkit-font-smoothing"?: undefined;
            };
            name?: undefined;
        })[];
    };
} | {
    name: string;
    id: string;
    content: {
        $schema: string;
        name: string;
        type: string;
        colors: {
            'activityBar.background': string;
            'activityBar.border': string;
            'activityBar.dropBackground': string;
            'activityBar.foreground': string;
            'activityBarBadge.background': string;
            'activityBarBadge.foreground': string;
            'badge.background': string;
            'badge.foreground': string;
            'button.background': string;
            'button.foreground': string;
            'button.hoverBackground': string;
            contrastActiveBorder: any;
            contrastBorder: string;
            'debugExceptionWidget.background': string;
            'debugExceptionWidget.border': string;
            'debugToolBar.background': string;
            descriptionForeground: string;
            'diffEditor.insertedTextBackground': string;
            'diffEditor.insertedTextBorder': string;
            'diffEditor.removedTextBackground': string;
            'diffEditor.removedTextBorder': string;
            'dropdown.background': string;
            'dropdown.border': string;
            'dropdown.foreground': string;
            'editor.background': string;
            'editor.foreground': string;
            'editor.findMatchBackground': string;
            'editor.findMatchHighlightBackground': string;
            'editor.findRangeHighlightBackground': string;
            'editor.hoverHighlightBackground': string;
            'editor.inactiveSelectionBackground': string;
            'editor.lineHighlightBackground': string;
            'editor.lineHighlightBorder': string;
            'editor.rangeHighlightBackground': string;
            'editor.selectionBackground': string;
            'editor.selectionHighlightBackground': string;
            'editor.wordHighlightStrongBackground': string;
            'editor.wordHighlightBackground': string;
            'editorBracketMatch.background': string;
            'editorBracketMatch.border': string;
            'editorCodeLens.foreground': string;
            'editorCursor.foreground': string;
            'editorError.border': string;
            'editorError.foreground': string;
            'editorGutter.background': string;
            'editorGutter.addedBackground': string;
            'editorGutter.deletedBackground': string;
            'editorGutter.modifiedBackground': string;
            'editorGroup.background': string;
            'editorGroup.border': string;
            'editorGroup.dropBackground': string;
            'editorGroupHeader.noTabsBackground': string;
            'editorGroupHeader.tabsBackground': string;
            'editorGroupHeader.tabsBorder': string;
            'editorHoverWidget.background': string;
            'editorHoverWidget.border': string;
            'editorIndentGuide.background': string;
            'editorLineNumber.foreground': string;
            'editorLink.activeForeground': string;
            'editorMarkerNavigation.background': string;
            'editorMarkerNavigationError.background': string;
            'editorMarkerNavigationWarning.background': string;
            'editorOverviewRuler.border': string;
            'editorOverviewRuler.commonContentForeground': string;
            'editorOverviewRuler.currentContentForeground': string;
            'editorOverviewRuler.incomingContentForeground': string;
            'editorRuler.foreground': string;
            'editorSuggestWidget.background': string;
            'editorSuggestWidget.border': string;
            'editorSuggestWidget.foreground': string;
            'editorSuggestWidget.highlightForeground': string;
            'editorSuggestWidget.selectedBackground': string;
            'editorWarning.border': string;
            'editorWarning.foreground': string;
            'editorWhitespace.foreground': string;
            'editorWidget.background': string;
            'editorWidget.border': string;
            errorForeground: string;
            'extensionButton.prominentBackground': string;
            'extensionButton.prominentForeground': string;
            'extensionButton.prominentHoverBackground': string;
            focusBorder: string;
            foreground: string;
            'input.background': string;
            'input.border': string;
            'input.foreground': string;
            'input.placeholderForeground': string;
            'inputOption.activeBorder': string;
            'inputValidation.errorBackground': string;
            'inputValidation.errorBorder': string;
            'inputValidation.infoBackground': string;
            'inputValidation.infoBorder': string;
            'inputValidation.warningBackground': string;
            'inputValidation.warningBorder': string;
            'list.activeSelectionBackground': string;
            'list.activeSelectionForeground': string;
            'list.dropBackground': string;
            'list.focusBackground': string;
            'list.focusForeground': string;
            'list.highlightForeground': string;
            'list.hoverBackground': string;
            'list.hoverForeground': string;
            'list.inactiveSelectionBackground': string;
            'list.inactiveSelectionForeground': string;
            'menu.background': string;
            'merge.border': string;
            'merge.commonContentBackground': string;
            'merge.commonHeaderBackground': string;
            'merge.currentContentBackground': string;
            'merge.currentHeaderBackground': string;
            'merge.incomingContentBackground': string;
            'merge.incomingHeaderBackground': string;
            'notificationCenter.border': string;
            'notificationCenterHeader.foreground': string;
            'notificationCenterHeader.background': string;
            'notificationToast.border': string;
            'notifications.foreground': string;
            'notifications.background': string;
            'notifications.border': string;
            'notificationLink.foreground': string;
            'notification.background': string;
            'notification.buttonBackground': string;
            'notification.buttonForeground': string;
            'notification.buttonHoverBackground': string;
            'notification.errorBackground': string;
            'notification.errorForeground': string;
            'notification.foreground': string;
            'notification.infoBackground': string;
            'notification.infoForeground': string;
            'notification.warningBackground': string;
            'notification.warningForeground': string;
            'panel.background': string;
            'panel.border': string;
            'panelTitle.activeBorder': string;
            'panelTitle.activeForeground': string;
            'panelTitle.inactiveForeground': string;
            'peekView.border': string;
            'peekViewEditor.background': string;
            'peekViewEditor.matchHighlightBackground': string;
            'peekViewEditorGutter.background': string;
            'peekViewResult.background': string;
            'peekViewResult.fileForeground': string;
            'peekViewResult.lineForeground': string;
            'peekViewResult.matchHighlightBackground': string;
            'peekViewResult.selectionBackground': string;
            'peekViewResult.selectionForeground': string;
            'peekViewTitle.background': string;
            'peekViewTitleDescription.foreground': string;
            'peekViewTitleLabel.foreground': string;
            'pickerGroup.border': string;
            'pickerGroup.foreground': string;
            'progressBar.background': string;
            'scrollbar.shadow': string;
            'scrollbarSlider.activeBackground': string;
            'scrollbarSlider.background': string;
            'scrollbarSlider.hoverBackground': string;
            'selection.background': string;
            'sideBar.background': string;
            'sideBar.border': string;
            'sideBar.foreground': string;
            'sideBarSectionHeader.background': string;
            'sideBarSectionHeader.foreground': string;
            'sideBarTitle.foreground': string;
            'statusBar.background': string;
            'statusBar.border': string;
            'statusBar.debuggingBackground': string;
            'statusBar.debuggingBorder': string;
            'statusBar.debuggingForeground': string;
            'statusBar.foreground': string;
            'statusBar.noFolderBackground': string;
            'statusBar.noFolderBorder': string;
            'statusBar.noFolderForeground': string;
            'statusBarItem.activeBackground': string;
            'statusBarItem.hoverBackground': string;
            'statusBarItem.prominentBackground': string;
            'statusBarItem.prominentHoverBackground': string;
            'tab.activeBackground': string;
            'tab.activeForeground': string;
            'tab.border': string;
            'tab.activeBorder': string;
            'tab.inactiveBackground': string;
            'tab.inactiveForeground': string;
            'tab.unfocusedActiveForeground': string;
            'tab.unfocusedInactiveForeground': string;
            'terminal.ansiBlack': string;
            'terminal.ansiRed': string;
            'terminal.ansiGreen': string;
            'terminal.ansiYellow': string;
            'terminal.ansiBlue': string;
            'terminal.ansiMagenta': string;
            'terminal.ansiCyan': string;
            'terminal.ansiWhite': string;
            'terminal.ansiBrightBlack': string;
            'terminal.ansiBrightRed': string;
            'terminal.ansiBrightGreen': string;
            'terminal.ansiBrightYellow': string;
            'terminal.ansiBrightBlue': string;
            'terminal.ansiBrightMagenta': string;
            'terminal.ansiBrightCyan': string;
            'terminal.ansiBrightWhite': string;
            'terminal.background': string;
            'terminal.foreground': string;
            'terminalCursor.background': string;
            'terminalCursor.foreground': string;
            'gitDecoration.modifiedResourceForeground': string;
            'gitDecoration.deletedResourceForeground': string;
            'gitDecoration.untrackedResourceForeground': string;
            'gitDecoration.ignoredResourceForeground': string;
            'gitDecoration.conflictingResourceForeground': string;
            'textBlockQuote.background': string;
            'textBlockQuote.border': string;
            'textCodeBlock.background': string;
            'textLink.activeForeground': string;
            'textLink.foreground': string;
            'textPreformat.foreground': string;
            'textSeparator.foreground': string;
            'titleBar.activeBackground': string;
            'titleBar.activeForeground': string;
            'titleBar.inactiveBackground': string;
            'titleBar.inactiveForeground': string;
            'walkThrough.embeddedEditorBackground': string;
            'welcomePage.buttonBackground': string;
            'welcomePage.buttonHoverBackground': string;
            'widget.shadow': string;
        };
        tokenColors: ({
            name: string;
            scope: string[];
            settings: {
                fontStyle: string;
                foreground: string;
            };
        } | {
            name: string;
            scope: string;
            settings: {
                foreground: string;
                fontStyle?: undefined;
            };
        } | {
            name: string;
            scope: string[];
            settings: {
                foreground: string;
                fontStyle?: undefined;
            };
        } | {
            name: string;
            scope: string;
            settings: {
                fontStyle: string;
                foreground: string;
            };
        } | {
            name: string;
            scope: string;
            settings: {
                fontStyle: string;
                foreground?: undefined;
            };
        } | {
            name: string;
            scope: string[];
            settings: {
                fontStyle: string;
                foreground?: undefined;
            };
        })[];
    };
    type?: undefined;
} | {
    name: string;
    id: string;
    content: {
        name: string;
        author: string;
        maintainers: string[];
        type: string;
        $schema: string;
        semanticClass: string;
        colors: {
            contrastActiveBorder: any;
            contrastBorder: string;
            focusBorder: string;
            foreground: string;
            "widget.shadow": string;
            "selection.background": string;
            descriptionForeground: any;
            errorForeground: string;
            "button.background": string;
            "button.foreground": string;
            "button.hoverBackground": string;
            "dropdown.background": string;
            "dropdown.border": string;
            "dropdown.foreground": string;
            "input.background": string;
            "input.border": string;
            "input.foreground": string;
            "input.placeholderForeground": string;
            "inputOption.activeBorder": string;
            "inputValidation.errorBackground": string;
            "inputValidation.errorBorder": string;
            "inputValidation.infoBackground": string;
            "inputValidation.infoBorder": string;
            "inputValidation.warningBackground": string;
            "inputValidation.warningBorder": string;
            "scrollbar.shadow": string;
            "scrollbarSlider.activeBackground": string;
            "scrollbarSlider.background": string;
            "scrollbarSlider.hoverBackground": string;
            "badge.background": string;
            "badge.foreground": string;
            "progress.background": string;
            "list.activeSelectionBackground": string;
            "list.activeSelectionForeground": string;
            "list.dropBackground": string;
            "list.focusBackground": string;
            "list.focusForeground": string;
            "list.highlightForeground": string;
            "list.hoverBackground": string;
            "list.hoverForeground": string;
            "list.inactiveSelectionBackground": string;
            "list.inactiveSelectionForeground": string;
            "activityBar.background": string;
            "activityBar.dropBackground": string;
            "activityBar.foreground": string;
            "activityBar.border": string;
            "activityBarBadge.background": string;
            "activityBarBadge.foreground": string;
            "sideBar.background": string;
            "sideBar.foreground": string;
            "sideBar.border": string;
            "sideBarTitle.foreground": string;
            "sideBarSectionHeader.background": string;
            "sideBarSectionHeader.foreground": string;
            "editorGroup.background": string;
            "editorGroup.border": string;
            "editorGroup.dropBackground": string;
            "editorGroupHeader.noTabsBackground": string;
            "editorGroupHeader.tabsBackground": string;
            "editorGroupHeader.tabsBorder": string;
            "tab.activeBackground": string;
            "tab.activeForeground": string;
            "tab.border": string;
            "tab.activeBorder": string;
            "tab.unfocusedActiveBorder": string;
            "tab.inactiveBackground": string;
            "tab.inactiveForeground": string;
            "tab.unfocusedActiveForeground": any;
            "tab.unfocusedInactiveForeground": any;
            "editor.background": string;
            "editor.foreground": string;
            "editorLineNumber.foreground": string;
            "editorLineNumber.activeForeground": string;
            "editorCursor.foreground": string;
            "editorCursor.background": any;
            "editor.selectionBackground": string;
            "editor.selectionHighlightBackground": string;
            "editor.inactiveSelectionBackground": string;
            "editor.wordHighlightBackground": string;
            "editor.wordHighlightStrongBackground": string;
            "editor.findMatchBackground": string;
            "editor.findMatchHighlightBackground": string;
            "editor.findRangeHighlightBackground": any;
            "editor.hoverHighlightBackground": string;
            "editor.lineHighlightBackground": string;
            "editor.lineHighlightBorder": any;
            "editorLink.activeForeground": any;
            "editor.rangeHighlightBackground": string;
            "editorWhitespace.foreground": any;
            "editorIndentGuide.background": string;
            "editorRuler.foreground": any;
            "editorCodeLens.foreground": string;
            "editorBracketMatch.background": any;
            "editorBracketMatch.border": any;
            "editorOverviewRuler.currentContentForeground": string;
            "editorOverviewRuler.incomingContentForeground": string;
            "editorOverviewRuler.commonContentForeground": string;
            "editorError.foreground": string;
            "editorError.border": any;
            "editorWarning.foreground": string;
            "editorWarning.border": any;
            "editorGutter.background": any;
            "editorGutter.modifiedBackground": string;
            "editorGutter.addedBackground": string;
            "editorGutter.deletedBackground": string;
            "diffEditor.insertedTextBackground": string;
            "diffEditor.insertedTextBorder": string;
            "diffEditor.removedTextBackground": string;
            "diffEditor.removedTextBorder": string;
            "editorWidget.background": string;
            "editorWidget.border": any;
            "editorSuggestWidget.background": string;
            "editorSuggestWidget.border": string;
            "editorSuggestWidget.foreground": string;
            "editorSuggestWidget.highlightForeground": string;
            "editorSuggestWidget.selectedBackground": string;
            "editorHoverWidget.background": string;
            "editorHoverWidget.border": string;
            "debugExceptionWidget.background": string;
            "debugExceptionWidget.border": string;
            "editorMarkerNavigation.background": string;
            "editorMarkerNavigationError.background": string;
            "editorMarkerNavigationWarning.background": string;
            "peekView.border": string;
            "peekViewEditor.background": string;
            "peekViewEditor.matchHighlightBackground": string;
            "peekViewResult.background": string;
            "peekViewResult.fileForeground": string;
            "peekViewResult.lineForeground": string;
            "peekViewResult.matchHighlightBackground": string;
            "peekViewResult.selectionBackground": string;
            "peekViewResult.selectionForeground": string;
            "peekViewTitle.background": string;
            "peekViewTitleDescription.foreground": string;
            "peekViewTitleLabel.foreground": string;
            "merge.currentHeaderBackground": string;
            "merge.currentContentBackground": any;
            "merge.incomingHeaderBackground": string;
            "merge.incomingContentBackground": any;
            "merge.border": any;
            "panel.background": string;
            "panel.border": string;
            "panelTitle.activeBorder": string;
            "panelTitle.activeForeground": string;
            "panelTitle.inactiveForeground": string;
            "statusBar.background": string;
            "statusBar.foreground": string;
            "statusBar.border": string;
            "statusBar.debuggingBackground": string;
            "statusBar.debuggingForeground": any;
            "statusBar.debuggingBorder": string;
            "statusBar.noFolderForeground": any;
            "statusBar.noFolderBackground": string;
            "statusBar.noFolderBorder": string;
            "statusBarItem.activeBackground": string;
            "statusBarItem.hoverBackground": string;
            "statusBarItem.prominentBackground": string;
            "statusBarItem.prominentHoverBackground": string;
            "titleBar.activeBackground": string;
            "titleBar.activeForeground": string;
            "titleBar.inactiveBackground": any;
            "titleBar.inactiveForeground": any;
            "notifications.background": string;
            "notifications.foreground": string;
            "notificationLink.foreground": string;
            "extensionButton.prominentForeground": string;
            "extensionButton.prominentBackground": string;
            "extensionButton.prominentHoverBackground": string;
            "pickerGroup.foreground": string;
            "pickerGroup.border": string;
            "terminal.ansiWhite": string;
            "terminal.ansiBlack": string;
            "terminal.ansiBlue": string;
            "terminal.ansiCyan": string;
            "terminal.ansiGreen": string;
            "terminal.ansiMagenta": string;
            "terminal.ansiRed": string;
            "terminal.ansiYellow": string;
            "terminal.ansiBrightWhite": string;
            "terminal.ansiBrightBlack": string;
            "terminal.ansiBrightBlue": string;
            "terminal.ansiBrightCyan": string;
            "terminal.ansiBrightGreen": string;
            "terminal.ansiBrightMagenta": string;
            "terminal.ansiBrightRed": string;
            "terminal.ansiBrightYellow": string;
            "debugToolBar.background": string;
            "welcomePage.buttonBackground": any;
            "welcomePage.buttonHoverBackground": any;
            "walkThrough.embeddedEditorBackground": string;
            "gitDecoration.modifiedResourceForeground": string;
            "gitDecoration.deletedResourceForeground": string;
            "gitDecoration.untrackedResourceForeground": string;
            "gitDecoration.ignoredResourceForeground": string;
            "gitDecoration.conflictingResourceForeground": string;
            "editorActiveLineNumber.foreground": string;
            "breadcrumb.foreground": string;
            "breadcrumb.focusForeground": string;
            "breadcrumb.activeSelectionForeground": string;
            "breadcrumbPicker.background": string;
        };
        tokenColors: ({
            name: string;
            settings: {
                background: string;
                foreground: string;
                fontStyle?: undefined;
            };
            scope?: undefined;
        } | {
            name: string;
            scope: string;
            settings: {
                foreground: string;
                fontStyle: string;
                background?: undefined;
            };
        } | {
            name: string;
            scope: string;
            settings: {
                foreground: string;
                background?: undefined;
                fontStyle?: undefined;
            };
        } | {
            name: string;
            scope: string[];
            settings: {
                foreground: string;
                background?: undefined;
                fontStyle?: undefined;
            };
        } | {
            name: string;
            scope: string;
            settings: {
                background: string;
                foreground: string;
                fontStyle?: undefined;
            };
        } | {
            name: string;
            scope: string[];
            settings: {
                foreground: string;
                fontStyle: string;
                background?: undefined;
            };
        } | {
            name: string;
            scope: string[];
            settings: {
                fontStyle: string;
                background?: undefined;
                foreground?: undefined;
            };
        })[];
    };
    type?: undefined;
} | {
    name: string;
    id: string;
    content: {
        $schema: string;
        name: string;
        type: string;
        colors: {
            'activityBar.background': string;
            'activityBar.border': string;
            'activityBar.dropBackground': string;
            'activityBar.foreground': string;
            'activityBarBadge.background': string;
            'activityBarBadge.foreground': string;
            'sideBar.background': string;
            'sideBar.border': string;
            'sideBar.foreground': string;
            'sideBarSectionHeader.background': string;
            'sideBarSectionHeader.foreground': string;
            'sideBarTitle.foreground': string;
            'badge.background': string;
            'badge.foreground': string;
            'button.background': string;
            'button.foreground': string;
            'button.hoverBackground': string;
            contrastActiveBorder: any;
            contrastBorder: string;
            descriptionForeground: string;
            'selection.background': string;
            'dropdown.background': string;
            'dropdown.border': string;
            'dropdown.foreground': string;
            'editor.background': string;
            'editor.foreground': string;
            'editorLineNumber.foreground': string;
            'editorCursor.foreground': string;
            'editor.selectionBackground': string;
            'editor.inactiveSelectionBackground': string;
            'editor.selectionHighlightBackground': string;
            'editor.wordHighlightBackground': string;
            'editor.wordHighlightStrongBackground': string;
            'editor.findMatchBackground': string;
            'editor.findMatchHighlightBackground': string;
            'editor.findRangeHighlightBackground': string;
            'editor.hoverHighlightBackground': string;
            'editor.lineHighlightBackground': string;
            'editor.lineHighlightBorder': string;
            'editor.rangeHighlightBackground': string;
            'editorLink.activeForeground': string;
            'editorIndentGuide.background': string;
            'editorIndentGuide.activeBackground': string;
            'editorRuler.foreground': string;
            'editorOverviewRuler.border': string;
            'editorCodeLens.foreground': string;
            'editorBracketMatch.background': string;
            'editorBracketMatch.border': string;
            'editorOverviewRuler.commonContentForeground': string;
            'editorOverviewRuler.currentContentForeground': string;
            'editorOverviewRuler.incomingContentForeground': string;
            'editorError.foreground': string;
            'editorWarning.border': string;
            'editorWarning.foreground': string;
            'editorGutter.background': string;
            'editorGutter.addedBackground': string;
            'editorGutter.deletedBackground': string;
            'editorGutter.modifiedBackground': string;
            'diffEditor.insertedTextBackground': string;
            'diffEditor.insertedTextBorder': string;
            'diffEditor.removedTextBackground': string;
            'diffEditor.removedTextBorder': string;
            'editorGroup.border': string;
            'editorGroup.dropBackground': string;
            'editorGroupHeader.noTabsBackground': string;
            'editorGroupHeader.tabsBackground': string;
            'editorGroupHeader.tabsBorder': string;
            'tab.activeBackground': string;
            'tab.activeForeground': string;
            'tab.border': string;
            'tab.activeBorder': string;
            'tab.inactiveBackground': string;
            'tab.inactiveForeground': string;
            'tab.unfocusedActiveForeground': string;
            'tab.unfocusedInactiveForeground': string;
            'editorWidget.background': string;
            'editorWidget.border': string;
            'editorHoverWidget.background': string;
            'editorHoverWidget.border': string;
            'editorSuggestWidget.background': string;
            'editorSuggestWidget.border': string;
            'editorSuggestWidget.foreground': string;
            'editorSuggestWidget.highlightForeground': string;
            'editorSuggestWidget.selectedBackground': string;
            'debugToolBar.background': string;
            'debugExceptionWidget.background': string;
            'debugExceptionWidget.border': string;
            'editorMarkerNavigation.background': string;
            'editorMarkerNavigationError.background': string;
            'editorMarkerNavigationWarning.background': string;
            'editorWhitespace.foreground': string;
            errorForeground: string;
            'extensionButton.prominentBackground': string;
            'extensionButton.prominentForeground': string;
            'extensionButton.prominentHoverBackground': string;
            focusBorder: string;
            foreground: string;
            'input.background': string;
            'input.border': string;
            'input.foreground': string;
            'input.placeholderForeground': string;
            'inputOption.activeBorder': string;
            'inputValidation.errorBackground': string;
            'inputValidation.errorBorder': string;
            'inputValidation.infoBackground': string;
            'inputValidation.infoBorder': string;
            'inputValidation.warningBackground': string;
            'inputValidation.warningBorder': string;
            'list.activeSelectionBackground': string;
            'list.activeSelectionForeground': string;
            'list.dropBackground': string;
            'list.focusBackground': string;
            'list.focusForeground': string;
            'list.highlightForeground': string;
            'list.hoverBackground': string;
            'list.hoverForeground': string;
            'list.inactiveSelectionBackground': string;
            'list.inactiveSelectionForeground': string;
            'merge.border': string;
            'merge.commonContentBackground': string;
            'merge.commonHeaderBackground': string;
            'merge.currentContentBackground': string;
            'merge.currentHeaderBackground': string;
            'merge.incomingContentBackground': string;
            'merge.incomingHeaderBackground': string;
            'notificationCenter.border': string;
            'notificationCenterHeader.foreground': string;
            'notificationCenterHeader.background': string;
            'notificationToast.border': string;
            'notifications.foreground': string;
            'notifications.background': string;
            'notifications.border': string;
            'notificationLink.foreground': string;
            'panel.background': string;
            'panel.border': string;
            'panelTitle.activeBorder': string;
            'panelTitle.activeForeground': string;
            'panelTitle.inactiveForeground': string;
            'peekView.border': string;
            'peekViewEditor.background': string;
            'peekViewEditor.matchHighlightBackground': string;
            'peekViewEditorGutter.background': string;
            'peekViewResult.background': string;
            'peekViewResult.fileForeground': string;
            'peekViewResult.lineForeground': string;
            'peekViewResult.matchHighlightBackground': string;
            'peekViewResult.selectionBackground': string;
            'peekViewResult.selectionForeground': string;
            'peekViewTitle.background': string;
            'peekViewTitleDescription.foreground': string;
            'peekViewTitleLabel.foreground': string;
            'pickerGroup.border': string;
            'pickerGroup.foreground': string;
            'progressBar.background': string;
            'scrollbar.shadow': string;
            'scrollbarSlider.activeBackground': string;
            'scrollbarSlider.background': string;
            'scrollbarSlider.hoverBackground': string;
            'statusBar.background': string;
            'statusBar.border': string;
            'statusBar.debuggingBackground': string;
            'statusBar.debuggingForeground': string;
            'statusBar.foreground': string;
            'statusBar.noFolderBackground': string;
            'statusBar.noFolderForeground': string;
            'statusBarItem.activeBackground': string;
            'statusBarItem.hoverBackground': string;
            'statusBarItem.prominentBackground': string;
            'statusBarItem.prominentHoverBackground': string;
            'terminal.ansiBlack': string;
            'terminal.ansiRed': string;
            'terminal.ansiGreen': string;
            'terminal.ansiYellow': string;
            'terminal.ansiBlue': string;
            'terminal.ansiMagenta': string;
            'terminal.ansiCyan': string;
            'terminal.ansiWhite': string;
            'terminal.ansiBrightBlack': string;
            'terminal.ansiBrightRed': string;
            'terminal.ansiBrightGreen': string;
            'terminal.ansiBrightYellow': string;
            'terminal.ansiBrightBlue': string;
            'terminal.ansiBrightMagenta': string;
            'terminal.ansiBrightCyan': string;
            'terminal.ansiBrightWhite': string;
            'terminal.background': string;
            'terminal.foreground': string;
            'terminalCursor.background': string;
            'terminalCursor.foreground': string;
            'gitDecoration.modifiedResourceForeground': string;
            'gitDecoration.deletedResourceForeground': string;
            'gitDecoration.untrackedResourceForeground': string;
            'gitDecoration.ignoredResourceForeground': string;
            'gitDecoration.conflictingResourceForeground': string;
            'textBlockQuote.background': string;
            'textBlockQuote.border': string;
            'textCodeBlock.background': string;
            'textLink.activeForeground': string;
            'textLink.foreground': string;
            'textPreformat.foreground': string;
            'textSeparator.foreground': string;
            'titleBar.activeBackground': string;
            'titleBar.activeForeground': string;
            'titleBar.inactiveBackground': string;
            'titleBar.inactiveForeground': string;
            'walkThrough.embeddedEditorBackground': string;
            'welcomePage.buttonBackground': string;
            'welcomePage.buttonHoverBackground': string;
            'widget.shadow': string;
        };
        tokenColors: ({
            name: string;
            scope: string[];
            settings: {
                fontStyle: string;
                foreground: string;
            };
        } | {
            name: string;
            scope: string;
            settings: {
                foreground: string;
                fontStyle?: undefined;
            };
        } | {
            name: string;
            scope: string[];
            settings: {
                foreground: string;
                fontStyle?: undefined;
            };
        } | {
            name: string;
            scope: string;
            settings: {
                fontStyle: string;
                foreground: string;
            };
        } | {
            name: string;
            scope: string[];
            settings: {
                fontStyle: string;
                foreground?: undefined;
            };
        } | {
            name: string;
            scope: string;
            settings: {
                fontStyle: string;
                foreground?: undefined;
            };
        })[];
    };
    type?: undefined;
} | {
    name: string;
    id: string;
    content: {
        name: string;
        $schema: string;
        type: string;
        colors: {
            focusBorder: string;
            foreground: string;
            "widget.shadow": string;
            "selection.background": string;
            descriptionForeground: string;
            errorForeground: string;
            "textBlockQuote.background": string;
            "textBlockQuote.border": string;
            "textCodeBlock.background": string;
            "textLink.activeForeground": string;
            "textLink.foreground": string;
            "textPreformat.foreground": string;
            "textSeparator.foreground": string;
            "button.background": string;
            "button.foreground": string;
            "button.hoverBackground": string;
            "dropdown.background": string;
            "dropdown.listBackground": string;
            "dropdown.border": string;
            "dropdown.foreground": string;
            "input.background": string;
            "input.border": string;
            "input.foreground": string;
            "input.placeholderForeground": string;
            "inputOption.activeBorder": string;
            "inputValidation.errorBackground": string;
            "inputValidation.errorBorder": string;
            "inputValidation.infoBackground": string;
            "inputValidation.infoBorder": string;
            "inputValidation.warningBackground": string;
            "inputValidation.warningBorder": string;
            "scrollbar.shadow": string;
            "scrollbarSlider.activeBackground": string;
            "scrollbarSlider.background": string;
            "scrollbarSlider.hoverBackground": string;
            "badge.foreground": string;
            "badge.background": string;
            "progressBar.background": string;
            "list.activeSelectionBackground": string;
            "list.activeSelectionForeground": string;
            "list.errorForeground": string;
            "list.warningForeground": string;
            "list.dropBackground": string;
            "list.focusBackground": string;
            "list.focusForeground": string;
            "list.highlightForeground": string;
            "list.hoverBackground": string;
            "list.hoverForeground": string;
            "list.inactiveSelectionBackground": string;
            "list.inactiveSelectionForeground": string;
            "list.inactiveFocusBackground": string;
            "list.invalidItemForeground": string;
            "activityBar.background": string;
            "activityBar.dropBackground": string;
            "activityBar.foreground": string;
            "activityBar.border": string;
            "activityBarBadge.background": string;
            "activityBarBadge.foreground": string;
            "sideBar.background": string;
            "sideBar.foreground": string;
            "sideBar.border": string;
            "sideBar.dropBackground": string;
            "sideBarTitle.foreground": string;
            "sideBarSectionHeader.background": string;
            "sideBarSectionHeader.foreground": string;
            "editorGroup.background": string;
            "editorGroup.border": string;
            "editorGroup.dropBackground": string;
            "editorGroupHeader.noTabsBackground": string;
            "editorGroupHeader.tabsBackground": string;
            "editorGroupHeader.tabsBorder": string;
            "tab.activeBackground": string;
            "tab.activeForeground": string;
            "tab.border": string;
            "tab.activeBorder": string;
            "tab.unfocusedActiveBorder": string;
            "tab.inactiveBackground": string;
            "tab.inactiveForeground": string;
            "tab.unfocusedActiveForeground": string;
            "tab.unfocusedInactiveForeground": string;
            "tab.hoverBackground": string;
            "tab.unfocusedHoverBackground": string;
            "tab.hoverBorder": string;
            "tab.unfocusedHoverBorder": string;
            "editor.background": string;
            "editor.foreground": string;
            "editorLineNumber.foreground": string;
            "editorLineNumber.activeForeground": string;
            "editorCursor.background": string;
            "editorCursor.foreground": string;
            "editor.selectionBackground": string;
            "editor.inactiveSelectionBackground": string;
            "editor.selectionHighlightBackground": string;
            "editor.selectionHighlightBorder": string;
            "editor.wordHighlightBackground": string;
            "editor.wordHighlightBorder": string;
            "editor.wordHighlightStrongBackground": string;
            "editor.wordHighlightStrongBorder": string;
            "editor.findMatchBackground": string;
            "editor.findMatchBorder": string;
            "editor.findMatchHighlightBackground": string;
            "editor.findMatchHighlightBorder": string;
            "editor.findRangeHighlightBackground": string;
            "editor.findRangeHighlightBorder": string;
            "editor.hoverHighlightBackground": string;
            "editor.lineHighlightBackground": string;
            "editor.lineHighlightBorder": string;
            "editorLink.activeForeground": string;
            "editor.rangeHighlightBackground": string;
            "editor.rangeHighlightBorder": string;
            "editorWhitespace.foreground": string;
            "editorIndentGuide.background": string;
            "editorRuler.foreground": string;
            "editorCodeLens.foreground": string;
            "editorBracketMatch.background": string;
            "editorBracketMatch.border": string;
            "editorError.foreground": string;
            "editorError.border": string;
            "editorWarning.foreground": string;
            "editorWarning.border": string;
            "editorInfo.foreground": string;
            "editorInfo.border": string;
            "editorHint.foreground": string;
            "editorHint.border": string;
            "editorGutter.background": string;
            "editorGutter.modifiedBackground": string;
            "editorGutter.addedBackground": string;
            "editorGutter.deletedBackground": string;
            "diffEditor.insertedTextBackground": string;
            "diffEditor.insertedTextBorder": string;
            "diffEditor.removedTextBackground": string;
            "diffEditor.removedTextBorder": string;
            "editorWidget.background": string;
            "editorWidget.border": string;
            "editorSuggestWidget.background": string;
            "editorSuggestWidget.border": string;
            "editorSuggestWidget.foreground": string;
            "editorSuggestWidget.highlightForeground": string;
            "editorSuggestWidget.selectedBackground": string;
            "editorHoverWidget.background": string;
            "editorHoverWidget.border": string;
            "debugExceptionWidget.background": string;
            "debugExceptionWidget.border": string;
            "editorMarkerNavigation.background": string;
            "editorMarkerNavigationError.background": string;
            "editorMarkerNavigationWarning.background": string;
            "editorMarkerNavigationInfo.background": string;
            "peekView.border": string;
            "peekViewEditor.background": string;
            "peekViewEditorGutter.background": string;
            "peekViewEditor.matchHighlightBackground": string;
            "peekViewResult.background": string;
            "peekViewResult.fileForeground": string;
            "peekViewResult.lineForeground": string;
            "peekViewResult.matchHighlightBackground": string;
            "peekViewResult.selectionBackground": string;
            "peekViewResult.selectionForeground": string;
            "peekViewTitle.background": string;
            "peekViewTitleDescription.foreground": string;
            "peekViewTitleLabel.foreground": string;
            "merge.currentHeaderBackground": string;
            "merge.currentContentBackground": string;
            "merge.incomingHeaderBackground": string;
            "merge.incomingContentBackground": string;
            "merge.border": string;
            "merge.commonHeaderBackground": string;
            "merge.commonContentBackground": string;
            "editorOverviewRuler.border": string;
            "editorOverviewRuler.currentContentForeground": string;
            "editorOverviewRuler.incomingContentForeground": string;
            "editorOverviewRuler.findMatchForeground": string;
            "editorOverviewRuler.rangeHighlightForeground": string;
            "editorOverviewRuler.selectionHighlightForeground": string;
            "editorOverviewRuler.wordHighlightForeground": string;
            "editorOverviewRuler.wordHighlightStrongForeground": string;
            "editorOverviewRuler.modifiedForeground": string;
            "editorOverviewRuler.addedForeground": string;
            "editorOverviewRuler.deletedForeground": string;
            "editorOverviewRuler.errorForeground": string;
            "editorOverviewRuler.warningForeground": string;
            "editorOverviewRuler.infoForeground": string;
            "panel.background": string;
            "panel.border": string;
            "panel.dropBackground": string;
            "panelTitle.activeBorder": string;
            "panelTitle.activeForeground": string;
            "panelTitle.inactiveForeground": string;
            "statusBar.background": string;
            "statusBar.foreground": string;
            "statusBar.border": string;
            "statusBar.debuggingBackground": string;
            "statusBar.debuggingForeground": string;
            "statusBar.debuggingBorder": string;
            "statusBar.noFolderBackground": string;
            "statusBar.noFolderForeground": string;
            "statusBar.noFolderBorder": string;
            "statusBarItem.activeBackground": string;
            "statusBarItem.hoverBackground": string;
            "statusBarItem.prominentBackground": string;
            "statusBarItem.prominentHoverBackground": string;
            "titleBar.activeBackground": string;
            "titleBar.activeForeground": string;
            "titleBar.inactiveBackground": string;
            "titleBar.inactiveForeground": string;
            "titleBar.border": string;
            "notificationCenter.border": string;
            "notificationCenterHeader.foreground": string;
            "notificationCenterHeader.background": string;
            "notificationToast.border": string;
            "notifications.foreground": string;
            "notifications.background": string;
            "notifications.border": string;
            "notificationLink.foreground": string;
            "extensionButton.prominentForeground": string;
            "extensionButton.prominentBackground": string;
            "extensionButton.prominentHoverBackground": string;
            "pickerGroup.border": string;
            "pickerGroup.foreground": string;
            "terminal.background": string;
            "terminal.foreground": string;
            "terminal.ansiBlack": string;
            "terminal.ansiBlue": string;
            "terminal.ansiBrightBlack": string;
            "terminal.ansiBrightBlue": string;
            "terminal.ansiBrightCyan": string;
            "terminal.ansiBrightGreen": string;
            "terminal.ansiBrightMagenta": string;
            "terminal.ansiBrightRed": string;
            "terminal.ansiBrightWhite": string;
            "terminal.ansiBrightYellow": string;
            "terminal.ansiCyan": string;
            "terminal.ansiGreen": string;
            "terminal.ansiMagenta": string;
            "terminal.ansiRed": string;
            "terminal.ansiWhite": string;
            "terminal.ansiYellow": string;
            "terminal.selectionBackground": string;
            "terminalCursor.background": string;
            "terminalCursor.foreground": string;
            "debugToolBar.background": string;
            "welcomePage.buttonBackground": string;
            "welcomePage.buttonHoverBackground": string;
            "walkThrough.embeddedEditorBackground": string;
            "gitDecoration.modifiedResourceForeground": string;
            "gitDecoration.deletedResourceForeground": string;
            "gitDecoration.untrackedResourceForeground": string;
            "gitDecoration.ignoredResourceForeground": string;
            "gitDecoration.conflictingResourceForeground": string;
        };
        tokenColors: ({
            scope: string[];
            settings: {
                fontStyle: string;
                foreground: string;
                background?: undefined;
            };
        } | {
            scope: string;
            settings: {
                foreground: string;
                fontStyle?: undefined;
                background?: undefined;
            };
        } | {
            scope: string[];
            settings: {
                foreground: string;
                fontStyle?: undefined;
                background?: undefined;
            };
        } | {
            scope: string;
            settings: {
                fontStyle: string;
                foreground: string;
                background?: undefined;
            };
        } | {
            scope: string;
            settings: {
                fontStyle: string;
                foreground?: undefined;
                background?: undefined;
            };
        } | {
            scope: string[];
            settings: {
                background: string;
                fontStyle?: undefined;
                foreground?: undefined;
            };
        })[];
    };
    type?: undefined;
} | {
    name: string;
    id: string;
    content: {
        $schema: string;
        type: string;
        colors: {
            "editor.background": string;
            "editor.foreground": string;
            "editor.selectionBackground": string;
            "selection.background": string;
            "activityBar.background": string;
            "activityBar.border": string;
            "activityBar.dropBackground": string;
            "activityBar.foreground": string;
            "activityBarBadge.background": string;
            "activityBarBadge.foreground": string;
            "badge.background": string;
            "badge.foreground": string;
            "button.foreground": string;
            contrastActiveBorder: string;
            contrastBorder: string;
            "debugExceptionWidget.background": string;
            "debugExceptionWidget.border": string;
            "debugToolBar.background": string;
            descriptionForeground: string;
            "diffEditor.insertedTextBorder": string;
            "diffEditor.removedTextBorder": string;
            "dropdown.background": string;
            "dropdown.border": string;
            "dropdown.foreground": string;
            "dropdown.listBackground": string;
            "editor.findMatchBorder": string;
            "editor.findMatchHighlightBorder": string;
            "editor.findRangeHighlightBorder": string;
            "editor.hoverHighlightBackground": string;
            "editor.inactiveSelectionBackground": string;
            "editor.lineHighlightBorder": string;
            "editor.rangeHighlightBorder": string;
            "editor.selectionForeground": string;
            "editor.selectionHighlightBorder": string;
            "editor.wordHighlightBorder": string;
            "editor.wordHighlightStrongBorder": string;
            "editorActiveLineNumber.foreground": string;
            "editorBracketMatch.background": string;
            "editorBracketMatch.border": string;
            "editorCodeLens.foreground": string;
            "editorCursor.foreground": string;
            "editorError.border": string;
            "editorGroup.border": string;
            "editorGroup.focusedEmptyBorder": string;
            "editorGroupHeader.noTabsBackground": string;
            "editorGroupHeader.tabsBorder": string;
            "editorGutter.addedBackground": string;
            "editorGutter.background": string;
            "editorGutter.deletedBackground": string;
            "editorGutter.modifiedBackground": string;
            "editorHint.border": string;
            "editorHoverWidget.background": string;
            "editorHoverWidget.border": string;
            "editorIndentGuide.activeBackground": string;
            "editorIndentGuide.background": string;
            "editorInfo.border": string;
            "editorLineNumber.activeForeground": string;
            "editorLineNumber.foreground": string;
            "editorLink.activeForeground": string;
            "editorMarkerNavigation.background": string;
            "editorMarkerNavigationError.background": string;
            "editorMarkerNavigationInfo.background": string;
            "editorMarkerNavigationWarning.background": string;
            "editorOverviewRuler.addedForeground": string;
            "editorOverviewRuler.border": string;
            "editorOverviewRuler.bracketMatchForeground": string;
            "editorOverviewRuler.commonContentForeground": string;
            "editorOverviewRuler.currentContentForeground": string;
            "editorOverviewRuler.deletedForeground": string;
            "editorOverviewRuler.errorForeground": string;
            "editorOverviewRuler.findMatchForeground": string;
            "editorOverviewRuler.incomingContentForeground": string;
            "editorOverviewRuler.infoForeground": string;
            "editorOverviewRuler.modifiedForeground": string;
            "editorOverviewRuler.rangeHighlightForeground": string;
            "editorOverviewRuler.selectionHighlightForeground": string;
            "editorOverviewRuler.warningForeground": string;
            "editorOverviewRuler.wordHighlightForeground": string;
            "editorOverviewRuler.wordHighlightStrongForeground": string;
            "editorPane.background": string;
            "editorRuler.foreground": string;
            "editorSuggestWidget.background": string;
            "editorSuggestWidget.border": string;
            "editorSuggestWidget.foreground": string;
            "editorSuggestWidget.highlightForeground": string;
            "editorUnnecessaryCode.border": string;
            "editorWarning.border": string;
            "editorWhitespace.foreground": string;
            "editorWidget.background": string;
            "editorWidget.border": string;
            errorForeground: string;
            focusBorder: string;
            foreground: string;
            "gitDecoration.addedResourceForeground": string;
            "gitDecoration.conflictingResourceForeground": string;
            "gitDecoration.deletedResourceForeground": string;
            "gitDecoration.ignoredResourceForeground": string;
            "gitDecoration.modifiedResourceForeground": string;
            "gitDecoration.submoduleResourceForeground": string;
            "gitDecoration.untrackedResourceForeground": string;
            "input.background": string;
            "input.border": string;
            "input.foreground": string;
            "inputOption.activeBorder": string;
            "inputValidation.errorBackground": string;
            "inputValidation.errorBorder": string;
            "inputValidation.infoBackground": string;
            "inputValidation.infoBorder": string;
            "inputValidation.warningBackground": string;
            "inputValidation.warningBorder": string;
            "list.highlightForeground": string;
            "list.invalidItemForeground": string;
            "merge.border": string;
            "notificationCenter.border": string;
            "notificationCenterHeader.background": string;
            "notificationLink.foreground": string;
            "notificationToast.border": string;
            "notifications.background": string;
            "notifications.border": string;
            "panel.background": string;
            "panel.border": string;
            "panel.dropBackground": string;
            "panelTitle.activeBorder": string;
            "panelTitle.activeForeground": string;
            "panelTitle.inactiveForeground": string;
            "peekView.border": string;
            "peekViewEditor.background": string;
            "peekViewEditor.matchHighlightBorder": string;
            "peekViewEditorGutter.background": string;
            "peekViewResult.background": string;
            "peekViewResult.fileForeground": string;
            "peekViewResult.lineForeground": string;
            "peekViewResult.selectionForeground": string;
            "peekViewTitle.background": string;
            "peekViewTitleDescription.foreground": string;
            "peekViewTitleLabel.foreground": string;
            "pickerGroup.border": string;
            "pickerGroup.foreground": string;
            "progressBar.background": string;
            "scrollbarSlider.activeBackground": string;
            "scrollbarSlider.background": string;
            "scrollbarSlider.hoverBackground": string;
            "settings.modifiedItemForeground": string;
            "sideBar.background": string;
            "sideBar.border": string;
            "sideBar.dropBackground": string;
            "statusBar.border": string;
            "statusBar.debuggingBackground": string;
            "statusBar.debuggingBorder": string;
            "statusBar.debuggingForeground": string;
            "statusBar.foreground": string;
            "statusBar.noFolderBorder": string;
            "statusBar.noFolderForeground": string;
            "statusBarItem.activeBackground": string;
            "statusBarItem.hoverBackground": string;
            "statusBarItem.prominentBackground": string;
            "statusBarItem.prominentHoverBackground": string;
            "tab.activeBackground": string;
            "tab.activeForeground": string;
            "tab.border": string;
            "tab.inactiveForeground": string;
            "tab.unfocusedActiveForeground": string;
            "tab.unfocusedInactiveForeground": string;
            "terminal.ansiBlack": string;
            "terminal.ansiBlue": string;
            "terminal.ansiBrightBlack": string;
            "terminal.ansiBrightBlue": string;
            "terminal.ansiBrightCyan": string;
            "terminal.ansiBrightGreen": string;
            "terminal.ansiBrightMagenta": string;
            "terminal.ansiBrightRed": string;
            "terminal.ansiBrightWhite": string;
            "terminal.ansiBrightYellow": string;
            "terminal.ansiCyan": string;
            "terminal.ansiGreen": string;
            "terminal.ansiMagenta": string;
            "terminal.ansiRed": string;
            "terminal.ansiWhite": string;
            "terminal.ansiYellow": string;
            "terminal.foreground": string;
            "terminal.selectionBackground": string;
            "textBlockQuote.border": string;
            "textCodeBlock.background": string;
            "textLink.activeForeground": string;
            "textLink.foreground": string;
            "textPreformat.foreground": string;
            "textSeparator.foreground": string;
            "titleBar.activeBackground": string;
            "titleBar.activeForeground": string;
            "titleBar.border": string;
        };
        tokenColors: ({
            scope: string[];
            settings: {
                foreground: string;
                background: string;
                fontStyle?: undefined;
            };
            name?: undefined;
        } | {
            scope: string;
            settings: {
                fontStyle: string;
                foreground?: undefined;
                background?: undefined;
            };
            name?: undefined;
        } | {
            scope: string;
            settings: {
                foreground: string;
                background?: undefined;
                fontStyle?: undefined;
            };
            name?: undefined;
        } | {
            scope: string[];
            settings: {
                foreground: string;
                background?: undefined;
                fontStyle?: undefined;
            };
            name?: undefined;
        } | {
            name: string;
            scope: string[];
            settings: {
                foreground: string;
                background?: undefined;
                fontStyle?: undefined;
            };
        } | {
            name: string;
            scope: string;
            settings: {
                foreground: string;
                background?: undefined;
                fontStyle?: undefined;
            };
        })[];
    };
    type?: undefined;
} | {
    name: string;
    id: string;
    content: {
        $schema: string;
        type: string;
        colors: {
            'activityBarBadge.background': string;
            'editor.background': string;
            'editor.foreground': string;
            'editor.inactiveSelectionBackground': string;
            'editor.selectionHighlightBackground': string;
            'editorIndentGuide.activeBackground': string;
            'editorIndentGuide.background': string;
            'editorSuggestWidget.background': string;
            'input.placeholderForeground': string;
            'list.hoverBackground': string;
            'sideBarTitle.foreground': string;
            'activityBar.background': string;
            'activityBar.dropBackground': string;
            'activityBar.foreground': string;
            'activityBarBadge.foreground': string;
            'badge.background': string;
            'badge.foreground': string;
            'button.background': string;
            'button.foreground': string;
            'button.hoverBackground': string;
            'debugExceptionWidget.background': string;
            'debugExceptionWidget.border': string;
            'debugToolBar.background': string;
            descriptionForeground: string;
            'diffEditor.insertedTextBackground': string;
            'diffEditor.removedTextBackground': string;
            'dropdown.background': string;
            'dropdown.border': string;
            'editor.findMatchBackground': string;
            'editor.findMatchHighlightBackground': string;
            'editor.findRangeHighlightBackground': string;
            'editor.hoverHighlightBackground': string;
            'editor.lineHighlightBorder': string;
            'editor.rangeHighlightBackground': string;
            'editor.selectionBackground': string;
            'editor.wordHighlightBackground': string;
            'editor.wordHighlightStrongBackground': string;
            'editorActiveLineNumber.foreground': string;
            'editorBracketMatch.background': string;
            'editorBracketMatch.border': string;
            'editorCodeLens.foreground': string;
            'editorCursor.foreground': string;
            'editorError.foreground': string;
            'editorGroup.border': string;
            'editorGroup.dropBackground': string;
            'editorGroupHeader.noTabsBackground': string;
            'editorGroupHeader.tabsBackground': string;
            'editorGutter.addedBackground': string;
            'editorGutter.background': string;
            'editorGutter.deletedBackground': string;
            'editorGutter.modifiedBackground': string;
            'editorHint.foreground': string;
            'editorHoverWidget.background': string;
            'editorHoverWidget.border': string;
            'editorInfo.foreground': string;
            'editorLineNumber.activeForeground': string;
            'editorLineNumber.foreground': string;
            'editorLink.activeForeground': string;
            'editorMarkerNavigation.background': string;
            'editorMarkerNavigationError.background': string;
            'editorMarkerNavigationInfo.background': string;
            'editorMarkerNavigationWarning.background': string;
            'editorOverviewRuler.addedForeground': string;
            'editorOverviewRuler.border': string;
            'editorOverviewRuler.bracketMatchForeground': string;
            'editorOverviewRuler.commonContentForeground': string;
            'editorOverviewRuler.currentContentForeground': string;
            'editorOverviewRuler.deletedForeground': string;
            'editorOverviewRuler.errorForeground': string;
            'editorOverviewRuler.findMatchForeground': string;
            'editorOverviewRuler.incomingContentForeground': string;
            'editorOverviewRuler.infoForeground': string;
            'editorOverviewRuler.modifiedForeground': string;
            'editorOverviewRuler.rangeHighlightForeground': string;
            'editorOverviewRuler.selectionHighlightForeground': string;
            'editorOverviewRuler.warningForeground': string;
            'editorOverviewRuler.wordHighlightForeground': string;
            'editorOverviewRuler.wordHighlightStrongForeground': string;
            'editorPane.background': string;
            'editorRuler.foreground': string;
            'editorSuggestWidget.border': string;
            'editorSuggestWidget.foreground': string;
            'editorSuggestWidget.highlightForeground': string;
            'editorSuggestWidget.selectedBackground': string;
            'editorUnnecessaryCode.opacity': string;
            'editorWarning.foreground': string;
            'editorWhitespace.foreground': string;
            'editorWidget.background': string;
            'editorWidget.border': string;
            errorForeground: string;
            'extensionButton.prominentBackground': string;
            'extensionButton.prominentForeground': string;
            'extensionButton.prominentHoverBackground': string;
            focusBorder: string;
            foreground: string;
            'gitDecoration.addedResourceForeground': string;
            'gitDecoration.conflictingResourceForeground': string;
            'gitDecoration.deletedResourceForeground': string;
            'gitDecoration.ignoredResourceForeground': string;
            'gitDecoration.modifiedResourceForeground': string;
            'gitDecoration.submoduleResourceForeground': string;
            'gitDecoration.untrackedResourceForeground': string;
            'input.background': string;
            'input.foreground': string;
            'inputOption.activeBorder': string;
            'inputValidation.errorBackground': string;
            'inputValidation.errorBorder': string;
            'inputValidation.infoBackground': string;
            'inputValidation.infoBorder': string;
            'inputValidation.warningBackground': string;
            'inputValidation.warningBorder': string;
            'list.activeSelectionBackground': string;
            'list.activeSelectionForeground': string;
            'list.dropBackground': string;
            'list.errorForeground': string;
            'list.focusBackground': string;
            'list.highlightForeground': string;
            'list.inactiveFocusBackground': string;
            'list.inactiveSelectionBackground': string;
            'list.invalidItemForeground': string;
            'list.warningForeground': string;
            'merge.commonContentBackground': string;
            'merge.commonHeaderBackground': string;
            'merge.currentContentBackground': string;
            'merge.currentHeaderBackground': string;
            'merge.incomingContentBackground': string;
            'merge.incomingHeaderBackground': string;
            'notificationCenterHeader.background': string;
            'notificationLink.foreground': string;
            'notifications.background': string;
            'notifications.border': string;
            'panel.background': string;
            'panel.border': string;
            'panel.dropBackground': string;
            'panelTitle.activeBorder': string;
            'panelTitle.activeForeground': string;
            'panelTitle.inactiveForeground': string;
            'peekView.border': string;
            'peekViewEditor.background': string;
            'peekViewEditor.matchHighlightBackground': string;
            'peekViewEditorGutter.background': string;
            'peekViewResult.background': string;
            'peekViewResult.fileForeground': string;
            'peekViewResult.lineForeground': string;
            'peekViewResult.matchHighlightBackground': string;
            'peekViewResult.selectionBackground': string;
            'peekViewResult.selectionForeground': string;
            'peekViewTitle.background': string;
            'peekViewTitleDescription.foreground': string;
            'peekViewTitleLabel.foreground': string;
            'pickerGroup.border': string;
            'pickerGroup.foreground': string;
            'progressBar.background': string;
            'scrollbar.shadow': string;
            'scrollbarSlider.activeBackground': string;
            'scrollbarSlider.background': string;
            'scrollbarSlider.hoverBackground': string;
            'settings.modifiedItemForeground': string;
            'sideBar.background': string;
            'sideBar.dropBackground': string;
            'sideBarSectionHeader.background': string;
            'statusBar.background': string;
            'statusBar.debuggingBackground': string;
            'statusBar.debuggingForeground': string;
            'statusBar.foreground': string;
            'statusBar.noFolderBackground': string;
            'statusBar.noFolderForeground': string;
            'statusBarItem.activeBackground': string;
            'statusBarItem.hoverBackground': string;
            'statusBarItem.prominentBackground': string;
            'statusBarItem.prominentHoverBackground': string;
            'tab.activeBackground': string;
            'tab.activeForeground': string;
            'tab.border': string;
            'tab.inactiveBackground': string;
            'tab.inactiveForeground': string;
            'tab.unfocusedActiveForeground': string;
            'tab.unfocusedInactiveForeground': string;
            'terminal.ansiBlack': string;
            'terminal.ansiBlue': string;
            'terminal.ansiBrightBlack': string;
            'terminal.ansiBrightBlue': string;
            'terminal.ansiBrightCyan': string;
            'terminal.ansiBrightGreen': string;
            'terminal.ansiBrightMagenta': string;
            'terminal.ansiBrightRed': string;
            'terminal.ansiBrightWhite': string;
            'terminal.ansiBrightYellow': string;
            'terminal.ansiCyan': string;
            'terminal.ansiGreen': string;
            'terminal.ansiMagenta': string;
            'terminal.ansiRed': string;
            'terminal.ansiWhite': string;
            'terminal.ansiYellow': string;
            'terminal.foreground': string;
            'terminal.selectionBackground': string;
            'textBlockQuote.background': string;
            'textBlockQuote.border': string;
            'textCodeBlock.background': string;
            'textLink.activeForeground': string;
            'textLink.foreground': string;
            'textPreformat.foreground': string;
            'textSeparator.foreground': string;
            'titleBar.activeBackground': string;
            'titleBar.activeForeground': string;
            'titleBar.inactiveBackground': string;
            'titleBar.inactiveForeground': string;
            'widget.shadow': string;
        };
        tokenColors: ({
            scope: string[];
            settings: {
                foreground: string;
                fontStyle?: undefined;
            };
            name?: undefined;
        } | {
            scope: string;
            settings: {
                fontStyle: string;
                foreground?: undefined;
            };
            name?: undefined;
        } | {
            scope: string;
            settings: {
                foreground: string;
                fontStyle?: undefined;
            };
            name?: undefined;
        } | {
            name: string;
            scope: string;
            settings: {
                foreground: string;
                fontStyle?: undefined;
            };
        } | {
            scope: string;
            settings: {
                fontStyle: string;
                foreground: string;
            };
            name?: undefined;
        } | {
            name: string;
            scope: string[];
            settings: {
                foreground: string;
                fontStyle?: undefined;
            };
        })[];
    };
    type?: undefined;
} | {
    name: string;
    id: string;
    content: {
        name: string;
        tokenColors: ({
            settings: {
                background: string;
                foreground: string;
                fontStyle?: undefined;
            };
            scope?: undefined;
            name?: undefined;
        } | {
            scope: string[];
            settings: {
                background: string;
                foreground: string;
                fontStyle?: undefined;
            };
            name?: undefined;
        } | {
            name: string;
            scope: string;
            settings: {
                fontStyle: string;
                foreground: string;
                background?: undefined;
            };
        } | {
            name: string;
            scope: string;
            settings: {
                foreground: string;
                background?: undefined;
                fontStyle?: undefined;
            };
        } | {
            name: string;
            scope: string[];
            settings: {
                foreground: string;
                background?: undefined;
                fontStyle?: undefined;
            };
        } | {
            name: string;
            scope: string;
            settings: {
                background?: undefined;
                foreground?: undefined;
                fontStyle?: undefined;
            };
        } | {
            name: string;
            scope: string[];
            settings: {
                background: string;
                fontStyle: string;
                foreground: string;
            };
        } | {
            name: string;
            scope: string;
            settings: {
                background: string;
                fontStyle: string;
                foreground: string;
            };
        } | {
            name: string;
            scope: string;
            settings: {
                background: string;
                foreground: string;
                fontStyle?: undefined;
            };
        })[];
        colors: {
            focusBorder: string;
            "input.background": string;
            "input.foreground": string;
            "input.placeholderForeground": string;
            "inputOption.activeBorder": string;
            "badge.background": string;
            "progressBar.background": string;
            "dropdown.background": string;
            "dropdown.border": string;
            "button.background": string;
            "selection.background": string;
            "list.activeSelectionBackground": string;
            "list.activeSelectionForeground": string;
            "list.focusBackground": string;
            "list.hoverBackground": string;
            "list.inactiveSelectionBackground": string;
            "list.highlightForeground": string;
            "editor.background": string;
            "editorWidget.background": string;
            "editorCursor.foreground": string;
            "editorWhitespace.foreground": string;
            "editor.lineHighlightBackground": string;
            "editor.selectionBackground": string;
            "editorIndentGuide.background": string;
            "editorIndentGuide.activeBackground": string;
            "editorHoverWidget.background": string;
            "editorLineNumber.activeForeground": string;
            "peekViewResult.background": string;
            "peekViewEditor.background": string;
            "peekViewTitle.background": string;
            "peekView.border": string;
            "peekViewEditor.matchHighlightBackground": string;
            "titleBar.activeBackground": string;
            "editorGroup.border": string;
            "editorGroup.dropBackground": string;
            "editorGroupHeader.tabsBackground": string;
            "tab.border": string;
            "tab.activeBackground": string;
            "tab.inactiveForeground": string;
            "tab.inactiveBackground": string;
            "activityBar.background": string;
            "activityBar.foreground": string;
            "activityBar.dropBackground": string;
            "activityBarBadge.background": string;
            "panel.border": string;
            "sideBar.background": string;
            "sideBarTitle.foreground": string;
            "statusBar.foreground": string;
            "statusBar.background": string;
            "statusBar.debuggingBackground": string;
            "statusBar.noFolderBackground": string;
            "statusBarItem.prominentBackground": string;
            "statusBarItem.prominentHoverBackground": string;
            "debugToolBar.background": string;
            "debugExceptionWidget.background": string;
            "debugExceptionWidget.border": string;
            "pickerGroup.border": string;
            "pickerGroup.foreground": string;
            "extensionButton.prominentBackground": string;
            "extensionButton.prominentHoverBackground": string;
            "terminal.ansiBlack": string;
            "terminal.ansiRed": string;
            "terminal.ansiGreen": string;
            "terminal.ansiYellow": string;
            "terminal.ansiBlue": string;
            "terminal.ansiMagenta": string;
            "terminal.ansiCyan": string;
            "terminal.ansiWhite": string;
            "terminal.ansiBrightBlack": string;
            "terminal.ansiBrightRed": string;
            "terminal.ansiBrightGreen": string;
            "terminal.ansiBrightYellow": string;
            "terminal.ansiBrightBlue": string;
            "terminal.ansiBrightMagenta": string;
            "terminal.ansiBrightCyan": string;
            "terminal.ansiBrightWhite": string;
        };
    };
    type?: undefined;
})[];
export default _default;