declare const defaultTheme: {
    name: string;
    type: string;
    author: string;
    semanticHighlighting: boolean;
    semanticTokenColors: {
        function: {
            foreground: "#7BD88F" | "#2D972F";
        };
        variable: "#AF98E6" | "#6F42C1";
        interface: {
            foreground: "#7BD88F" | "#2D972F";
            italic: boolean;
        };
        type: {
            foreground: "#7BD88F" | "#2D972F";
            italic: boolean;
        };
        property: {
            foreground: "#444444" | "#D7D7D7";
        };
    };
    colors: {
        focusBorder: "#1C2025" | "#EEEEEE";
        foreground: "#0A0E14" | "#F7F1FF";
        descriptionForeground: "#525053" | "#88898F";
        errorForeground: "#FC618D";
        "textLink.foreground": string;
        "textLink.activeForeground": "#0A0E14" | "#F7F1FF";
        "textBlockQuote.background": "#0A0E14" | "#FFFFFF";
        "textBlockQuote.border": "#1C2025" | "#EEEEEE";
        "textCodeBlock.background": "#1C2025" | "#EEEEEE";
        "textPreformat.foreground": "#0A0E14" | "#F7F1FF";
        "textSeparator.foreground": "#696969" | "#999999";
        "icon.foreground": "#444444" | "#D7D7D7";
        "sash.hoverBorder": "#1C2025" | "#EEEEEE";
        "button.background": "#1C2025" | "#EEEEEE";
        "button.foreground": "#525053" | "#88898F";
        "button.hoverBackground": "#1C2025" | "#EEEEEE";
        "button.border": "#0A0E14" | "#FFFFFF";
        "button.separator": "#0A0E14" | "#FFFFFF";
        "button.secondaryForeground": "#525053" | "#88898F";
        "button.secondaryBackground": "#0A0E14" | "#FFFFFF";
        "button.secondaryHoverBackground": "#1C2025" | "#EEEEEE";
        "checkbox.background": "#0A0E14" | "#FFFFFF";
        "checkbox.border": string;
        "dropdown.background": "#0A0E14" | "#FFFFFF";
        "dropdown.border": "#0A0E14" | "#FFFFFF";
        "dropdown.foreground": "#525053" | "#88898F";
        "dropdown.listBackground": "#0A0E14" | "#FFFFFF";
        "input.background": "#0A0E14" | "#FFFFFF";
        "input.border": "#1C2025" | "#EEEEEE";
        "input.foreground": "#0A0E14" | "#F7F1FF";
        "input.placeholderForeground": "#696969" | "#999999";
        "inputOption.activeForeground": "#0A0E14" | "#F7F1FF";
        "inputOption.activeBackground": string;
        "inputOption.activeBorder": string;
        "inputValidation.errorBackground": "#0A0E14" | "#FFFFFF";
        "inputValidation.errorBorder": "#FC618D";
        "inputValidation.errorForeground": "#FC618D";
        "inputValidation.infoBackground": "#0A0E14" | "#FFFFFF";
        "inputValidation.infoBorder": "#5AD4E6" | "#5688C7";
        "inputValidation.infoForeground": "#5AD4E6" | "#5688C7";
        "inputValidation.warningBackground": "#0A0E14" | "#FFFFFF";
        "inputValidation.warningBorder": "#FD9353" | "#FA8D3E";
        "inputValidation.warningForeground": "#FD9353" | "#FA8D3E";
        "scrollbar.shadow": "#0A0E14" | "#FFFFFF";
        "scrollbarSlider.background": string;
        "scrollbarSlider.hoverBackground": string;
        "scrollbarSlider.activeBackground": string;
        "badge.foreground": string;
        "badge.background": string;
        "progressBar.background": "#A76EFD80";
        "list.activeSelectionBackground": "#0A0E14" | "#FFFFFF";
        "list.activeSelectionForeground": string;
        "list.activeSelectionIconForeground": "#0A0E14" | "#F7F1FF";
        "list.dropBackground": "#1C2025" | "#EEEEEE";
        "list.focusBackground": "#0A0E14" | "#FFFFFF";
        "list.focusForeground": "#0A0E14" | "#F7F1FF";
        "list.focusHighlightForeground": "#7BD88F" | "#2D972F";
        "list.focusOutline": "#1C2025" | "#EEEEEE";
        "list.focusAndSelectionOutline": "#1C2025" | "#EEEEEE";
        "list.highlightForeground": "#0A0E14" | "#F7F1FF";
        "list.hoverBackground": "#0A0E14" | "#FFFFFF";
        "list.hoverForeground": "#0A0E14" | "#F7F1FF";
        "list.inactiveSelectionBackground": "#0A0E14" | "#FFFFFF";
        "list.inactiveSelectionForeground": string;
        "list.inactiveSelectionIconForeground": "#525053" | "#88898F";
        "list.inactiveFocusBackground": "#0A0E14" | "#FFFFFF";
        "list.inactiveFocusOutline": "#0A0E14" | "#FFFFFF";
        "list.invalidItemForeground": "#FC618D";
        "list.errorForeground": "#FC618D";
        "list.warningForeground": "#FD9353" | "#FA8D3E";
        "listFilterWidget.background": "#0A0E14" | "#FFFFFF";
        "listFilterWidget.outline": "#0A0E14" | "#FFFFFF";
        "listFilterWidget.noMatchesOutline": "#FC618D";
        "activityBar.background": "#0A0E14" | "#FFFFFF";
        "activityBar.dropBorder": string;
        "activityBar.foreground": "#494C59" | "#BAB6C0";
        "activityBar.inactiveForeground": "#525053" | "#88898F";
        "activityBar.border": "#0A0E14" | "#FFFFFF";
        "activityBarBadge.background": string;
        "activityBarBadge.foreground": string;
        "activityBar.activeBorder": string;
        "activityBar.activeBackground": "#0A0E14" | "#FFFFFF";
        "activityBar.activeFocusBorder": string;
        "sideBar.foreground": "#525053" | "#88898F";
        "sideBar.background": "#0A0E14" | "#FFFFFF";
        "sideBar.border": "#0A0E14" | "#FFFFFF";
        "sideBarTitle.foreground": "#525053" | "#88898F";
        "sideBarSectionHeader.foreground": "#696969" | "#999999";
        "sideBarSectionHeader.background": "#0A0E14" | "#FFFFFF";
        "sideBarSectionHeader.border": "#0A0E14" | "#FFFFFF";
        "minimapSlider.background": string;
        "minimapSlider.hoverBackground": string;
        "minimapSlider.activeBackground": string;
        "editorGroup.border": "#0A0E14" | "#FFFFFF";
        "editorGroup.dropBackground": "#F7F1FF0C" | "#F7F1FFAA";
        "editorGroup.emptyBackground": "#0A0E14" | "#FFFFFF";
        "editorGroup.focusedEmptyBorder": "#0A0E14" | "#FFFFFF";
        "editorGroupHeader.noTabsBackground": "#0A0E14" | "#FFFFFF";
        "editorGroupHeader.tabsBackground": "#0A0E14" | "#FFFFFF";
        "editorGroupHeader.tabsBorder": "#0A0E14" | "#FFFFFF";
        "tab.activeBorder": string;
        "tab.activeBackground": string;
        "tab.activeForeground": string;
        "tab.activeModifiedBorder": "#525053" | "#88898F";
        "tab.border": "#0A0E14" | "#FFFFFF";
        "tab.hoverBackground": "#0A0E14" | "#FFFFFF";
        "tab.hoverBorder": "#525053" | "#88898F";
        "tab.inactiveBackground": "#0A0E14" | "#FFFFFF";
        "tab.inactiveForeground": "#525053" | "#88898F";
        "tab.inactiveModifiedBorder": "#525053" | "#88898F";
        "tab.unfocusedActiveBorder": "#525053" | "#88898F";
        "tab.unfocusedActiveBorderTop": "#0A0E14" | "#FFFFFF";
        "tab.unfocusedActiveForeground": "#494C59" | "#BAB6C0";
        "tab.unfocusedActiveModifiedBorder": "#0A0E14" | "#FFFFFF";
        "tab.unfocusedHoverBackground": "#0A0E14" | "#FFFFFF";
        "tab.unfocusedHoverBorder": "#0A0E14" | "#FFFFFF";
        "tab.unfocusedInactiveForeground": "#525053" | "#88898F";
        "tab.unfocusedInactiveModifiedBorder": "#0A0E14" | "#FFFFFF";
        "editorPane.background": "#0A0E14" | "#FFFFFF";
        "editor.foreground": "#0A0E14" | "#F7F1FF";
        "editor.background": "#0A0E14" | "#FFFFFF";
        "editorLineNumber.foreground": "#444444" | "#D7D7D7";
        "editorLineNumber.activeForeground": "#A86EFD";
        "editorCursor.background": "#0A0E14" | "#FFFFFF";
        "editorCursor.foreground": string;
        "editor.findMatchBackground": "#F7F1FF26" | "#F7F1FFDD";
        "editor.findMatchHighlightBackground": "#F7F1FF26" | "#F7F1FFDD";
        "editor.findRangeHighlightBackground": "#F7F1FF0C" | "#F7F1FFAA";
        "editor.findMatchBorder": "#FCE566" | "#EEAE11";
        "editor.findMatchHighlightBorder": "#00000000";
        "editor.findRangeHighlightBorder": "#00000000";
        "editor.linkedEditingBackground": "#1C2025" | "#EEEEEE";
        "editor.inactiveSelectionBackground": "#F7F1FF19" | "#F7F1FFCC";
        "editor.selectionBackground": "#BAB6C026";
        "editor.selectionHighlightBackground": "#F7F1FF26" | "#F7F1FFDD";
        "editor.wordHighlightBackground": "#F7F1FF26" | "#F7F1FFDD";
        "editor.wordHighlightBorder": "#0A0E14" | "#FFFFFF";
        "editor.wordHighlightStrongBackground": "#F7F1FF26" | "#F7F1FFDD";
        "editor.wordHighlightStrongBorder": "#0A0E14" | "#FFFFFF";
        "editorBracketMatch.background": "#0A0E14" | "#FFFFFF";
        "editorBracketMatch.border": "#0A0E14" | "#FFFFFF";
        "editor.hoverHighlightBackground": "#F7F1FF0C" | "#F7F1FFAA";
        "editor.lineHighlightBackground": "#F7F1FF0C" | "#F7F1FFAA";
        "editor.rangeHighlightBackground": "#0A0E14" | "#FFFFFF";
        "editor.rangeHighlightBorder": "#0A0E14" | "#FFFFFF";
        "editor.selectionHighlightBorder": "#0A0E14" | "#FFFFFF";
        "editor.lineHighlightBorder": "#0A0E14" | "#FFFFFF";
        "selection.background": "#F7F1FF26" | "#F7F1FFDD";
        "editorLightBulb.foreground": "#FCE566" | "#EEAE11";
        "editorLightBulbAutoFix.foreground": "#7BD88F" | "#2D972F";
        "editorIndentGuide.background": "#1C2025" | "#EEEEEE";
        "editorWhitespace.foreground": "#525053" | "#88898F";
        "editorInlayHint.background": string;
        "editorInlayHint.foreground": string;
        "editorBracketHighlight.foreground1": "#FCE566" | "#EEAE11";
        "editorBracketHighlight.foreground2": "#FC618D";
        "editorBracketHighlight.foreground3": "#5AD4E6" | "#5688C7";
        "editorBracketHighlight.unexpectedBracket.foreground": "#FD9353" | "#FA8D3E";
        "editorOverviewRuler.border": "#0A0E14" | "#FFFFFF";
        "editorOverviewRuler.addedForeground": "#7BD88F" | "#2D972F";
        "editorOverviewRuler.currentContentForeground": "#0A0E14" | "#FFFFFF";
        "editorOverviewRuler.deletedForeground": "#FC618D";
        "editorOverviewRuler.errorForeground": "#FC618D";
        "editorOverviewRuler.findMatchForeground": "#F7F1FF26" | "#F7F1FFDD";
        "editorOverviewRuler.incomingContentForeground": "#0A0E14" | "#FFFFFF";
        "editorOverviewRuler.infoForeground": "#5AD4E6" | "#5688C7";
        "editorOverviewRuler.modifiedForeground": "#FD9353" | "#FA8D3E";
        "editorOverviewRuler.rangeHighlightForeground": "#F7F1FF26" | "#F7F1FFDD";
        "editorOverviewRuler.selectionHighlightForeground": "#F7F1FF26" | "#F7F1FFDD";
        "editorOverviewRuler.warningForeground": "#FD9353" | "#FA8D3E";
        "editorOverviewRuler.wordHighlightForeground": "#F7F1FF26" | "#F7F1FFDD";
        "editorOverviewRuler.wordHighlightStrongForeground": "#F7F1FF26" | "#F7F1FFDD";
        "editorError.foreground": "#FC618D";
        "editorError.border": "#0A0E14" | "#FFFFFF";
        "editorWarning.foreground": "#FD9353" | "#FA8D3E";
        "editorWarning.border": "#0A0E14" | "#FFFFFF";
        "editorInfo.foreground": "#5AD4E6" | "#5688C7";
        "editorInfo.border": "#0A0E14" | "#FFFFFF";
        "editorHint.foreground": "#AF98E6" | "#6F42C1";
        "editorHint.border": "#0A0E14" | "#FFFFFF";
        "editorGutter.background": "#0A0E14" | "#FFFFFF";
        "editorGutter.addedBackground": "#7BD88F" | "#2D972F";
        "editorGutter.modifiedBackground": "#FD9353" | "#FA8D3E";
        "editorGutter.deletedBackground": "#FC618D";
        "editor.snippetTabstopHighlightBackground": string;
        "editor.snippetTabstopHighlightBorder": string;
        "editor.snippetFinalTabstopHighlightBackground": string;
        "editor.snippetFinalTabstopHighlightBorder": string;
        "diffEditor.insertedTextBackground": string;
        "diffEditor.insertedTextBorder": "#00000000";
        "diffEditor.removedTextBackground": "#FC618D19";
        "diffEditor.removedTextBorder": "#00000000";
        "tree.indentGuidesStroke": "#1C2025" | "#EEEEEE";
        "editorWidget.background": "#0A0E14" | "#FFFFFF";
        "editorWidget.border": "#0A0E14" | "#FFFFFF";
        "editorSuggestWidget.background": "#0A0E14" | "#FFFFFF";
        "editorSuggestWidget.border": "#0A0E14" | "#FFFFFF";
        "editorSuggestWidget.foreground": "#494C59" | "#BAB6C0";
        "editorSuggestWidget.highlightForeground": "#0A0E14" | "#F7F1FF";
        "editorSuggestWidget.selectedBackground": string;
        "editorHoverWidget.background": "#0A0E14" | "#FFFFFF";
        "editorHoverWidget.border": "#1C2025" | "#EEEEEE";
        "editorMarkerNavigation.background": "#0A0E14" | "#FFFFFF";
        "editorMarkerNavigationError.background": "#FC618D";
        "editorMarkerNavigationInfo.background": "#5AD4E6" | "#5688C7";
        "editorMarkerNavigationWarning.background": "#FD9353" | "#FA8D3E";
        "peekView.border": "#1C2025" | "#EEEEEE";
        "peekViewEditor.background": "#0A0E14" | "#FFFFFF";
        "peekViewEditorGutter.background": "#0A0E14" | "#FFFFFF";
        "peekViewEditor.matchHighlightBackground": string;
        "peekViewResult.background": "#0A0E14" | "#FFFFFF";
        "peekViewResult.fileForeground": "#525053" | "#88898F";
        "peekViewResult.lineForeground": "#525053" | "#88898F";
        "peekViewResult.matchHighlightBackground": string;
        "peekViewResult.selectionBackground": "#0A0E14" | "#FFFFFF";
        "peekViewResult.selectionForeground": string;
        "peekViewTitle.background": "#0A0E14" | "#FFFFFF";
        "peekViewTitleDescription.foreground": "#525053" | "#88898F";
        "peekViewTitleLabel.foreground": "#0A0E14" | "#F7F1FF";
        "merge.border": "#1C2025" | "#EEEEEE";
        "merge.commonContentBackground": "#F7F1FF19" | "#F7F1FFCC";
        "merge.commonHeaderBackground": "#F7F1FF26" | "#F7F1FFDD";
        "merge.currentContentBackground": "#FC618D19";
        "merge.currentHeaderBackground": "#FC618D26";
        "merge.incomingContentBackground": string;
        "merge.incomingHeaderBackground": string;
        "mergeEditor.change.background": "#F7F1FF12" | "#F7F1FFBB";
        "mergeEditor.change.word.background": string;
        "mergeEditor.conflict.unhandledUnfocused.border": string;
        "mergeEditor.conflict.unhandledFocused.border": "#FD9353" | "#FA8D3E";
        "mergeEditor.conflict.handledUnfocused.border": string;
        "mergeEditor.conflict.handledFocused.border": "#E3CF65" | "#FFAA33";
        "mergeEditor.conflict.handled.minimapOverViewRuler": "#FCE566" | "#EEAE11";
        "mergeEditor.conflict.unHandled.minimapOverViewRuler": "#FC618D";
        "panel.background": "#0A0E14" | "#FFFFFF";
        "panel.border": "#0A0E14" | "#FFFFFF";
        "panel.dropBorder": string;
        "panelInput.border": "#0A0E14" | "#FFFFFF";
        "panelSection.border": "#0A0E14" | "#FFFFFF";
        "panelSection.dropBackground": "#F7F1FF0C" | "#F7F1FFAA";
        "panelSectionHeader.background": "#0A0E14" | "#FFFFFF";
        "panelSectionHeader.foreground": "#525053" | "#88898F";
        "panelTitle.activeBorder": string;
        "panelTitle.activeForeground": string;
        "panelTitle.inactiveForeground": "#696969" | "#999999";
        "statusBar.foreground": "#696969" | "#999999";
        "statusBar.background": "#0A0E14" | "#FFFFFF";
        "statusBar.border": "#0A0E14" | "#FFFFFF";
        "statusBar.focusBorder": "#1C2025" | "#EEEEEE";
        "statusBar.noFolderBackground": "#1C2025" | "#EEEEEE";
        "statusBar.debuggingForeground": "#0A0E14" | "#F7F1FF";
        "statusBar.debuggingBackground": "#FC618D26";
        "statusBarItem.prominentBackground": "#1C2025" | "#EEEEEE";
        "statusBarItem.remoteForeground": "#696969" | "#999999";
        "statusBarItem.remoteBackground": "#0A0E14" | "#FFFFFF";
        "statusBarItem.hoverBackground": "#1C2025" | "#EEEEEE";
        "statusBarItem.activeBackground": "#1C2025" | "#EEEEEE";
        "statusBarItem.focusBorder": "#A76EFD80";
        "titleBar.activeForeground": "#525053" | "#88898F";
        "titleBar.activeBackground": "#0A0E14" | "#FFFFFF";
        "titleBar.inactiveForeground": "#525053" | "#88898F";
        "titleBar.inactiveBackground": "#0A0E14" | "#FFFFFF";
        "titleBar.border": "#0A0E14" | "#FFFFFF";
        "notificationCenter.border": "#1C2025" | "#EEEEEE";
        "notificationCenterHeader.background": "#0A0E14" | "#FFFFFF";
        "notificationCenterHeader.foreground": "#525053" | "#88898F";
        "notificationLink.foreground": string;
        "notifications.background": "#0A0E14" | "#FFFFFF";
        "notifications.border": "#0A0E14" | "#FFFFFF";
        "notifications.foreground": "#494C59" | "#BAB6C0";
        "notificationToast.border": "#0A0E14" | "#FFFFFF";
        "notificationsErrorIcon.foreground": "#FC618D";
        "notificationsWarningIcon.foreground": "#FD9353" | "#FA8D3E";
        "notificationsInfoIcon.foreground": "#5AD4E6" | "#5688C7";
        "banner.background": "#0A0E14" | "#FFFFFF";
        "banner.foreground": "#0A0E14" | "#F7F1FF";
        "banner.border": "#1C2025" | "#EEEEEE";
        "pickerGroup.border": "#0A0E14" | "#FFFFFF";
        "pickerGroup.foreground": "#525053" | "#88898F";
        "quickInputList.focusBackground": string;
        "quickInputList.focusForeground": string;
        "keybindingLabel.background": "#BAB6C026";
        "keybindingLabel.foreground": "#444444" | "#D7D7D7";
        "keybindingLabel.border": "#0A0E14" | "#FFFFFF";
        "symbolIcon.arrayForeground": "#FD9353" | "#FA8D3E";
        "symbolIcon.booleanForeground": "#5AD4E6" | "#5688C7";
        "symbolIcon.classForeground": "#FD9353" | "#FA8D3E";
        "symbolIcon.colorForeground": "#5AD4E6" | "#5688C7";
        "symbolIcon.constructorForeground": "#AF98E6" | "#6F42C1";
        "symbolIcon.enumeratorForeground": "#FD9353" | "#FA8D3E";
        "symbolIcon.enumeratorMemberForeground": "#5AD4E6" | "#5688C7";
        "symbolIcon.eventForeground": "#525053" | "#88898F";
        "symbolIcon.fieldForeground": "#FD9353" | "#FA8D3E";
        "symbolIcon.fileForeground": "#FCE566" | "#EEAE11";
        "symbolIcon.folderForeground": "#FCE566" | "#EEAE11";
        "symbolIcon.functionForeground": "#AF98E6" | "#6F42C1";
        "symbolIcon.interfaceForeground": "#FD9353" | "#FA8D3E";
        "symbolIcon.keyForeground": "#5AD4E6" | "#5688C7";
        "symbolIcon.keywordForeground": "#FC618D";
        "symbolIcon.methodForeground": "#AF98E6" | "#6F42C1";
        "symbolIcon.moduleForeground": "#FC618D";
        "symbolIcon.namespaceForeground": "#FC618D";
        "symbolIcon.nullForeground": "#5AD4E6" | "#5688C7";
        "symbolIcon.numberForeground": "#7BD88F" | "#2D972F";
        "symbolIcon.objectForeground": "#FD9353" | "#FA8D3E";
        "symbolIcon.operatorForeground": "#5AD4E6" | "#5688C7";
        "symbolIcon.packageForeground": "#FD9353" | "#FA8D3E";
        "symbolIcon.propertyForeground": "#FCE566" | "#EEAE11";
        "symbolIcon.referenceForeground": "#5AD4E6" | "#5688C7";
        "symbolIcon.snippetForeground": "#5AD4E6" | "#5688C7";
        "symbolIcon.stringForeground": "#5AD4E6" | "#5688C7";
        "symbolIcon.structForeground": "#FD9353" | "#FA8D3E";
        "symbolIcon.textForeground": "#5AD4E6" | "#5688C7";
        "symbolIcon.typeParameterForeground": "#5AD4E6" | "#5688C7";
        "symbolIcon.unitForeground": "#5AD4E6" | "#5688C7";
        "symbolIcon.variableForeground": "#5AD4E6" | "#5688C7";
        "symbolIcon.constantForeground": "#7BD88F" | "#2D972F";
        "debugIcon.breakpointForeground": "#FC618D";
        "debugIcon.breakpointDisabledForeground": string;
        "debugIcon.breakpointUnverifiedForeground": "#FD9353" | "#FA8D3E";
        "debugIcon.breakpointCurrentStackframeForeground": "#FD9353" | "#FA8D3E";
        "debugIcon.breakpointStackframeForeground": "#FD9353" | "#FA8D3E";
        "debugIcon.startForeground": "#7BD88F" | "#2D972F";
        "debugIcon.pauseForeground": "#FD9353" | "#FA8D3E";
        "debugIcon.stopForeground": "#FC618D";
        "debugIcon.disconnectForeground": "#FC618D";
        "debugIcon.restartForeground": "#5AD4E6" | "#5688C7";
        "debugIcon.stepOverForeground": "#5AD4E6" | "#5688C7";
        "debugIcon.stepIntoForeground": "#5AD4E6" | "#5688C7";
        "debugIcon.stepOutForeground": "#5AD4E6" | "#5688C7";
        "debugIcon.continueForeground": "#7BD88F" | "#2D972F";
        "debugIcon.stepBackForeground": "#FD9353" | "#FA8D3E";
        "debugToolBar.background": string;
        "debugToolBar.border": string;
        "terminal.foreground": "#0A0E14" | "#F7F1FF";
        "terminal.background": "#0A0E14" | "#FFFFFF";
        "terminal.border": "#1C2025" | "#EEEEEE";
        "terminal.selectionBackground": "#BAB6C026";
        "terminal.ansiBlack": "#0A0E14" | "#FFFFFF";
        "terminal.ansiRed": "#FC618D";
        "terminal.ansiGreen": "#7BD88F" | "#2D972F";
        "terminal.ansiYellow": "#FCE566" | "#EEAE11";
        "terminal.ansiBlue": "#AF98E6" | "#6F42C1";
        "terminal.ansiMagenta": "#FD9353" | "#FA8D3E";
        "terminal.ansiCyan": "#5AD4E6" | "#5688C7";
        "terminal.ansiWhite": "#0A0E14" | "#F7F1FF";
        "terminal.ansiBrightBlack": "#696969" | "#999999";
        "terminal.ansiBrightRed": "#FC618D";
        "terminal.ansiBrightGreen": "#7BD88F" | "#2D972F";
        "terminal.ansiBrightYellow": "#FCE566" | "#EEAE11";
        "terminal.ansiBrightBlue": "#AF98E6" | "#6F42C1";
        "terminal.ansiBrightMagenta": "#FD9353" | "#FA8D3E";
        "terminal.ansiBrightCyan": "#5AD4E6" | "#5688C7";
        "terminal.ansiBrightWhite": "#0A0E14" | "#F7F1FF";
        "terminalCommandDecoration.defaultBackground": "#525053" | "#88898F";
        "terminalCommandDecoration.successBackground": "#7BD88F" | "#2D972F";
        "terminalCommandDecoration.errorBackground": "#FC618D";
        "terminalOverviewRuler.cursorForeground": "#AF98E6" | "#6F42C1";
        "terminalOverviewRuler.findMatchForeground": "#C3B5D3" | "#B29ADE";
        "walkThrough.embeddedEditorBackground": "#0A0E14" | "#FFFFFF";
        "widget.shadow": "#0A0E14" | "#FFFFFF";
        "gitDecoration.addedResourceForeground": "#5AD4E6" | "#5688C7";
        "gitDecoration.modifiedResourceForeground": "#7BD88F" | "#2D972F";
        "gitDecoration.deletedResourceForeground": "#FC618D";
        "gitDecoration.untrackedResourceForeground": "#FD9353" | "#FA8D3E";
        "gitDecoration.ignoredResourceForeground": "#525053" | "#88898F";
        "gitDecoration.conflictingResourceForeground": "#FD9353" | "#FA8D3E";
        "gitDecoration.submoduleResourceForeground": "#7BD88F" | "#2D972F";
        "settings.checkboxBackground": "#0A0E14" | "#FFFFFF";
        "settings.checkboxBorder": "#0A0E14" | "#FFFFFF";
        "settings.checkboxForeground": "#0A0E14" | "#F7F1FF";
        "settings.dropdownBackground": "#0A0E14" | "#FFFFFF";
        "settings.dropdownBorder": "#0A0E14" | "#FFFFFF";
        "settings.dropdownForeground": "#0A0E14" | "#F7F1FF";
        "settings.dropdownListBorder": "#525053" | "#88898F";
        "settings.headerForeground": string;
        "settings.modifiedItemIndicator": string;
        "settings.numberInputBackground": "#0A0E14" | "#FFFFFF";
        "settings.numberInputBorder": "#0A0E14" | "#FFFFFF";
        "settings.numberInputForeground": "#0A0E14" | "#F7F1FF";
        "settings.textInputBackground": "#0A0E14" | "#FFFFFF";
        "settings.textInputBorder": "#0A0E14" | "#FFFFFF";
        "settings.textInputForeground": "#0A0E14" | "#F7F1FF";
        "settings.focusedRowBackground": "#0A0E14" | "#FFFFFF";
        "settings.focusedRowBorder": "#1C2025" | "#EEEEEE";
        "settings.headerBorder": "#1C2025" | "#EEEEEE";
        "settings.sashBorder": "#A86EFD";
        "breadcrumb.activeSelectionForeground": "#0A0E14" | "#F7F1FF";
        "breadcrumb.focusForeground": "#494C59" | "#BAB6C0";
        "breadcrumb.foreground": "#525053" | "#88898F";
        "notebook.editorBackground": "#0A0E14" | "#FFFFFF";
        "notebook.cellBorderColor": "#333333" | "#DFDFDF";
        "notebook.cellHoverBackground": "#BAB6C026";
        "notebook.focusedCellBorder": "#A86EFD";
        "notebook.focusedEditorBorder": "#A76EFD80";
        "notebook.outputContainerBackgroundColor": "#BAB6C026";
    };
    tokenColors: ({
        scope: string[];
        settings: {
            fontStyle: string;
            foreground: "#696969" | "#999999";
        };
    } | {
        scope: string;
        settings: {
            foreground: "#696969" | "#999999";
            fontStyle?: undefined;
        };
    } | {
        scope: string;
        settings: {
            foreground: "#C3B5D3" | "#B29ADE";
            fontStyle?: undefined;
        };
    } | {
        scope: string[];
        settings: {
            foreground: "#C3B5D3" | "#B29ADE";
            fontStyle?: undefined;
        };
    } | {
        scope: string;
        settings: {
            foreground: "#AF98E6" | "#6F42C1";
            fontStyle?: undefined;
        };
    } | {
        scope: string;
        settings: {
            foreground: "#FC618D";
            fontStyle?: undefined;
        };
    } | {
        scope: string;
        settings: {
            foreground: "#5AD4E6" | "#5688C7";
            fontStyle?: undefined;
        };
    } | {
        scope: string;
        settings: {
            foreground: "#444444" | "#D7D7D7";
            fontStyle?: undefined;
        };
    } | {
        scope: string;
        settings: {
            foreground: "#FD9353" | "#FA8D3E";
            fontStyle?: undefined;
        };
    } | {
        scope: string;
        settings: {
            foreground: "#494C59" | "#BAB6C0";
            fontStyle?: undefined;
        };
    } | {
        scope: string;
        settings: {
            foreground: "#E3CF65" | "#FFAA33";
            fontStyle?: undefined;
        };
    } | {
        scope: string;
        settings: {
            foreground: "#7BD88F" | "#2D972F";
            fontStyle?: undefined;
        };
    } | {
        scope: string;
        settings: {
            fontStyle: string;
            foreground: "#5AD4E6" | "#5688C7";
        };
    } | {
        scope: string[];
        settings: {
            foreground: "#FC618D";
            fontStyle?: undefined;
        };
    } | {
        scope: string[];
        settings: {
            foreground: "#7BD88F" | "#2D972F";
            fontStyle?: undefined;
        };
    } | {
        scope: string;
        settings: {
            fontStyle: string;
            foreground?: undefined;
        };
    } | {
        scope: string;
        settings: {
            foreground: "#525053" | "#88898F";
            fontStyle?: undefined;
        };
    } | {
        scope: string[];
        settings: {
            foreground: "#525053" | "#88898F";
            fontStyle?: undefined;
        };
    } | {
        scope: string[];
        settings: {
            foreground: "#444444" | "#D7D7D7";
            fontStyle?: undefined;
        };
    } | {
        scope: string[];
        settings: {
            foreground: "#AF98E6" | "#6F42C1";
            fontStyle?: undefined;
        };
    } | {
        scope: string[];
        settings: {
            foreground: "#FD9353" | "#FA8D3E";
            fontStyle?: undefined;
        };
    } | {
        scope: string[];
        settings: {
            fontStyle?: undefined;
            foreground?: undefined;
        };
    } | {
        scope: string;
        settings: {
            foreground: "#333333" | "#DFDFDF";
            fontStyle?: undefined;
        };
    } | {
        scope: string[];
        settings: {
            fontStyle: string;
            foreground: "#FD9353" | "#FA8D3E";
        };
    } | {
        scope: string;
        settings: {
            fontStyle: string;
            foreground: "#FC618D";
        };
    } | {
        scope: string[];
        settings: {
            fontStyle: string;
            foreground: "#5AD4E6" | "#5688C7";
        };
    } | {
        scope: string[];
        settings: {
            fontStyle: string;
            foreground: "#C3B5D3" | "#B29ADE";
        };
    })[];
};
declare const lightTheme: {
    name: string;
    type: string;
    author: string;
    semanticHighlighting: boolean;
    semanticTokenColors: {
        function: {
            foreground: "#7BD88F" | "#2D972F";
        };
        variable: "#AF98E6" | "#6F42C1";
        interface: {
            foreground: "#7BD88F" | "#2D972F";
            italic: boolean;
        };
        type: {
            foreground: "#7BD88F" | "#2D972F";
            italic: boolean;
        };
        property: {
            foreground: "#444444" | "#D7D7D7";
        };
    };
    colors: {
        focusBorder: "#1C2025" | "#EEEEEE";
        foreground: "#0A0E14" | "#F7F1FF";
        descriptionForeground: "#525053" | "#88898F";
        errorForeground: "#FC618D";
        "textLink.foreground": string;
        "textLink.activeForeground": "#0A0E14" | "#F7F1FF";
        "textBlockQuote.background": "#0A0E14" | "#FFFFFF";
        "textBlockQuote.border": "#1C2025" | "#EEEEEE";
        "textCodeBlock.background": "#1C2025" | "#EEEEEE";
        "textPreformat.foreground": "#0A0E14" | "#F7F1FF";
        "textSeparator.foreground": "#696969" | "#999999";
        "icon.foreground": "#444444" | "#D7D7D7";
        "sash.hoverBorder": "#1C2025" | "#EEEEEE";
        "button.background": "#1C2025" | "#EEEEEE";
        "button.foreground": "#525053" | "#88898F";
        "button.hoverBackground": "#1C2025" | "#EEEEEE";
        "button.border": "#0A0E14" | "#FFFFFF";
        "button.separator": "#0A0E14" | "#FFFFFF";
        "button.secondaryForeground": "#525053" | "#88898F";
        "button.secondaryBackground": "#0A0E14" | "#FFFFFF";
        "button.secondaryHoverBackground": "#1C2025" | "#EEEEEE";
        "checkbox.background": "#0A0E14" | "#FFFFFF";
        "checkbox.border": string;
        "dropdown.background": "#0A0E14" | "#FFFFFF";
        "dropdown.border": "#0A0E14" | "#FFFFFF";
        "dropdown.foreground": "#525053" | "#88898F";
        "dropdown.listBackground": "#0A0E14" | "#FFFFFF";
        "input.background": "#0A0E14" | "#FFFFFF";
        "input.border": "#1C2025" | "#EEEEEE";
        "input.foreground": "#0A0E14" | "#F7F1FF";
        "input.placeholderForeground": "#696969" | "#999999";
        "inputOption.activeForeground": "#0A0E14" | "#F7F1FF";
        "inputOption.activeBackground": string;
        "inputOption.activeBorder": string;
        "inputValidation.errorBackground": "#0A0E14" | "#FFFFFF";
        "inputValidation.errorBorder": "#FC618D";
        "inputValidation.errorForeground": "#FC618D";
        "inputValidation.infoBackground": "#0A0E14" | "#FFFFFF";
        "inputValidation.infoBorder": "#5AD4E6" | "#5688C7";
        "inputValidation.infoForeground": "#5AD4E6" | "#5688C7";
        "inputValidation.warningBackground": "#0A0E14" | "#FFFFFF";
        "inputValidation.warningBorder": "#FD9353" | "#FA8D3E";
        "inputValidation.warningForeground": "#FD9353" | "#FA8D3E";
        "scrollbar.shadow": "#0A0E14" | "#FFFFFF";
        "scrollbarSlider.background": string;
        "scrollbarSlider.hoverBackground": string;
        "scrollbarSlider.activeBackground": string;
        "badge.foreground": string;
        "badge.background": string;
        "progressBar.background": "#A76EFD80";
        "list.activeSelectionBackground": "#0A0E14" | "#FFFFFF";
        "list.activeSelectionForeground": string;
        "list.activeSelectionIconForeground": "#0A0E14" | "#F7F1FF";
        "list.dropBackground": "#1C2025" | "#EEEEEE";
        "list.focusBackground": "#0A0E14" | "#FFFFFF";
        "list.focusForeground": "#0A0E14" | "#F7F1FF";
        "list.focusHighlightForeground": "#7BD88F" | "#2D972F";
        "list.focusOutline": "#1C2025" | "#EEEEEE";
        "list.focusAndSelectionOutline": "#1C2025" | "#EEEEEE";
        "list.highlightForeground": "#0A0E14" | "#F7F1FF";
        "list.hoverBackground": "#0A0E14" | "#FFFFFF";
        "list.hoverForeground": "#0A0E14" | "#F7F1FF";
        "list.inactiveSelectionBackground": "#0A0E14" | "#FFFFFF";
        "list.inactiveSelectionForeground": string;
        "list.inactiveSelectionIconForeground": "#525053" | "#88898F";
        "list.inactiveFocusBackground": "#0A0E14" | "#FFFFFF";
        "list.inactiveFocusOutline": "#0A0E14" | "#FFFFFF";
        "list.invalidItemForeground": "#FC618D";
        "list.errorForeground": "#FC618D";
        "list.warningForeground": "#FD9353" | "#FA8D3E";
        "listFilterWidget.background": "#0A0E14" | "#FFFFFF";
        "listFilterWidget.outline": "#0A0E14" | "#FFFFFF";
        "listFilterWidget.noMatchesOutline": "#FC618D";
        "activityBar.background": "#0A0E14" | "#FFFFFF";
        "activityBar.dropBorder": string;
        "activityBar.foreground": "#494C59" | "#BAB6C0";
        "activityBar.inactiveForeground": "#525053" | "#88898F";
        "activityBar.border": "#0A0E14" | "#FFFFFF";
        "activityBarBadge.background": string;
        "activityBarBadge.foreground": string;
        "activityBar.activeBorder": string;
        "activityBar.activeBackground": "#0A0E14" | "#FFFFFF";
        "activityBar.activeFocusBorder": string;
        "sideBar.foreground": "#525053" | "#88898F";
        "sideBar.background": "#0A0E14" | "#FFFFFF";
        "sideBar.border": "#0A0E14" | "#FFFFFF";
        "sideBarTitle.foreground": "#525053" | "#88898F";
        "sideBarSectionHeader.foreground": "#696969" | "#999999";
        "sideBarSectionHeader.background": "#0A0E14" | "#FFFFFF";
        "sideBarSectionHeader.border": "#0A0E14" | "#FFFFFF";
        "minimapSlider.background": string;
        "minimapSlider.hoverBackground": string;
        "minimapSlider.activeBackground": string;
        "editorGroup.border": "#0A0E14" | "#FFFFFF";
        "editorGroup.dropBackground": "#F7F1FF0C" | "#F7F1FFAA";
        "editorGroup.emptyBackground": "#0A0E14" | "#FFFFFF";
        "editorGroup.focusedEmptyBorder": "#0A0E14" | "#FFFFFF";
        "editorGroupHeader.noTabsBackground": "#0A0E14" | "#FFFFFF";
        "editorGroupHeader.tabsBackground": "#0A0E14" | "#FFFFFF";
        "editorGroupHeader.tabsBorder": "#0A0E14" | "#FFFFFF";
        "tab.activeBorder": string;
        "tab.activeBackground": string;
        "tab.activeForeground": string;
        "tab.activeModifiedBorder": "#525053" | "#88898F";
        "tab.border": "#0A0E14" | "#FFFFFF";
        "tab.hoverBackground": "#0A0E14" | "#FFFFFF";
        "tab.hoverBorder": "#525053" | "#88898F";
        "tab.inactiveBackground": "#0A0E14" | "#FFFFFF";
        "tab.inactiveForeground": "#525053" | "#88898F";
        "tab.inactiveModifiedBorder": "#525053" | "#88898F";
        "tab.unfocusedActiveBorder": "#525053" | "#88898F";
        "tab.unfocusedActiveBorderTop": "#0A0E14" | "#FFFFFF";
        "tab.unfocusedActiveForeground": "#494C59" | "#BAB6C0";
        "tab.unfocusedActiveModifiedBorder": "#0A0E14" | "#FFFFFF";
        "tab.unfocusedHoverBackground": "#0A0E14" | "#FFFFFF";
        "tab.unfocusedHoverBorder": "#0A0E14" | "#FFFFFF";
        "tab.unfocusedInactiveForeground": "#525053" | "#88898F";
        "tab.unfocusedInactiveModifiedBorder": "#0A0E14" | "#FFFFFF";
        "editorPane.background": "#0A0E14" | "#FFFFFF";
        "editor.foreground": "#0A0E14" | "#F7F1FF";
        "editor.background": "#0A0E14" | "#FFFFFF";
        "editorLineNumber.foreground": "#444444" | "#D7D7D7";
        "editorLineNumber.activeForeground": "#A86EFD";
        "editorCursor.background": "#0A0E14" | "#FFFFFF";
        "editorCursor.foreground": string;
        "editor.findMatchBackground": "#F7F1FF26" | "#F7F1FFDD";
        "editor.findMatchHighlightBackground": "#F7F1FF26" | "#F7F1FFDD";
        "editor.findRangeHighlightBackground": "#F7F1FF0C" | "#F7F1FFAA";
        "editor.findMatchBorder": "#FCE566" | "#EEAE11";
        "editor.findMatchHighlightBorder": "#00000000";
        "editor.findRangeHighlightBorder": "#00000000";
        "editor.linkedEditingBackground": "#1C2025" | "#EEEEEE";
        "editor.inactiveSelectionBackground": "#F7F1FF19" | "#F7F1FFCC";
        "editor.selectionBackground": "#BAB6C026";
        "editor.selectionHighlightBackground": "#F7F1FF26" | "#F7F1FFDD";
        "editor.wordHighlightBackground": "#F7F1FF26" | "#F7F1FFDD";
        "editor.wordHighlightBorder": "#0A0E14" | "#FFFFFF";
        "editor.wordHighlightStrongBackground": "#F7F1FF26" | "#F7F1FFDD";
        "editor.wordHighlightStrongBorder": "#0A0E14" | "#FFFFFF";
        "editorBracketMatch.background": "#0A0E14" | "#FFFFFF";
        "editorBracketMatch.border": "#0A0E14" | "#FFFFFF";
        "editor.hoverHighlightBackground": "#F7F1FF0C" | "#F7F1FFAA";
        "editor.lineHighlightBackground": "#F7F1FF0C" | "#F7F1FFAA";
        "editor.rangeHighlightBackground": "#0A0E14" | "#FFFFFF";
        "editor.rangeHighlightBorder": "#0A0E14" | "#FFFFFF";
        "editor.selectionHighlightBorder": "#0A0E14" | "#FFFFFF";
        "editor.lineHighlightBorder": "#0A0E14" | "#FFFFFF";
        "selection.background": "#F7F1FF26" | "#F7F1FFDD";
        "editorLightBulb.foreground": "#FCE566" | "#EEAE11";
        "editorLightBulbAutoFix.foreground": "#7BD88F" | "#2D972F";
        "editorIndentGuide.background": "#1C2025" | "#EEEEEE";
        "editorWhitespace.foreground": "#525053" | "#88898F";
        "editorInlayHint.background": string;
        "editorInlayHint.foreground": string;
        "editorBracketHighlight.foreground1": "#FCE566" | "#EEAE11";
        "editorBracketHighlight.foreground2": "#FC618D";
        "editorBracketHighlight.foreground3": "#5AD4E6" | "#5688C7";
        "editorBracketHighlight.unexpectedBracket.foreground": "#FD9353" | "#FA8D3E";
        "editorOverviewRuler.border": "#0A0E14" | "#FFFFFF";
        "editorOverviewRuler.addedForeground": "#7BD88F" | "#2D972F";
        "editorOverviewRuler.currentContentForeground": "#0A0E14" | "#FFFFFF";
        "editorOverviewRuler.deletedForeground": "#FC618D";
        "editorOverviewRuler.errorForeground": "#FC618D";
        "editorOverviewRuler.findMatchForeground": "#F7F1FF26" | "#F7F1FFDD";
        "editorOverviewRuler.incomingContentForeground": "#0A0E14" | "#FFFFFF";
        "editorOverviewRuler.infoForeground": "#5AD4E6" | "#5688C7";
        "editorOverviewRuler.modifiedForeground": "#FD9353" | "#FA8D3E";
        "editorOverviewRuler.rangeHighlightForeground": "#F7F1FF26" | "#F7F1FFDD";
        "editorOverviewRuler.selectionHighlightForeground": "#F7F1FF26" | "#F7F1FFDD";
        "editorOverviewRuler.warningForeground": "#FD9353" | "#FA8D3E";
        "editorOverviewRuler.wordHighlightForeground": "#F7F1FF26" | "#F7F1FFDD";
        "editorOverviewRuler.wordHighlightStrongForeground": "#F7F1FF26" | "#F7F1FFDD";
        "editorError.foreground": "#FC618D";
        "editorError.border": "#0A0E14" | "#FFFFFF";
        "editorWarning.foreground": "#FD9353" | "#FA8D3E";
        "editorWarning.border": "#0A0E14" | "#FFFFFF";
        "editorInfo.foreground": "#5AD4E6" | "#5688C7";
        "editorInfo.border": "#0A0E14" | "#FFFFFF";
        "editorHint.foreground": "#AF98E6" | "#6F42C1";
        "editorHint.border": "#0A0E14" | "#FFFFFF";
        "editorGutter.background": "#0A0E14" | "#FFFFFF";
        "editorGutter.addedBackground": "#7BD88F" | "#2D972F";
        "editorGutter.modifiedBackground": "#FD9353" | "#FA8D3E";
        "editorGutter.deletedBackground": "#FC618D";
        "editor.snippetTabstopHighlightBackground": string;
        "editor.snippetTabstopHighlightBorder": string;
        "editor.snippetFinalTabstopHighlightBackground": string;
        "editor.snippetFinalTabstopHighlightBorder": string;
        "diffEditor.insertedTextBackground": string;
        "diffEditor.insertedTextBorder": "#00000000";
        "diffEditor.removedTextBackground": "#FC618D19";
        "diffEditor.removedTextBorder": "#00000000";
        "tree.indentGuidesStroke": "#1C2025" | "#EEEEEE";
        "editorWidget.background": "#0A0E14" | "#FFFFFF";
        "editorWidget.border": "#0A0E14" | "#FFFFFF";
        "editorSuggestWidget.background": "#0A0E14" | "#FFFFFF";
        "editorSuggestWidget.border": "#0A0E14" | "#FFFFFF";
        "editorSuggestWidget.foreground": "#494C59" | "#BAB6C0";
        "editorSuggestWidget.highlightForeground": "#0A0E14" | "#F7F1FF";
        "editorSuggestWidget.selectedBackground": string;
        "editorHoverWidget.background": "#0A0E14" | "#FFFFFF";
        "editorHoverWidget.border": "#1C2025" | "#EEEEEE";
        "editorMarkerNavigation.background": "#0A0E14" | "#FFFFFF";
        "editorMarkerNavigationError.background": "#FC618D";
        "editorMarkerNavigationInfo.background": "#5AD4E6" | "#5688C7";
        "editorMarkerNavigationWarning.background": "#FD9353" | "#FA8D3E";
        "peekView.border": "#1C2025" | "#EEEEEE";
        "peekViewEditor.background": "#0A0E14" | "#FFFFFF";
        "peekViewEditorGutter.background": "#0A0E14" | "#FFFFFF";
        "peekViewEditor.matchHighlightBackground": string;
        "peekViewResult.background": "#0A0E14" | "#FFFFFF";
        "peekViewResult.fileForeground": "#525053" | "#88898F";
        "peekViewResult.lineForeground": "#525053" | "#88898F";
        "peekViewResult.matchHighlightBackground": string;
        "peekViewResult.selectionBackground": "#0A0E14" | "#FFFFFF";
        "peekViewResult.selectionForeground": string;
        "peekViewTitle.background": "#0A0E14" | "#FFFFFF";
        "peekViewTitleDescription.foreground": "#525053" | "#88898F";
        "peekViewTitleLabel.foreground": "#0A0E14" | "#F7F1FF";
        "merge.border": "#1C2025" | "#EEEEEE";
        "merge.commonContentBackground": "#F7F1FF19" | "#F7F1FFCC";
        "merge.commonHeaderBackground": "#F7F1FF26" | "#F7F1FFDD";
        "merge.currentContentBackground": "#FC618D19";
        "merge.currentHeaderBackground": "#FC618D26";
        "merge.incomingContentBackground": string;
        "merge.incomingHeaderBackground": string;
        "mergeEditor.change.background": "#F7F1FF12" | "#F7F1FFBB";
        "mergeEditor.change.word.background": string;
        "mergeEditor.conflict.unhandledUnfocused.border": string;
        "mergeEditor.conflict.unhandledFocused.border": "#FD9353" | "#FA8D3E";
        "mergeEditor.conflict.handledUnfocused.border": string;
        "mergeEditor.conflict.handledFocused.border": "#E3CF65" | "#FFAA33";
        "mergeEditor.conflict.handled.minimapOverViewRuler": "#FCE566" | "#EEAE11";
        "mergeEditor.conflict.unHandled.minimapOverViewRuler": "#FC618D";
        "panel.background": "#0A0E14" | "#FFFFFF";
        "panel.border": "#0A0E14" | "#FFFFFF";
        "panel.dropBorder": string;
        "panelInput.border": "#0A0E14" | "#FFFFFF";
        "panelSection.border": "#0A0E14" | "#FFFFFF";
        "panelSection.dropBackground": "#F7F1FF0C" | "#F7F1FFAA";
        "panelSectionHeader.background": "#0A0E14" | "#FFFFFF";
        "panelSectionHeader.foreground": "#525053" | "#88898F";
        "panelTitle.activeBorder": string;
        "panelTitle.activeForeground": string;
        "panelTitle.inactiveForeground": "#696969" | "#999999";
        "statusBar.foreground": "#696969" | "#999999";
        "statusBar.background": "#0A0E14" | "#FFFFFF";
        "statusBar.border": "#0A0E14" | "#FFFFFF";
        "statusBar.focusBorder": "#1C2025" | "#EEEEEE";
        "statusBar.noFolderBackground": "#1C2025" | "#EEEEEE";
        "statusBar.debuggingForeground": "#0A0E14" | "#F7F1FF";
        "statusBar.debuggingBackground": "#FC618D26";
        "statusBarItem.prominentBackground": "#1C2025" | "#EEEEEE";
        "statusBarItem.remoteForeground": "#696969" | "#999999";
        "statusBarItem.remoteBackground": "#0A0E14" | "#FFFFFF";
        "statusBarItem.hoverBackground": "#1C2025" | "#EEEEEE";
        "statusBarItem.activeBackground": "#1C2025" | "#EEEEEE";
        "statusBarItem.focusBorder": "#A76EFD80";
        "titleBar.activeForeground": "#525053" | "#88898F";
        "titleBar.activeBackground": "#0A0E14" | "#FFFFFF";
        "titleBar.inactiveForeground": "#525053" | "#88898F";
        "titleBar.inactiveBackground": "#0A0E14" | "#FFFFFF";
        "titleBar.border": "#0A0E14" | "#FFFFFF";
        "notificationCenter.border": "#1C2025" | "#EEEEEE";
        "notificationCenterHeader.background": "#0A0E14" | "#FFFFFF";
        "notificationCenterHeader.foreground": "#525053" | "#88898F";
        "notificationLink.foreground": string;
        "notifications.background": "#0A0E14" | "#FFFFFF";
        "notifications.border": "#0A0E14" | "#FFFFFF";
        "notifications.foreground": "#494C59" | "#BAB6C0";
        "notificationToast.border": "#0A0E14" | "#FFFFFF";
        "notificationsErrorIcon.foreground": "#FC618D";
        "notificationsWarningIcon.foreground": "#FD9353" | "#FA8D3E";
        "notificationsInfoIcon.foreground": "#5AD4E6" | "#5688C7";
        "banner.background": "#0A0E14" | "#FFFFFF";
        "banner.foreground": "#0A0E14" | "#F7F1FF";
        "banner.border": "#1C2025" | "#EEEEEE";
        "pickerGroup.border": "#0A0E14" | "#FFFFFF";
        "pickerGroup.foreground": "#525053" | "#88898F";
        "quickInputList.focusBackground": string;
        "quickInputList.focusForeground": string;
        "keybindingLabel.background": "#BAB6C026";
        "keybindingLabel.foreground": "#444444" | "#D7D7D7";
        "keybindingLabel.border": "#0A0E14" | "#FFFFFF";
        "symbolIcon.arrayForeground": "#FD9353" | "#FA8D3E";
        "symbolIcon.booleanForeground": "#5AD4E6" | "#5688C7";
        "symbolIcon.classForeground": "#FD9353" | "#FA8D3E";
        "symbolIcon.colorForeground": "#5AD4E6" | "#5688C7";
        "symbolIcon.constructorForeground": "#AF98E6" | "#6F42C1";
        "symbolIcon.enumeratorForeground": "#FD9353" | "#FA8D3E";
        "symbolIcon.enumeratorMemberForeground": "#5AD4E6" | "#5688C7";
        "symbolIcon.eventForeground": "#525053" | "#88898F";
        "symbolIcon.fieldForeground": "#FD9353" | "#FA8D3E";
        "symbolIcon.fileForeground": "#FCE566" | "#EEAE11";
        "symbolIcon.folderForeground": "#FCE566" | "#EEAE11";
        "symbolIcon.functionForeground": "#AF98E6" | "#6F42C1";
        "symbolIcon.interfaceForeground": "#FD9353" | "#FA8D3E";
        "symbolIcon.keyForeground": "#5AD4E6" | "#5688C7";
        "symbolIcon.keywordForeground": "#FC618D";
        "symbolIcon.methodForeground": "#AF98E6" | "#6F42C1";
        "symbolIcon.moduleForeground": "#FC618D";
        "symbolIcon.namespaceForeground": "#FC618D";
        "symbolIcon.nullForeground": "#5AD4E6" | "#5688C7";
        "symbolIcon.numberForeground": "#7BD88F" | "#2D972F";
        "symbolIcon.objectForeground": "#FD9353" | "#FA8D3E";
        "symbolIcon.operatorForeground": "#5AD4E6" | "#5688C7";
        "symbolIcon.packageForeground": "#FD9353" | "#FA8D3E";
        "symbolIcon.propertyForeground": "#FCE566" | "#EEAE11";
        "symbolIcon.referenceForeground": "#5AD4E6" | "#5688C7";
        "symbolIcon.snippetForeground": "#5AD4E6" | "#5688C7";
        "symbolIcon.stringForeground": "#5AD4E6" | "#5688C7";
        "symbolIcon.structForeground": "#FD9353" | "#FA8D3E";
        "symbolIcon.textForeground": "#5AD4E6" | "#5688C7";
        "symbolIcon.typeParameterForeground": "#5AD4E6" | "#5688C7";
        "symbolIcon.unitForeground": "#5AD4E6" | "#5688C7";
        "symbolIcon.variableForeground": "#5AD4E6" | "#5688C7";
        "symbolIcon.constantForeground": "#7BD88F" | "#2D972F";
        "debugIcon.breakpointForeground": "#FC618D";
        "debugIcon.breakpointDisabledForeground": string;
        "debugIcon.breakpointUnverifiedForeground": "#FD9353" | "#FA8D3E";
        "debugIcon.breakpointCurrentStackframeForeground": "#FD9353" | "#FA8D3E";
        "debugIcon.breakpointStackframeForeground": "#FD9353" | "#FA8D3E";
        "debugIcon.startForeground": "#7BD88F" | "#2D972F";
        "debugIcon.pauseForeground": "#FD9353" | "#FA8D3E";
        "debugIcon.stopForeground": "#FC618D";
        "debugIcon.disconnectForeground": "#FC618D";
        "debugIcon.restartForeground": "#5AD4E6" | "#5688C7";
        "debugIcon.stepOverForeground": "#5AD4E6" | "#5688C7";
        "debugIcon.stepIntoForeground": "#5AD4E6" | "#5688C7";
        "debugIcon.stepOutForeground": "#5AD4E6" | "#5688C7";
        "debugIcon.continueForeground": "#7BD88F" | "#2D972F";
        "debugIcon.stepBackForeground": "#FD9353" | "#FA8D3E";
        "debugToolBar.background": string;
        "debugToolBar.border": string;
        "terminal.foreground": "#0A0E14" | "#F7F1FF";
        "terminal.background": "#0A0E14" | "#FFFFFF";
        "terminal.border": "#1C2025" | "#EEEEEE";
        "terminal.selectionBackground": "#BAB6C026";
        "terminal.ansiBlack": "#0A0E14" | "#FFFFFF";
        "terminal.ansiRed": "#FC618D";
        "terminal.ansiGreen": "#7BD88F" | "#2D972F";
        "terminal.ansiYellow": "#FCE566" | "#EEAE11";
        "terminal.ansiBlue": "#AF98E6" | "#6F42C1";
        "terminal.ansiMagenta": "#FD9353" | "#FA8D3E";
        "terminal.ansiCyan": "#5AD4E6" | "#5688C7";
        "terminal.ansiWhite": "#0A0E14" | "#F7F1FF";
        "terminal.ansiBrightBlack": "#696969" | "#999999";
        "terminal.ansiBrightRed": "#FC618D";
        "terminal.ansiBrightGreen": "#7BD88F" | "#2D972F";
        "terminal.ansiBrightYellow": "#FCE566" | "#EEAE11";
        "terminal.ansiBrightBlue": "#AF98E6" | "#6F42C1";
        "terminal.ansiBrightMagenta": "#FD9353" | "#FA8D3E";
        "terminal.ansiBrightCyan": "#5AD4E6" | "#5688C7";
        "terminal.ansiBrightWhite": "#0A0E14" | "#F7F1FF";
        "terminalCommandDecoration.defaultBackground": "#525053" | "#88898F";
        "terminalCommandDecoration.successBackground": "#7BD88F" | "#2D972F";
        "terminalCommandDecoration.errorBackground": "#FC618D";
        "terminalOverviewRuler.cursorForeground": "#AF98E6" | "#6F42C1";
        "terminalOverviewRuler.findMatchForeground": "#C3B5D3" | "#B29ADE";
        "walkThrough.embeddedEditorBackground": "#0A0E14" | "#FFFFFF";
        "widget.shadow": "#0A0E14" | "#FFFFFF";
        "gitDecoration.addedResourceForeground": "#5AD4E6" | "#5688C7";
        "gitDecoration.modifiedResourceForeground": "#7BD88F" | "#2D972F";
        "gitDecoration.deletedResourceForeground": "#FC618D";
        "gitDecoration.untrackedResourceForeground": "#FD9353" | "#FA8D3E";
        "gitDecoration.ignoredResourceForeground": "#525053" | "#88898F";
        "gitDecoration.conflictingResourceForeground": "#FD9353" | "#FA8D3E";
        "gitDecoration.submoduleResourceForeground": "#7BD88F" | "#2D972F";
        "settings.checkboxBackground": "#0A0E14" | "#FFFFFF";
        "settings.checkboxBorder": "#0A0E14" | "#FFFFFF";
        "settings.checkboxForeground": "#0A0E14" | "#F7F1FF";
        "settings.dropdownBackground": "#0A0E14" | "#FFFFFF";
        "settings.dropdownBorder": "#0A0E14" | "#FFFFFF";
        "settings.dropdownForeground": "#0A0E14" | "#F7F1FF";
        "settings.dropdownListBorder": "#525053" | "#88898F";
        "settings.headerForeground": string;
        "settings.modifiedItemIndicator": string;
        "settings.numberInputBackground": "#0A0E14" | "#FFFFFF";
        "settings.numberInputBorder": "#0A0E14" | "#FFFFFF";
        "settings.numberInputForeground": "#0A0E14" | "#F7F1FF";
        "settings.textInputBackground": "#0A0E14" | "#FFFFFF";
        "settings.textInputBorder": "#0A0E14" | "#FFFFFF";
        "settings.textInputForeground": "#0A0E14" | "#F7F1FF";
        "settings.focusedRowBackground": "#0A0E14" | "#FFFFFF";
        "settings.focusedRowBorder": "#1C2025" | "#EEEEEE";
        "settings.headerBorder": "#1C2025" | "#EEEEEE";
        "settings.sashBorder": "#A86EFD";
        "breadcrumb.activeSelectionForeground": "#0A0E14" | "#F7F1FF";
        "breadcrumb.focusForeground": "#494C59" | "#BAB6C0";
        "breadcrumb.foreground": "#525053" | "#88898F";
        "notebook.editorBackground": "#0A0E14" | "#FFFFFF";
        "notebook.cellBorderColor": "#333333" | "#DFDFDF";
        "notebook.cellHoverBackground": "#BAB6C026";
        "notebook.focusedCellBorder": "#A86EFD";
        "notebook.focusedEditorBorder": "#A76EFD80";
        "notebook.outputContainerBackgroundColor": "#BAB6C026";
    };
    tokenColors: ({
        scope: string[];
        settings: {
            fontStyle: string;
            foreground: "#696969" | "#999999";
        };
    } | {
        scope: string;
        settings: {
            foreground: "#696969" | "#999999";
            fontStyle?: undefined;
        };
    } | {
        scope: string;
        settings: {
            foreground: "#C3B5D3" | "#B29ADE";
            fontStyle?: undefined;
        };
    } | {
        scope: string[];
        settings: {
            foreground: "#C3B5D3" | "#B29ADE";
            fontStyle?: undefined;
        };
    } | {
        scope: string;
        settings: {
            foreground: "#AF98E6" | "#6F42C1";
            fontStyle?: undefined;
        };
    } | {
        scope: string;
        settings: {
            foreground: "#FC618D";
            fontStyle?: undefined;
        };
    } | {
        scope: string;
        settings: {
            foreground: "#5AD4E6" | "#5688C7";
            fontStyle?: undefined;
        };
    } | {
        scope: string;
        settings: {
            foreground: "#444444" | "#D7D7D7";
            fontStyle?: undefined;
        };
    } | {
        scope: string;
        settings: {
            foreground: "#FD9353" | "#FA8D3E";
            fontStyle?: undefined;
        };
    } | {
        scope: string;
        settings: {
            foreground: "#494C59" | "#BAB6C0";
            fontStyle?: undefined;
        };
    } | {
        scope: string;
        settings: {
            foreground: "#E3CF65" | "#FFAA33";
            fontStyle?: undefined;
        };
    } | {
        scope: string;
        settings: {
            foreground: "#7BD88F" | "#2D972F";
            fontStyle?: undefined;
        };
    } | {
        scope: string;
        settings: {
            fontStyle: string;
            foreground: "#5AD4E6" | "#5688C7";
        };
    } | {
        scope: string[];
        settings: {
            foreground: "#FC618D";
            fontStyle?: undefined;
        };
    } | {
        scope: string[];
        settings: {
            foreground: "#7BD88F" | "#2D972F";
            fontStyle?: undefined;
        };
    } | {
        scope: string;
        settings: {
            fontStyle: string;
            foreground?: undefined;
        };
    } | {
        scope: string;
        settings: {
            foreground: "#525053" | "#88898F";
            fontStyle?: undefined;
        };
    } | {
        scope: string[];
        settings: {
            foreground: "#525053" | "#88898F";
            fontStyle?: undefined;
        };
    } | {
        scope: string[];
        settings: {
            foreground: "#444444" | "#D7D7D7";
            fontStyle?: undefined;
        };
    } | {
        scope: string[];
        settings: {
            foreground: "#AF98E6" | "#6F42C1";
            fontStyle?: undefined;
        };
    } | {
        scope: string[];
        settings: {
            foreground: "#FD9353" | "#FA8D3E";
            fontStyle?: undefined;
        };
    } | {
        scope: string[];
        settings: {
            fontStyle?: undefined;
            foreground?: undefined;
        };
    } | {
        scope: string;
        settings: {
            foreground: "#333333" | "#DFDFDF";
            fontStyle?: undefined;
        };
    } | {
        scope: string[];
        settings: {
            fontStyle: string;
            foreground: "#FD9353" | "#FA8D3E";
        };
    } | {
        scope: string;
        settings: {
            fontStyle: string;
            foreground: "#FC618D";
        };
    } | {
        scope: string[];
        settings: {
            fontStyle: string;
            foreground: "#5AD4E6" | "#5688C7";
        };
    } | {
        scope: string[];
        settings: {
            fontStyle: string;
            foreground: "#C3B5D3" | "#B29ADE";
        };
    })[];
};

export { defaultTheme, lightTheme };
