@vscode/web-editors 0.0.2-0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +2643 -0
- package/dist/index.js +5021 -0
- package/dist/index.js.map +1 -0
- package/dist/standalone-app-adapter.js +385 -0
- package/dist/standalone-app-adapter.js.map +1 -0
- package/package.json +41 -0
|
@@ -0,0 +1,385 @@
|
|
|
1
|
+
/*---------------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
+
* Licensed under the MIT License. See License.txt in the project root for license information.
|
|
4
|
+
*--------------------------------------------------------------------------------------------*/
|
|
5
|
+
(function() {
|
|
6
|
+
//#region src/standalone/themes/default-dark-plus.css?raw
|
|
7
|
+
var default_dark_plus_default = ".vscode-theme.default-dark-plus {\n scrollbar-color: var(--vscode-scrollbarSlider-background) var(--vscode-editor-background);\n font-family: var(--markdown-font-family, -apple-system, BlinkMacSystemFont, \"Segoe WPC\", \"Segoe UI\", system-ui, \"Ubuntu\", \"Droid Sans\", sans-serif);\n font-size: var(--markdown-font-size, 14px);\n line-height: var(--markdown-line-height, 22px);\n word-wrap: break-word;\n padding: 0 !important;\n --markdown-font-family: -apple-system, BlinkMacSystemFont, 'Segoe WPC', 'Segoe UI', system-ui, 'Ubuntu', 'Droid Sans', sans-serif;\n --markdown-font-size: 14px;\n --markdown-line-height: 1.6;\n --vscode-font-family: \"Segoe WPC\", \"Segoe UI\", sans-serif;\n --vscode-font-weight: normal;\n --vscode-font-size: 13px;\n --vscode-editor-font-family: 'Cascadia Code', Consolas, 'Courier New', monospace;\n --vscode-editor-font-weight: normal;\n --vscode-editor-font-size: 14px;\n --text-link-decoration: none;\n --vscode-foreground: #cccccc;\n --vscode-disabledForeground: rgba(204, 204, 204, 0.5);\n --vscode-errorForeground: #f48771;\n --vscode-descriptionForeground: rgba(204, 204, 204, 0.7);\n --vscode-icon-foreground: #c5c5c5;\n --vscode-focusBorder: #007fd4;\n --vscode-textLink-foreground: #3794ff;\n --vscode-textLink-activeForeground: #3794ff;\n --vscode-textSeparator-foreground: rgba(255, 255, 255, 0.18);\n --vscode-textPreformat-foreground: #d7ba7d;\n --vscode-textPreformat-background: rgba(255, 255, 255, 0.1);\n --vscode-textBlockQuote-background: #222222;\n --vscode-textBlockQuote-border: rgba(0, 122, 204, 0.5);\n --vscode-textCodeBlock-background: rgba(10, 10, 10, 0.4);\n --vscode-sash-hoverBorder: #007fd4;\n --vscode-badge-background: #4d4d4d;\n --vscode-badge-foreground: #ffffff;\n --vscode-activityWarningBadge-foreground: #ffffff;\n --vscode-activityWarningBadge-background: #b27c00;\n --vscode-activityErrorBadge-foreground: #000000;\n --vscode-activityErrorBadge-background: #f14c4c;\n --vscode-scrollbar-shadow: #000000;\n --vscode-scrollbarSlider-background: rgba(121, 121, 121, 0.4);\n --vscode-scrollbarSlider-hoverBackground: rgba(100, 100, 100, 0.7);\n --vscode-scrollbarSlider-activeBackground: rgba(191, 191, 191, 0.4);\n --vscode-progressBar-background: #0e70c0;\n --vscode-chart-line: #236b8e;\n --vscode-chart-axis: rgba(191, 191, 191, 0.4);\n --vscode-chart-guide: rgba(191, 191, 191, 0.2);\n --vscode-editor-background: #1e1e1e;\n --vscode-editor-foreground: #d4d4d4;\n --vscode-editorStickyScroll-background: #1e1e1e;\n --vscode-editorStickyScrollGutter-background: #1e1e1e;\n --vscode-editorStickyScrollHover-background: #2a2d2e;\n --vscode-editorStickyScroll-shadow: #000000;\n --vscode-editorWidget-background: #252526;\n --vscode-editorWidget-foreground: #cccccc;\n --vscode-editorWidget-border: #454545;\n --vscode-editorError-foreground: #f14c4c;\n --vscode-editorWarning-foreground: #cca700;\n --vscode-editorInfo-foreground: #59a4f9;\n --vscode-editorHint-foreground: rgba(238, 238, 238, 0.7);\n --vscode-editorLink-activeForeground: #4e94ce;\n --vscode-editor-selectionBackground: #264f78;\n --vscode-editor-inactiveSelectionBackground: #3a3d41;\n --vscode-editor-selectionHighlightBackground: rgba(173, 214, 255, 0.15);\n --vscode-editor-compositionBorder: #ffffff;\n --vscode-editor-findMatchBackground: #515c6a;\n --vscode-editor-findMatchHighlightBackground: rgba(234, 92, 0, 0.33);\n --vscode-editor-findRangeHighlightBackground: rgba(58, 61, 65, 0.4);\n --vscode-editor-hoverHighlightBackground: rgba(38, 79, 120, 0.25);\n --vscode-editorHoverWidget-background: #252526;\n --vscode-editorHoverWidget-foreground: #cccccc;\n --vscode-editorHoverWidget-border: #454545;\n --vscode-editorHoverWidget-statusBarBackground: #2c2c2d;\n --vscode-editorInlayHint-foreground: #969696;\n --vscode-editorInlayHint-background: rgba(77, 77, 77, 0.1);\n --vscode-editorInlayHint-typeForeground: #969696;\n --vscode-editorInlayHint-typeBackground: rgba(77, 77, 77, 0.1);\n --vscode-editorInlayHint-parameterForeground: #969696;\n --vscode-editorInlayHint-parameterBackground: rgba(77, 77, 77, 0.1);\n --vscode-editorLightBulb-foreground: #ffcc00;\n --vscode-editorLightBulbAutoFix-foreground: #75beff;\n --vscode-editorLightBulbAi-foreground: #ffcc00;\n --vscode-editor-snippetTabstopHighlightBackground: rgba(124, 124, 124, 0.3);\n --vscode-editor-snippetFinalTabstopHighlightBorder: #525252;\n --vscode-diffEditor-insertedTextBackground: rgba(156, 204, 44, 0.2);\n --vscode-diffEditor-removedTextBackground: rgba(255, 0, 0, 0.2);\n --vscode-diffEditor-insertedLineBackground: rgba(155, 185, 85, 0.2);\n --vscode-diffEditor-removedLineBackground: rgba(255, 0, 0, 0.2);\n --vscode-diffEditor-diagonalFill: rgba(204, 204, 204, 0.2);\n --vscode-diffEditor-unchangedRegionBackground: #252526;\n --vscode-diffEditor-unchangedRegionForeground: #cccccc;\n --vscode-diffEditor-unchangedCodeBackground: rgba(116, 116, 116, 0.16);\n --vscode-widget-shadow: rgba(0, 0, 0, 0.36);\n --vscode-widget-border: #303031;\n --vscode-toolbar-hoverBackground: rgba(90, 93, 94, 0.31);\n --vscode-toolbar-activeBackground: rgba(99, 102, 103, 0.31);\n --vscode-breadcrumb-foreground: rgba(204, 204, 204, 0.8);\n --vscode-breadcrumb-background: #1e1e1e;\n --vscode-breadcrumb-focusForeground: #e0e0e0;\n --vscode-breadcrumb-activeSelectionForeground: #e0e0e0;\n --vscode-breadcrumbPicker-background: #252526;\n --vscode-merge-currentHeaderBackground: rgba(64, 200, 174, 0.5);\n --vscode-merge-currentContentBackground: rgba(64, 200, 174, 0.2);\n --vscode-merge-incomingHeaderBackground: rgba(64, 166, 255, 0.5);\n --vscode-merge-incomingContentBackground: rgba(64, 166, 255, 0.2);\n --vscode-merge-commonHeaderBackground: rgba(96, 96, 96, 0.4);\n --vscode-merge-commonContentBackground: rgba(96, 96, 96, 0.16);\n --vscode-editorOverviewRuler-currentContentForeground: rgba(64, 200, 174, 0.5);\n --vscode-editorOverviewRuler-incomingContentForeground: rgba(64, 166, 255, 0.5);\n --vscode-editorOverviewRuler-commonContentForeground: rgba(96, 96, 96, 0.4);\n --vscode-editorOverviewRuler-findMatchForeground: rgba(209, 134, 22, 0.49);\n --vscode-editorOverviewRuler-selectionHighlightForeground: rgba(160, 160, 160, 0.8);\n --vscode-problemsErrorIcon-foreground: #f14c4c;\n --vscode-problemsWarningIcon-foreground: #cca700;\n --vscode-problemsInfoIcon-foreground: #59a4f9;\n --vscode-minimap-findMatchHighlight: rgba(234, 92, 0, 0.33);\n --vscode-minimap-selectionOccurrenceHighlight: rgba(173, 214, 255, 0.15);\n --vscode-minimap-selectionHighlight: #264f78;\n --vscode-minimap-infoHighlight: #59a4f9;\n --vscode-minimap-warningHighlight: #cca700;\n --vscode-minimap-errorHighlight: rgba(255, 18, 18, 0.7);\n --vscode-minimap-foregroundOpacity: #000000;\n --vscode-minimapSlider-background: rgba(121, 121, 121, 0.2);\n --vscode-minimapSlider-hoverBackground: rgba(100, 100, 100, 0.35);\n --vscode-minimapSlider-activeBackground: rgba(191, 191, 191, 0.2);\n --vscode-charts-foreground: #cccccc;\n --vscode-charts-lines: rgba(204, 204, 204, 0.5);\n --vscode-charts-red: #f14c4c;\n --vscode-charts-blue: #59a4f9;\n --vscode-charts-yellow: #cca700;\n --vscode-charts-orange: rgba(234, 92, 0, 0.33);\n --vscode-charts-green: #89d185;\n --vscode-charts-purple: #b180d7;\n --vscode-input-background: #3c3c3c;\n --vscode-input-foreground: #cccccc;\n --vscode-inputOption-activeBorder: #007acc;\n --vscode-inputOption-hoverBackground: rgba(90, 93, 94, 0.5);\n --vscode-inputOption-activeBackground: rgba(0, 127, 212, 0.4);\n --vscode-inputOption-activeForeground: #ffffff;\n --vscode-input-placeholderForeground: #a6a6a6;\n --vscode-inputValidation-infoBackground: #063b49;\n --vscode-inputValidation-infoBorder: #007acc;\n --vscode-inputValidation-warningBackground: #352a05;\n --vscode-inputValidation-warningBorder: #b89500;\n --vscode-inputValidation-errorBackground: #5a1d1d;\n --vscode-inputValidation-errorBorder: #be1100;\n --vscode-dropdown-background: #3c3c3c;\n --vscode-dropdown-foreground: #f0f0f0;\n --vscode-dropdown-border: #3c3c3c;\n --vscode-button-foreground: #ffffff;\n --vscode-button-separator: rgba(255, 255, 255, 0.4);\n --vscode-button-background: #0e639c;\n --vscode-button-hoverBackground: #1177bb;\n --vscode-button-secondaryForeground: #ffffff;\n --vscode-button-secondaryBackground: #3a3d41;\n --vscode-button-secondaryHoverBackground: #45494e;\n --vscode-radio-activeForeground: #ffffff;\n --vscode-radio-activeBackground: rgba(0, 127, 212, 0.4);\n --vscode-radio-activeBorder: #007acc;\n --vscode-radio-inactiveBorder: rgba(255, 255, 255, 0.2);\n --vscode-radio-inactiveHoverBackground: rgba(90, 93, 94, 0.5);\n --vscode-checkbox-background: #3c3c3c;\n --vscode-checkbox-selectBackground: #252526;\n --vscode-checkbox-foreground: #f0f0f0;\n --vscode-checkbox-border: #6b6b6b;\n --vscode-checkbox-selectBorder: #c5c5c5;\n --vscode-checkbox-disabled\\.background: #777777;\n --vscode-checkbox-disabled\\.foreground: #b4b4b4;\n --vscode-keybindingLabel-background: rgba(128, 128, 128, 0.17);\n --vscode-keybindingLabel-foreground: #cccccc;\n --vscode-keybindingLabel-border: rgba(51, 51, 51, 0.6);\n --vscode-keybindingLabel-bottomBorder: rgba(68, 68, 68, 0.6);\n --vscode-list-focusOutline: #007fd4;\n --vscode-list-activeSelectionBackground: #04395e;\n --vscode-list-activeSelectionForeground: #ffffff;\n --vscode-list-activeSelectionIconForeground: #ffffff;\n --vscode-list-inactiveSelectionBackground: #37373d;\n --vscode-list-hoverBackground: #2a2d2e;\n --vscode-list-dropBackground: #383b3d;\n --vscode-list-dropBetweenBackground: #c5c5c5;\n --vscode-list-highlightForeground: #2aaaff;\n --vscode-list-focusHighlightForeground: #2aaaff;\n --vscode-list-invalidItemForeground: #b89500;\n --vscode-list-errorForeground: #f88070;\n --vscode-list-warningForeground: #cca700;\n --vscode-listFilterWidget-background: #252526;\n --vscode-listFilterWidget-outline: rgba(0, 0, 0, 0);\n --vscode-listFilterWidget-noMatchesOutline: #be1100;\n --vscode-listFilterWidget-shadow: rgba(0, 0, 0, 0.36);\n --vscode-list-filterMatchBackground: rgba(234, 92, 0, 0.33);\n --vscode-list-deemphasizedForeground: #8c8c8c;\n --vscode-tree-indentGuidesStroke: #585858;\n --vscode-tree-inactiveIndentGuidesStroke: rgba(88, 88, 88, 0.4);\n --vscode-tree-tableColumnsBorder: rgba(204, 204, 204, 0.13);\n --vscode-tree-tableOddRowsBackground: rgba(204, 204, 204, 0.04);\n --vscode-editorActionList-background: #252526;\n --vscode-editorActionList-foreground: #cccccc;\n --vscode-editorActionList-focusForeground: #ffffff;\n --vscode-editorActionList-focusBackground: #04395e;\n --vscode-menu-border: #454545;\n --vscode-menu-foreground: #cccccc;\n --vscode-menu-background: #252526;\n --vscode-menu-selectionForeground: #ffffff;\n --vscode-menu-selectionBackground: #0078d4;\n --vscode-menu-separatorBackground: #454545;\n --vscode-quickInput-background: #252526;\n --vscode-quickInput-foreground: #cccccc;\n --vscode-quickInputTitle-background: rgba(255, 255, 255, 0.1);\n --vscode-pickerGroup-foreground: #3794ff;\n --vscode-pickerGroup-border: #3f3f46;\n --vscode-quickInputList-focusForeground: #ffffff;\n --vscode-quickInputList-focusIconForeground: #ffffff;\n --vscode-quickInputList-focusBackground: #04395e;\n --vscode-search-resultsInfoForeground: rgba(204, 204, 204, 0.65);\n --vscode-searchEditor-findMatchBackground: rgba(234, 92, 0, 0.22);\n --vscode-editor-lineHighlightBorder: #282828;\n --vscode-editor-rangeHighlightBackground: rgba(255, 255, 255, 0.04);\n --vscode-editor-symbolHighlightBackground: rgba(234, 92, 0, 0.33);\n --vscode-editorCursor-foreground: #aeafad;\n --vscode-editorMultiCursor-primary\\.foreground: #aeafad;\n --vscode-editorMultiCursor-secondary\\.foreground: #aeafad;\n --vscode-editorWhitespace-foreground: rgba(227, 228, 226, 0.16);\n --vscode-editorLineNumber-foreground: #858585;\n --vscode-editorIndentGuide-background: rgba(227, 228, 226, 0.16);\n --vscode-editorIndentGuide-activeBackground: rgba(227, 228, 226, 0.16);\n --vscode-editorIndentGuide-background1: #404040;\n --vscode-editorIndentGuide-background2: rgba(0, 0, 0, 0);\n --vscode-editorIndentGuide-background3: rgba(0, 0, 0, 0);\n --vscode-editorIndentGuide-background4: rgba(0, 0, 0, 0);\n --vscode-editorIndentGuide-background5: rgba(0, 0, 0, 0);\n --vscode-editorIndentGuide-background6: rgba(0, 0, 0, 0);\n --vscode-editorIndentGuide-activeBackground1: #707070;\n --vscode-editorIndentGuide-activeBackground2: rgba(0, 0, 0, 0);\n --vscode-editorIndentGuide-activeBackground3: rgba(0, 0, 0, 0);\n --vscode-editorIndentGuide-activeBackground4: rgba(0, 0, 0, 0);\n --vscode-editorIndentGuide-activeBackground5: rgba(0, 0, 0, 0);\n --vscode-editorIndentGuide-activeBackground6: rgba(0, 0, 0, 0);\n --vscode-editorActiveLineNumber-foreground: #c6c6c6;\n --vscode-editorLineNumber-activeForeground: #c6c6c6;\n --vscode-editorRuler-foreground: #5a5a5a;\n --vscode-editorCodeLens-foreground: #999999;\n --vscode-editorBracketMatch-background: rgba(0, 100, 0, 0.1);\n --vscode-editorBracketMatch-border: #888888;\n --vscode-editorOverviewRuler-border: rgba(127, 127, 127, 0.3);\n --vscode-editorGutter-background: #1e1e1e;\n --vscode-editorUnnecessaryCode-opacity: rgba(0, 0, 0, 0.67);\n --vscode-editorGhostText-foreground: rgba(255, 255, 255, 0.34);\n --vscode-editorOverviewRuler-rangeHighlightForeground: rgba(0, 122, 204, 0.6);\n --vscode-editorOverviewRuler-errorForeground: rgba(255, 18, 18, 0.7);\n --vscode-editorOverviewRuler-warningForeground: #cca700;\n --vscode-editorOverviewRuler-infoForeground: #59a4f9;\n --vscode-editorBracketHighlight-foreground1: #ffd700;\n --vscode-editorBracketHighlight-foreground2: #da70d6;\n --vscode-editorBracketHighlight-foreground3: #179fff;\n --vscode-editorBracketHighlight-foreground4: rgba(0, 0, 0, 0);\n --vscode-editorBracketHighlight-foreground5: rgba(0, 0, 0, 0);\n --vscode-editorBracketHighlight-foreground6: rgba(0, 0, 0, 0);\n --vscode-editorBracketHighlight-unexpectedBracket\\.foreground: rgba(255, 18, 18, 0.8);\n --vscode-editorBracketPairGuide-background1: rgba(0, 0, 0, 0);\n --vscode-editorBracketPairGuide-background2: rgba(0, 0, 0, 0);\n --vscode-editorBracketPairGuide-background3: rgba(0, 0, 0, 0);\n --vscode-editorBracketPairGuide-background4: rgba(0, 0, 0, 0);\n --vscode-editorBracketPairGuide-background5: rgba(0, 0, 0, 0);\n --vscode-editorBracketPairGuide-background6: rgba(0, 0, 0, 0);\n --vscode-editorBracketPairGuide-activeBackground1: rgba(0, 0, 0, 0);\n --vscode-editorBracketPairGuide-activeBackground2: rgba(0, 0, 0, 0);\n --vscode-editorBracketPairGuide-activeBackground3: rgba(0, 0, 0, 0);\n --vscode-editorBracketPairGuide-activeBackground4: rgba(0, 0, 0, 0);\n --vscode-editorBracketPairGuide-activeBackground5: rgba(0, 0, 0, 0);\n --vscode-editorBracketPairGuide-activeBackground6: rgba(0, 0, 0, 0);\n --vscode-editorUnicodeHighlight-border: #cca700;\n --vscode-diffEditor-move\\.border: rgba(139, 139, 139, 0.61);\n --vscode-diffEditor-moveActive\\.border: #ffa500;\n --vscode-diffEditor-unchangedRegionShadow: #000000;\n --vscode-editorOverviewRuler-bracketMatchForeground: #a0a0a0;\n --vscode-actionBar-toggledBackground: #383a49;\n --vscode-symbolIcon-arrayForeground: #cccccc;\n --vscode-symbolIcon-booleanForeground: #cccccc;\n --vscode-symbolIcon-classForeground: #ee9d28;\n --vscode-symbolIcon-colorForeground: #cccccc;\n --vscode-symbolIcon-constantForeground: #cccccc;\n --vscode-symbolIcon-constructorForeground: #b180d7;\n --vscode-symbolIcon-enumeratorForeground: #ee9d28;\n --vscode-symbolIcon-enumeratorMemberForeground: #75beff;\n --vscode-symbolIcon-eventForeground: #ee9d28;\n --vscode-symbolIcon-fieldForeground: #75beff;\n --vscode-symbolIcon-fileForeground: #cccccc;\n --vscode-symbolIcon-folderForeground: #cccccc;\n --vscode-symbolIcon-functionForeground: #b180d7;\n --vscode-symbolIcon-interfaceForeground: #75beff;\n --vscode-symbolIcon-keyForeground: #cccccc;\n --vscode-symbolIcon-keywordForeground: #cccccc;\n --vscode-symbolIcon-methodForeground: #b180d7;\n --vscode-symbolIcon-moduleForeground: #cccccc;\n --vscode-symbolIcon-namespaceForeground: #cccccc;\n --vscode-symbolIcon-nullForeground: #cccccc;\n --vscode-symbolIcon-numberForeground: #cccccc;\n --vscode-symbolIcon-objectForeground: #cccccc;\n --vscode-symbolIcon-operatorForeground: #cccccc;\n --vscode-symbolIcon-packageForeground: #cccccc;\n --vscode-symbolIcon-propertyForeground: #cccccc;\n --vscode-symbolIcon-referenceForeground: #cccccc;\n --vscode-symbolIcon-snippetForeground: #cccccc;\n --vscode-symbolIcon-stringForeground: #cccccc;\n --vscode-symbolIcon-structForeground: #cccccc;\n --vscode-symbolIcon-textForeground: #cccccc;\n --vscode-symbolIcon-typeParameterForeground: #cccccc;\n --vscode-symbolIcon-unitForeground: #cccccc;\n --vscode-symbolIcon-variableForeground: #75beff;\n --vscode-peekViewTitle-background: #252526;\n --vscode-peekViewTitleLabel-foreground: #ffffff;\n --vscode-peekViewTitleDescription-foreground: rgba(204, 204, 204, 0.7);\n --vscode-peekView-border: #59a4f9;\n --vscode-peekViewResult-background: #252526;\n --vscode-peekViewResult-lineForeground: #bbbbbb;\n --vscode-peekViewResult-fileForeground: #ffffff;\n --vscode-peekViewResult-selectionBackground: rgba(51, 153, 255, 0.2);\n --vscode-peekViewResult-selectionForeground: #ffffff;\n --vscode-peekViewEditor-background: #001f33;\n --vscode-peekViewEditorGutter-background: #001f33;\n --vscode-peekViewEditorStickyScroll-background: #001f33;\n --vscode-peekViewEditorStickyScrollGutter-background: #001f33;\n --vscode-peekViewResult-matchHighlightBackground: rgba(234, 92, 0, 0.3);\n --vscode-peekViewEditor-matchHighlightBackground: rgba(255, 143, 0, 0.6);\n --vscode-editorMarkerNavigationError-background: #f14c4c;\n --vscode-editorMarkerNavigationError-headerBackground: rgba(241, 76, 76, 0.1);\n --vscode-editorMarkerNavigationWarning-background: #cca700;\n --vscode-editorMarkerNavigationWarning-headerBackground: rgba(204, 167, 0, 0.1);\n --vscode-editorMarkerNavigationInfo-background: #59a4f9;\n --vscode-editorMarkerNavigationInfo-headerBackground: rgba(89, 164, 249, 0.1);\n --vscode-editorMarkerNavigation-background: #1e1e1e;\n --vscode-editor-foldBackground: rgba(38, 79, 120, 0.3);\n --vscode-editor-foldPlaceholderForeground: #808080;\n --vscode-editorGutter-foldingControlForeground: #c5c5c5;\n --vscode-editorSuggestWidget-background: #252526;\n --vscode-editorSuggestWidget-border: #454545;\n --vscode-editorSuggestWidget-foreground: #d4d4d4;\n --vscode-editorSuggestWidget-selectedForeground: #ffffff;\n --vscode-editorSuggestWidget-selectedIconForeground: #ffffff;\n --vscode-editorSuggestWidget-selectedBackground: #04395e;\n --vscode-editorSuggestWidget-highlightForeground: #2aaaff;\n --vscode-editorSuggestWidget-focusHighlightForeground: #2aaaff;\n --vscode-editorSuggestWidgetStatus-foreground: rgba(212, 212, 212, 0.5);\n --vscode-inlineEdit-originalBackground: rgba(255, 0, 0, 0.04);\n --vscode-inlineEdit-modifiedBackground: rgba(156, 204, 44, 0.06);\n --vscode-inlineEdit-originalChangedLineBackground: rgba(255, 0, 0, 0.16);\n --vscode-inlineEdit-originalChangedTextBackground: rgba(255, 0, 0, 0.16);\n --vscode-inlineEdit-modifiedChangedLineBackground: rgba(155, 185, 85, 0.14);\n --vscode-inlineEdit-modifiedChangedTextBackground: rgba(156, 204, 44, 0.14);\n --vscode-inlineEdit-gutterIndicator\\.primaryForeground: #ffffff;\n --vscode-inlineEdit-gutterIndicator\\.primaryBorder: #0e639c;\n --vscode-inlineEdit-gutterIndicator\\.primaryBackground: rgba(14, 99, 156, 0.4);\n --vscode-inlineEdit-gutterIndicator\\.secondaryForeground: #ffffff;\n --vscode-inlineEdit-gutterIndicator\\.secondaryBorder: #3a3d41;\n --vscode-inlineEdit-gutterIndicator\\.secondaryBackground: #3a3d41;\n --vscode-inlineEdit-gutterIndicator\\.successfulForeground: #ffffff;\n --vscode-inlineEdit-gutterIndicator\\.successfulBorder: #0e639c;\n --vscode-inlineEdit-gutterIndicator\\.successfulBackground: #0e639c;\n --vscode-inlineEdit-gutterIndicator\\.background: rgba(45, 45, 45, 0.5);\n --vscode-inlineEdit-originalBorder: rgba(255, 0, 0, 0.2);\n --vscode-inlineEdit-modifiedBorder: rgba(156, 204, 44, 0.2);\n --vscode-inlineEdit-tabWillAcceptModifiedBorder: rgba(156, 204, 44, 0.2);\n --vscode-inlineEdit-tabWillAcceptOriginalBorder: rgba(255, 0, 0, 0.2);\n --vscode-editor-linkedEditingBackground: rgba(255, 0, 0, 0.3);\n --vscode-editor-wordHighlightBackground: rgba(87, 87, 87, 0.72);\n --vscode-editor-wordHighlightStrongBackground: rgba(0, 73, 114, 0.72);\n --vscode-editor-wordHighlightTextBackground: rgba(87, 87, 87, 0.72);\n --vscode-editorOverviewRuler-wordHighlightForeground: rgba(160, 160, 160, 0.8);\n --vscode-editorOverviewRuler-wordHighlightStrongForeground: rgba(192, 160, 192, 0.8);\n --vscode-editorOverviewRuler-wordHighlightTextForeground: rgba(160, 160, 160, 0.8);\n --vscode-editorHoverWidget-highlightForeground: #2aaaff;\n --vscode-editor-placeholder\\.foreground: rgba(255, 255, 255, 0.34);\n --vscode-tab-activeBackground: #1e1e1e;\n --vscode-tab-unfocusedActiveBackground: #1e1e1e;\n --vscode-tab-inactiveBackground: #2d2d2d;\n --vscode-tab-unfocusedInactiveBackground: #2d2d2d;\n --vscode-tab-activeForeground: #ffffff;\n --vscode-tab-inactiveForeground: rgba(255, 255, 255, 0.5);\n --vscode-tab-unfocusedActiveForeground: rgba(255, 255, 255, 0.5);\n --vscode-tab-unfocusedInactiveForeground: rgba(255, 255, 255, 0.25);\n --vscode-tab-border: #252526;\n --vscode-tab-lastPinnedBorder: rgba(204, 204, 204, 0.2);\n --vscode-tab-selectedBackground: #222222;\n --vscode-tab-selectedForeground: rgba(255, 255, 255, 0.63);\n --vscode-tab-dragAndDropBorder: #ffffff;\n --vscode-tab-activeModifiedBorder: #3399cc;\n --vscode-tab-inactiveModifiedBorder: rgba(51, 153, 204, 0.5);\n --vscode-tab-unfocusedActiveModifiedBorder: rgba(51, 153, 204, 0.5);\n --vscode-tab-unfocusedInactiveModifiedBorder: rgba(51, 153, 204, 0.25);\n --vscode-editorPane-background: #1e1e1e;\n --vscode-editorGroupHeader-tabsBackground: #252526;\n --vscode-editorGroupHeader-noTabsBackground: #1e1e1e;\n --vscode-editorGroup-border: #444444;\n --vscode-editorGroup-dropBackground: rgba(83, 89, 93, 0.5);\n --vscode-editorGroup-dropIntoPromptForeground: #cccccc;\n --vscode-editorGroup-dropIntoPromptBackground: #252526;\n --vscode-sideBySideEditor-horizontalBorder: #444444;\n --vscode-sideBySideEditor-verticalBorder: #444444;\n --vscode-banner-background: #04395e;\n --vscode-banner-foreground: #ffffff;\n --vscode-banner-iconForeground: #59a4f9;\n --vscode-statusBar-foreground: #ffffff;\n --vscode-statusBar-noFolderForeground: #ffffff;\n --vscode-statusBar-background: #007acc;\n --vscode-statusBar-noFolderBackground: #68217a;\n --vscode-statusBar-focusBorder: #ffffff;\n --vscode-statusBarItem-activeBackground: rgba(255, 255, 255, 0.18);\n --vscode-statusBarItem-focusBorder: #ffffff;\n --vscode-statusBarItem-hoverBackground: rgba(255, 255, 255, 0.12);\n --vscode-statusBarItem-hoverForeground: #ffffff;\n --vscode-statusBarItem-compactHoverBackground: rgba(255, 255, 255, 0.12);\n --vscode-statusBarItem-prominentForeground: #ffffff;\n --vscode-statusBarItem-prominentBackground: rgba(0, 0, 0, 0.5);\n --vscode-statusBarItem-prominentHoverForeground: #ffffff;\n --vscode-statusBarItem-prominentHoverBackground: rgba(255, 255, 255, 0.12);\n --vscode-statusBarItem-errorBackground: #c72e0f;\n --vscode-statusBarItem-errorForeground: #ffffff;\n --vscode-statusBarItem-errorHoverForeground: #ffffff;\n --vscode-statusBarItem-errorHoverBackground: rgba(255, 255, 255, 0.12);\n --vscode-statusBarItem-warningBackground: #7a6400;\n --vscode-statusBarItem-warningForeground: #ffffff;\n --vscode-statusBarItem-warningHoverForeground: #ffffff;\n --vscode-statusBarItem-warningHoverBackground: rgba(255, 255, 255, 0.12);\n --vscode-activityBar-background: #333333;\n --vscode-activityBar-foreground: #ffffff;\n --vscode-activityBar-inactiveForeground: rgba(255, 255, 255, 0.4);\n --vscode-activityBar-activeBorder: #ffffff;\n --vscode-activityBar-dropBorder: #ffffff;\n --vscode-activityBarBadge-background: #007acc;\n --vscode-activityBarBadge-foreground: #ffffff;\n --vscode-activityBarTop-foreground: #e7e7e7;\n --vscode-activityBarTop-activeBorder: #e7e7e7;\n --vscode-activityBarTop-inactiveForeground: rgba(231, 231, 231, 0.6);\n --vscode-activityBarTop-dropBorder: #e7e7e7;\n --vscode-panel-background: #1e1e1e;\n --vscode-panel-border: rgba(128, 128, 128, 0.35);\n --vscode-panelTitle-activeForeground: #e7e7e7;\n --vscode-panelTitle-inactiveForeground: rgba(231, 231, 231, 0.6);\n --vscode-panelTitle-activeBorder: #e7e7e7;\n --vscode-panelTitleBadge-background: #007acc;\n --vscode-panelTitleBadge-foreground: #ffffff;\n --vscode-panel-dropBorder: #e7e7e7;\n --vscode-panelSection-dropBackground: rgba(83, 89, 93, 0.5);\n --vscode-panelSectionHeader-background: rgba(128, 128, 128, 0.2);\n --vscode-panelSection-border: rgba(128, 128, 128, 0.35);\n --vscode-panelStickyScroll-background: #1e1e1e;\n --vscode-panelStickyScroll-shadow: #000000;\n --vscode-profileBadge-background: #4d4d4d;\n --vscode-profileBadge-foreground: #ffffff;\n --vscode-statusBarItem-remoteBackground: #16825d;\n --vscode-statusBarItem-remoteForeground: #ffffff;\n --vscode-statusBarItem-remoteHoverForeground: #ffffff;\n --vscode-statusBarItem-remoteHoverBackground: rgba(255, 255, 255, 0.12);\n --vscode-statusBarItem-offlineBackground: #6c1717;\n --vscode-statusBarItem-offlineForeground: #ffffff;\n --vscode-statusBarItem-offlineHoverForeground: #ffffff;\n --vscode-statusBarItem-offlineHoverBackground: rgba(255, 255, 255, 0.12);\n --vscode-extensionBadge-remoteBackground: #007acc;\n --vscode-extensionBadge-remoteForeground: #ffffff;\n --vscode-sideBar-background: #252526;\n --vscode-sideBarTitle-background: #252526;\n --vscode-sideBarTitle-foreground: #bbbbbb;\n --vscode-sideBar-dropBackground: rgba(83, 89, 93, 0.5);\n --vscode-sideBarSectionHeader-background: rgba(0, 0, 0, 0);\n --vscode-sideBarSectionHeader-border: rgba(204, 204, 204, 0.2);\n --vscode-sideBarActivityBarTop-border: rgba(204, 204, 204, 0.2);\n --vscode-sideBarStickyScroll-background: #252526;\n --vscode-sideBarStickyScroll-shadow: #000000;\n --vscode-titleBar-activeForeground: #cccccc;\n --vscode-titleBar-inactiveForeground: rgba(204, 204, 204, 0.6);\n --vscode-titleBar-activeBackground: #3c3c3c;\n --vscode-titleBar-inactiveBackground: rgba(60, 60, 60, 0.6);\n --vscode-menubar-selectionForeground: #cccccc;\n --vscode-menubar-selectionBackground: rgba(90, 93, 94, 0.31);\n --vscode-commandCenter-foreground: #cccccc;\n --vscode-commandCenter-activeForeground: #cccccc;\n --vscode-commandCenter-inactiveForeground: rgba(204, 204, 204, 0.6);\n --vscode-commandCenter-background: rgba(255, 255, 255, 0.05);\n --vscode-commandCenter-activeBackground: rgba(255, 255, 255, 0.08);\n --vscode-commandCenter-border: rgba(204, 204, 204, 0.2);\n --vscode-commandCenter-activeBorder: rgba(204, 204, 204, 0.3);\n --vscode-commandCenter-inactiveBorder: rgba(204, 204, 204, 0.15);\n --vscode-notificationCenter-border: #303031;\n --vscode-notificationToast-border: #303031;\n --vscode-notifications-foreground: #cccccc;\n --vscode-notifications-background: #252526;\n --vscode-notificationLink-foreground: #3794ff;\n --vscode-notificationCenterHeader-background: #303031;\n --vscode-notifications-border: #303031;\n --vscode-notificationsErrorIcon-foreground: #f14c4c;\n --vscode-notificationsWarningIcon-foreground: #cca700;\n --vscode-notificationsInfoIcon-foreground: #59a4f9;\n --vscode-editorGutter-modifiedBackground: #1b81a8;\n --vscode-editorGutter-modifiedSecondaryBackground: #0d4054;\n --vscode-editorGutter-addedBackground: #487e02;\n --vscode-editorGutter-addedSecondaryBackground: #243f01;\n --vscode-editorGutter-deletedBackground: #f14c4c;\n --vscode-editorGutter-deletedSecondaryBackground: #b00e0e;\n --vscode-minimapGutter-modifiedBackground: #1b81a8;\n --vscode-minimapGutter-addedBackground: #487e02;\n --vscode-minimapGutter-deletedBackground: #f14c4c;\n --vscode-editorOverviewRuler-modifiedForeground: rgba(27, 129, 168, 0.6);\n --vscode-editorOverviewRuler-addedForeground: rgba(72, 126, 2, 0.6);\n --vscode-editorOverviewRuler-deletedForeground: rgba(241, 76, 76, 0.6);\n --vscode-editorGutter-itemGlyphForeground: #d4d4d4;\n --vscode-editorGutter-itemBackground: #37373d;\n --vscode-terminal-foreground: #cccccc;\n --vscode-terminal-selectionBackground: #264f78;\n --vscode-terminal-inactiveSelectionBackground: #3a3d41;\n --vscode-terminalCommandDecoration-defaultBackground: rgba(255, 255, 255, 0.25);\n --vscode-terminalCommandDecoration-successBackground: #1b81a8;\n --vscode-terminalCommandDecoration-errorBackground: #f14c4c;\n --vscode-terminalOverviewRuler-cursorForeground: rgba(160, 160, 160, 0.8);\n --vscode-terminal-border: rgba(128, 128, 128, 0.35);\n --vscode-terminalOverviewRuler-border: rgba(127, 127, 127, 0.3);\n --vscode-terminal-findMatchBackground: #515c6a;\n --vscode-terminal-hoverHighlightBackground: rgba(38, 79, 120, 0.13);\n --vscode-terminal-findMatchHighlightBackground: rgba(234, 92, 0, 0.33);\n --vscode-terminalOverviewRuler-findMatchForeground: rgba(209, 134, 22, 0.49);\n --vscode-terminal-dropBackground: rgba(83, 89, 93, 0.5);\n --vscode-terminal-initialHintForeground: rgba(255, 255, 255, 0.34);\n --vscode-scmGraph-historyItemRefColor: #59a4f9;\n --vscode-scmGraph-historyItemRemoteRefColor: #b180d7;\n --vscode-scmGraph-historyItemBaseRefColor: #ea5c00;\n --vscode-scmGraph-historyItemHoverDefaultLabelForeground: #cccccc;\n --vscode-scmGraph-historyItemHoverDefaultLabelBackground: #4d4d4d;\n --vscode-scmGraph-historyItemHoverLabelForeground: #1e1e1e;\n --vscode-scmGraph-historyItemHoverAdditionsForeground: #81b88b;\n --vscode-scmGraph-historyItemHoverDeletionsForeground: #c74e39;\n --vscode-scmGraph-foreground1: #ffb000;\n --vscode-scmGraph-foreground2: #dc267f;\n --vscode-scmGraph-foreground3: #994f00;\n --vscode-scmGraph-foreground4: #40b0a6;\n --vscode-scmGraph-foreground5: #b66dff;\n --vscode-commentsView-resolvedIcon: rgba(204, 204, 204, 0.5);\n --vscode-commentsView-unresolvedIcon: #007fd4;\n --vscode-editorCommentsWidget-replyInputBackground: #252526;\n --vscode-editorCommentsWidget-resolvedBorder: rgba(204, 204, 204, 0.5);\n --vscode-editorCommentsWidget-unresolvedBorder: #007fd4;\n --vscode-editorCommentsWidget-rangeBackground: rgba(0, 127, 212, 0.1);\n --vscode-editorCommentsWidget-rangeActiveBackground: rgba(0, 127, 212, 0.1);\n --vscode-editorGutter-commentRangeForeground: #37373d;\n --vscode-editorOverviewRuler-commentForeground: #37373d;\n --vscode-editorOverviewRuler-commentUnresolvedForeground: #37373d;\n --vscode-editorOverviewRuler-commentDraftForeground: #37373d;\n --vscode-editorGutter-commentGlyphForeground: #d4d4d4;\n --vscode-editorGutter-commentUnresolvedGlyphForeground: #d4d4d4;\n --vscode-editorGutter-commentDraftGlyphForeground: #d4d4d4;\n --vscode-agentSessionReadIndicator-foreground: rgba(204, 204, 204, 0.15);\n --vscode-agentSessionSelectedBadge-border: rgba(255, 255, 255, 0.3);\n --vscode-agentSessionSelectedUnfocusedBadge-border: rgba(204, 204, 204, 0.3);\n --vscode-ports-iconRunningProcessForeground: #369432;\n --vscode-settings-headerForeground: #e7e7e7;\n --vscode-settings-settingsHeaderHoverForeground: rgba(231, 231, 231, 0.7);\n --vscode-settings-modifiedItemIndicator: #0c7d9d;\n --vscode-settings-headerBorder: rgba(128, 128, 128, 0.35);\n --vscode-settings-sashBorder: rgba(128, 128, 128, 0.35);\n --vscode-settings-dropdownBackground: #3c3c3c;\n --vscode-settings-dropdownForeground: #f0f0f0;\n --vscode-settings-dropdownBorder: #3c3c3c;\n --vscode-settings-dropdownListBorder: #454545;\n --vscode-settings-checkboxBackground: #3c3c3c;\n --vscode-settings-checkboxForeground: #f0f0f0;\n --vscode-settings-checkboxBorder: #6b6b6b;\n --vscode-settings-textInputBackground: #3c3c3c;\n --vscode-settings-textInputForeground: #cccccc;\n --vscode-settings-numberInputBackground: #3c3c3c;\n --vscode-settings-numberInputForeground: #cccccc;\n --vscode-settings-focusedRowBackground: rgba(42, 45, 46, 0.6);\n --vscode-settings-rowHoverBackground: rgba(42, 45, 46, 0.3);\n --vscode-settings-focusedRowBorder: #007fd4;\n --vscode-keybindingTable-headerBackground: rgba(204, 204, 204, 0.04);\n --vscode-keybindingTable-rowsBackground: rgba(204, 204, 204, 0.04);\n --vscode-extensionButton-background: #3a3d41;\n --vscode-extensionButton-foreground: #ffffff;\n --vscode-extensionButton-hoverBackground: #45494e;\n --vscode-extensionButton-separator: rgba(255, 255, 255, 0.4);\n --vscode-extensionButton-prominentBackground: #0e639c;\n --vscode-extensionButton-prominentForeground: #ffffff;\n --vscode-extensionButton-prominentHoverBackground: #1177bb;\n --vscode-debugToolBar-background: #333333;\n --vscode-debugIcon-startForeground: #89d185;\n --vscode-notebook-cellBorderColor: #37373d;\n --vscode-notebook-focusedEditorBorder: #007fd4;\n --vscode-notebookStatusSuccessIcon-foreground: #89d185;\n --vscode-notebookEditorOverviewRuler-runningCellForeground: #89d185;\n --vscode-notebookStatusErrorIcon-foreground: #f48771;\n --vscode-notebookStatusRunningIcon-foreground: #cccccc;\n --vscode-notebook-cellToolbarSeparator: rgba(128, 128, 128, 0.35);\n --vscode-notebook-selectedCellBackground: #37373d;\n --vscode-notebook-selectedCellBorder: #37373d;\n --vscode-notebook-focusedCellBorder: #007fd4;\n --vscode-notebook-inactiveFocusedCellBorder: #37373d;\n --vscode-notebook-cellStatusBarItemHoverBackground: rgba(255, 255, 255, 0.15);\n --vscode-notebook-cellInsertionIndicator: #007fd4;\n --vscode-notebookScrollbarSlider-background: rgba(121, 121, 121, 0.4);\n --vscode-notebookScrollbarSlider-hoverBackground: rgba(100, 100, 100, 0.7);\n --vscode-notebookScrollbarSlider-activeBackground: rgba(191, 191, 191, 0.4);\n --vscode-notebook-symbolHighlightBackground: rgba(255, 255, 255, 0.04);\n --vscode-notebook-cellEditorBackground: #252526;\n --vscode-notebook-editorBackground: #1e1e1e;\n --vscode-inlineChat-foreground: #cccccc;\n --vscode-inlineChat-background: #252526;\n --vscode-inlineChat-border: #454545;\n --vscode-inlineChat-shadow: rgba(0, 0, 0, 0.36);\n --vscode-inlineChatInput-border: #454545;\n --vscode-inlineChatInput-focusBorder: #007fd4;\n --vscode-inlineChatInput-placeholderForeground: #a6a6a6;\n --vscode-inlineChatInput-background: #3c3c3c;\n --vscode-inlineChatDiff-inserted: rgba(156, 204, 44, 0.1);\n --vscode-editorOverviewRuler-inlineChatInserted: rgba(156, 204, 44, 0.12);\n --vscode-editorMinimap-inlineChatInserted: rgba(156, 204, 44, 0.12);\n --vscode-inlineChatDiff-removed: rgba(255, 0, 0, 0.1);\n --vscode-editorOverviewRuler-inlineChatRemoved: rgba(255, 0, 0, 0.12);\n --vscode-multiDiffEditor-headerBackground: #262626;\n --vscode-multiDiffEditor-background: #1e1e1e;\n --vscode-multiDiffEditor-border: rgba(204, 204, 204, 0.2);\n --vscode-extensionIcon-verifiedForeground: #3794ff;\n --vscode-chat-requestBorder: rgba(255, 255, 255, 0.1);\n --vscode-chat-requestBackground: rgba(30, 30, 30, 0.62);\n --vscode-chat-slashCommandBackground: rgba(38, 71, 120, 0.4);\n --vscode-chat-slashCommandForeground: #85b6ff;\n --vscode-chat-avatarBackground: #1f1f1f;\n --vscode-chat-avatarForeground: #cccccc;\n --vscode-chat-editedFileForeground: #e2c08d;\n --vscode-chat-requestCodeBorder: rgba(0, 73, 114, 0.72);\n --vscode-chat-requestBubbleBackground: rgba(38, 79, 120, 0.3);\n --vscode-chat-requestBubbleHoverBackground: rgba(38, 79, 120, 0.6);\n --vscode-chat-checkpointSeparator: #585858;\n --vscode-chat-linesAddedForeground: #54b054;\n --vscode-chat-linesRemovedForeground: #fc6a6a;\n --vscode-chat-thinkingShimmer: #ffffff;\n --vscode-extensionIcon-starForeground: #ff8e00;\n --vscode-extensionIcon-preReleaseForeground: #1d9271;\n --vscode-extensionIcon-sponsorForeground: #d758b3;\n --vscode-extensionIcon-privateForeground: rgba(255, 255, 255, 0.38);\n --vscode-debugExceptionWidget-border: #a31515;\n --vscode-debugExceptionWidget-background: #420b0d;\n --vscode-editor-inlineValuesForeground: rgba(255, 255, 255, 0.5);\n --vscode-editor-inlineValuesBackground: rgba(255, 200, 0, 0.2);\n --vscode-debugIcon-breakpointForeground: #e51400;\n --vscode-debugIcon-breakpointDisabledForeground: #848484;\n --vscode-debugIcon-breakpointUnverifiedForeground: #848484;\n --vscode-debugIcon-breakpointCurrentStackframeForeground: #ffcc00;\n --vscode-debugIcon-breakpointStackframeForeground: #89d185;\n --vscode-editor-stackFrameHighlightBackground: rgba(255, 255, 0, 0.2);\n --vscode-editor-focusedStackFrameHighlightBackground: rgba(122, 189, 122, 0.3);\n --vscode-minimap-chatEditHighlight: rgba(30, 30, 30, 0.6);\n --vscode-chatManagement-sashBorder: rgba(128, 128, 128, 0.35);\n --vscode-gauge-foreground: #007acc;\n --vscode-gauge-background: rgba(0, 122, 204, 0.3);\n --vscode-gauge-warningForeground: #b89500;\n --vscode-gauge-warningBackground: rgba(184, 149, 0, 0.3);\n --vscode-gauge-errorForeground: #be1100;\n --vscode-gauge-errorBackground: rgba(190, 17, 0, 0.3);\n --vscode-mcpIcon-starForeground: #ff8e00;\n --vscode-interactive-activeCodeBorder: #007acc;\n --vscode-interactive-inactiveCodeBorder: #37373d;\n --vscode-testing-iconFailed: #f14c4c;\n --vscode-testing-iconErrored: #f14c4c;\n --vscode-testing-iconPassed: #73c991;\n --vscode-testing-runAction: #73c991;\n --vscode-testing-iconQueued: #cca700;\n --vscode-testing-iconUnset: #848484;\n --vscode-testing-iconSkipped: #848484;\n --vscode-testing-peekBorder: #f14c4c;\n --vscode-testing-messagePeekBorder: #59a4f9;\n --vscode-testing-peekHeaderBackground: rgba(241, 76, 76, 0.1);\n --vscode-testing-messagePeekHeaderBackground: rgba(89, 164, 249, 0.1);\n --vscode-testing-coveredBackground: rgba(156, 204, 44, 0.2);\n --vscode-testing-coveredBorder: rgba(156, 204, 44, 0.15);\n --vscode-testing-coveredGutterBackground: rgba(156, 204, 44, 0.12);\n --vscode-testing-uncoveredBranchBackground: #781212;\n --vscode-testing-uncoveredBackground: rgba(255, 0, 0, 0.2);\n --vscode-testing-uncoveredBorder: rgba(255, 0, 0, 0.15);\n --vscode-testing-uncoveredGutterBackground: rgba(255, 0, 0, 0.3);\n --vscode-testing-coverCountBadgeBackground: #4d4d4d;\n --vscode-testing-coverCountBadgeForeground: #ffffff;\n --vscode-testing-message\\.error\\.badgeBackground: #f14c4c;\n --vscode-testing-message\\.error\\.badgeBorder: #f14c4c;\n --vscode-testing-message\\.error\\.badgeForeground: #000000;\n --vscode-testing-message\\.info\\.decorationForeground: rgba(212, 212, 212, 0.5);\n --vscode-testing-iconErrored\\.retired: rgba(241, 76, 76, 0.7);\n --vscode-testing-iconFailed\\.retired: rgba(241, 76, 76, 0.7);\n --vscode-testing-iconPassed\\.retired: rgba(115, 201, 145, 0.7);\n --vscode-testing-iconQueued\\.retired: rgba(204, 167, 0, 0.7);\n --vscode-testing-iconUnset\\.retired: rgba(132, 132, 132, 0.7);\n --vscode-testing-iconSkipped\\.retired: rgba(132, 132, 132, 0.7);\n --vscode-statusBar-debuggingBackground: #cc6633;\n --vscode-statusBar-debuggingForeground: #ffffff;\n --vscode-commandCenter-debuggingBackground: rgba(204, 102, 51, 0.26);\n --vscode-debugTokenExpression-name: #c586c0;\n --vscode-debugTokenExpression-type: #4a90e2;\n --vscode-debugTokenExpression-value: rgba(204, 204, 204, 0.6);\n --vscode-debugTokenExpression-string: #ce9178;\n --vscode-debugTokenExpression-boolean: #4e94ce;\n --vscode-debugTokenExpression-number: #b5cea8;\n --vscode-debugTokenExpression-error: #f48771;\n --vscode-debugView-exceptionLabelForeground: #cccccc;\n --vscode-debugView-exceptionLabelBackground: #6c2022;\n --vscode-debugView-stateLabelForeground: #cccccc;\n --vscode-debugView-stateLabelBackground: rgba(136, 136, 136, 0.27);\n --vscode-debugView-valueChangedHighlight: #569cd6;\n --vscode-debugConsole-infoForeground: #59a4f9;\n --vscode-debugConsole-warningForeground: #cca700;\n --vscode-debugConsole-errorForeground: #f48771;\n --vscode-debugConsole-sourceForeground: #cccccc;\n --vscode-debugConsoleInputIcon-foreground: #cccccc;\n --vscode-debugIcon-pauseForeground: #75beff;\n --vscode-debugIcon-stopForeground: #f48771;\n --vscode-debugIcon-disconnectForeground: #f48771;\n --vscode-debugIcon-restartForeground: #89d185;\n --vscode-debugIcon-stepOverForeground: #75beff;\n --vscode-debugIcon-stepIntoForeground: #75beff;\n --vscode-debugIcon-stepOutForeground: #75beff;\n --vscode-debugIcon-continueForeground: #75beff;\n --vscode-debugIcon-stepBackForeground: #75beff;\n --vscode-mergeEditor-change\\.background: rgba(155, 185, 85, 0.2);\n --vscode-mergeEditor-change\\.word\\.background: rgba(156, 204, 44, 0.2);\n --vscode-mergeEditor-changeBase\\.background: #4b1818;\n --vscode-mergeEditor-changeBase\\.word\\.background: #6f1313;\n --vscode-mergeEditor-conflict\\.unhandledUnfocused\\.border: rgba(255, 166, 0, 0.48);\n --vscode-mergeEditor-conflict\\.unhandledFocused\\.border: #ffa600;\n --vscode-mergeEditor-conflict\\.handledUnfocused\\.border: rgba(134, 134, 134, 0.29);\n --vscode-mergeEditor-conflict\\.handledFocused\\.border: rgba(193, 193, 193, 0.8);\n --vscode-mergeEditor-conflict\\.handled\\.minimapOverViewRuler: rgba(173, 172, 168, 0.93);\n --vscode-mergeEditor-conflict\\.unhandled\\.minimapOverViewRuler: #fcba03;\n --vscode-mergeEditor-conflictingLines\\.background: rgba(255, 234, 0, 0.28);\n --vscode-mergeEditor-conflict\\.input1\\.background: rgba(64, 200, 174, 0.2);\n --vscode-mergeEditor-conflict\\.input2\\.background: rgba(64, 166, 255, 0.2);\n --vscode-terminal-ansiBlack: #000000;\n --vscode-terminal-ansiRed: #cd3131;\n --vscode-terminal-ansiGreen: #0dbc79;\n --vscode-terminal-ansiYellow: #e5e510;\n --vscode-terminal-ansiBlue: #2472c8;\n --vscode-terminal-ansiMagenta: #bc3fbc;\n --vscode-terminal-ansiCyan: #11a8cd;\n --vscode-terminal-ansiWhite: #e5e5e5;\n --vscode-terminal-ansiBrightBlack: #666666;\n --vscode-terminal-ansiBrightRed: #f14c4c;\n --vscode-terminal-ansiBrightGreen: #23d18b;\n --vscode-terminal-ansiBrightYellow: #f5f543;\n --vscode-terminal-ansiBrightBlue: #3b8eea;\n --vscode-terminal-ansiBrightMagenta: #d670d6;\n --vscode-terminal-ansiBrightCyan: #29b8db;\n --vscode-terminal-ansiBrightWhite: #e5e5e5;\n --vscode-simpleFindWidget-sashBorder: #454545;\n --vscode-terminalStickyScrollHover-background: #2a2d2e;\n --vscode-terminalCommandGuide-foreground: #37373d;\n --vscode-terminalSymbolIcon-flagForeground: #ee9d28;\n --vscode-terminalSymbolIcon-aliasForeground: #b180d7;\n --vscode-terminalSymbolIcon-optionValueForeground: #75beff;\n --vscode-terminalSymbolIcon-methodForeground: #b180d7;\n --vscode-terminalSymbolIcon-argumentForeground: #75beff;\n --vscode-terminalSymbolIcon-optionForeground: #ee9d28;\n --vscode-terminalSymbolIcon-fileForeground: #cccccc;\n --vscode-terminalSymbolIcon-folderForeground: #cccccc;\n --vscode-terminalSymbolIcon-commitForeground: #cccccc;\n --vscode-terminalSymbolIcon-branchForeground: #cccccc;\n --vscode-terminalSymbolIcon-tagForeground: #cccccc;\n --vscode-terminalSymbolIcon-stashForeground: #cccccc;\n --vscode-terminalSymbolIcon-remoteForeground: #cccccc;\n --vscode-terminalSymbolIcon-pullRequestForeground: #cccccc;\n --vscode-terminalSymbolIcon-pullRequestDoneForeground: #cccccc;\n --vscode-terminalSymbolIcon-symbolicLinkFileForeground: #cccccc;\n --vscode-terminalSymbolIcon-symbolicLinkFolderForeground: #cccccc;\n --vscode-terminalSymbolIcon-symbolText: #cccccc;\n --vscode-markdownAlert-note\\.foreground: #59a4f9;\n --vscode-markdownAlert-tip\\.foreground: #89d185;\n --vscode-markdownAlert-important\\.foreground: #b180d7;\n --vscode-markdownAlert-warning\\.foreground: #cca700;\n --vscode-markdownAlert-caution\\.foreground: #f14c4c;\n --vscode-welcomePage-tileBackground: #252526;\n --vscode-welcomePage-tileHoverBackground: #2c2c2d;\n --vscode-welcomePage-tileBorder: rgba(255, 255, 255, 0.1);\n --vscode-welcomePage-progress\\.background: #3c3c3c;\n --vscode-welcomePage-progress\\.foreground: #3794ff;\n --vscode-walkthrough-stepTitle\\.foreground: #ffffff;\n --vscode-walkThrough-embeddedEditorBackground: rgba(0, 0, 0, 0.4);\n --vscode-profiles-sashBorder: rgba(128, 128, 128, 0.35);\n --vscode-gitDecoration-addedResourceForeground: #81b88b;\n --vscode-gitDecoration-modifiedResourceForeground: #e2c08d;\n --vscode-gitDecoration-deletedResourceForeground: #c74e39;\n --vscode-gitDecoration-renamedResourceForeground: #73c991;\n --vscode-gitDecoration-untrackedResourceForeground: #73c991;\n --vscode-gitDecoration-ignoredResourceForeground: #8c8c8c;\n --vscode-gitDecoration-stageModifiedResourceForeground: #e2c08d;\n --vscode-gitDecoration-stageDeletedResourceForeground: #c74e39;\n --vscode-gitDecoration-conflictingResourceForeground: #e4676b;\n --vscode-gitDecoration-submoduleResourceForeground: #8db9e2;\n --vscode-git-blame\\.editorDecorationForeground: #969696;\n --vscode-gitlens-gutterBackgroundColor: rgba(255, 255, 255, 0.07);\n --vscode-gitlens-gutterForegroundColor: #bebebe;\n --vscode-gitlens-gutterUncommittedForegroundColor: rgba(0, 188, 242, 0.6);\n --vscode-gitlens-trailingLineBackgroundColor: rgba(0, 0, 0, 0);\n --vscode-gitlens-trailingLineForegroundColor: rgba(153, 153, 153, 0.35);\n --vscode-gitlens-lineHighlightBackgroundColor: rgba(0, 188, 242, 0.2);\n --vscode-gitlens-lineHighlightOverviewRulerColor: rgba(0, 188, 242, 0.6);\n --vscode-gitlens-openAutolinkedIssueIconColor: #3fb950;\n --vscode-gitlens-closedAutolinkedIssueIconColor: #a371f7;\n --vscode-gitlens-closedPullRequestIconColor: #f85149;\n --vscode-gitlens-openPullRequestIconColor: #3fb950;\n --vscode-gitlens-mergedPullRequestIconColor: #a371f7;\n --vscode-gitlens-unpublishedChangesIconColor: #35b15e;\n --vscode-gitlens-unpublishedCommitIconColor: #35b15e;\n --vscode-gitlens-unpulledChangesIconColor: #b15e35;\n --vscode-gitlens-decorations\\.addedForegroundColor: #81b88b;\n --vscode-gitlens-decorations\\.copiedForegroundColor: #73c991;\n --vscode-gitlens-decorations\\.deletedForegroundColor: #c74e39;\n --vscode-gitlens-decorations\\.ignoredForegroundColor: #8c8c8c;\n --vscode-gitlens-decorations\\.modifiedForegroundColor: #e2c08d;\n --vscode-gitlens-decorations\\.untrackedForegroundColor: #73c991;\n --vscode-gitlens-decorations\\.renamedForegroundColor: #73c991;\n --vscode-gitlens-decorations\\.branchAheadForegroundColor: #35b15e;\n --vscode-gitlens-decorations\\.branchBehindForegroundColor: #b15e35;\n --vscode-gitlens-decorations\\.branchDivergedForegroundColor: #d8af1b;\n --vscode-gitlens-decorations\\.branchMissingUpstreamForegroundColor: #c74e39;\n --vscode-gitlens-decorations\\.statusMergingOrRebasingConflictForegroundColor: #c74e39;\n --vscode-gitlens-decorations\\.statusMergingOrRebasingForegroundColor: #d8af1b;\n --vscode-gitlens-decorations\\.workspaceRepoMissingForegroundColor: #909090;\n --vscode-gitlens-decorations\\.workspaceCurrentForegroundColor: #35b15e;\n --vscode-gitlens-decorations\\.workspaceRepoOpenForegroundColor: #35b15e;\n --vscode-gitlens-decorations\\.worktreeHasUncommittedChangesForegroundColor: #e2c08d;\n --vscode-gitlens-decorations\\.worktreeMissingForegroundColor: #c74e39;\n --vscode-gitlens-graphLane1Color: #15a0bf;\n --vscode-gitlens-graphLane2Color: #0669f7;\n --vscode-gitlens-graphLane3Color: #8e00c2;\n --vscode-gitlens-graphLane4Color: #c517b6;\n --vscode-gitlens-graphLane5Color: #d90171;\n --vscode-gitlens-graphLane6Color: #cd0101;\n --vscode-gitlens-graphLane7Color: #f25d2e;\n --vscode-gitlens-graphLane8Color: #f2ca33;\n --vscode-gitlens-graphLane9Color: #7bd938;\n --vscode-gitlens-graphLane10Color: #2ece9d;\n --vscode-gitlens-graphChangesColumnAddedColor: #347d39;\n --vscode-gitlens-graphChangesColumnDeletedColor: #c93c37;\n --vscode-gitlens-graphMinimapMarkerHeadColor: #05e617;\n --vscode-gitlens-graphScrollMarkerHeadColor: #05e617;\n --vscode-gitlens-graphMinimapMarkerUpstreamColor: #09ae17;\n --vscode-gitlens-graphScrollMarkerUpstreamColor: #09ae17;\n --vscode-gitlens-graphMinimapMarkerHighlightsColor: #fbff0a;\n --vscode-gitlens-graphScrollMarkerHighlightsColor: #fbff0a;\n --vscode-gitlens-graphMinimapMarkerLocalBranchesColor: #3087cf;\n --vscode-gitlens-graphScrollMarkerLocalBranchesColor: #3087cf;\n --vscode-gitlens-graphMinimapMarkerPullRequestsColor: #c76801;\n --vscode-gitlens-graphScrollMarkerPullRequestsColor: #c76801;\n --vscode-gitlens-graphMinimapMarkerRemoteBranchesColor: #2b5e88;\n --vscode-gitlens-graphScrollMarkerRemoteBranchesColor: #2b5e88;\n --vscode-gitlens-graphMinimapMarkerStashesColor: #b34db3;\n --vscode-gitlens-graphScrollMarkerStashesColor: #b34db3;\n --vscode-gitlens-graphMinimapMarkerTagsColor: #6b562e;\n --vscode-gitlens-graphScrollMarkerTagsColor: #6b562e;\n --vscode-gitlens-launchpadIndicatorMergeableColor: #3fb950;\n --vscode-gitlens-launchpadIndicatorMergeableHoverColor: #3fb950;\n --vscode-gitlens-launchpadIndicatorBlockedColor: #c74e39;\n --vscode-gitlens-launchpadIndicatorBlockedHoverColor: #c74e39;\n --vscode-gitlens-launchpadIndicatorAttentionColor: #d8af1b;\n --vscode-gitlens-launchpadIndicatorAttentionHoverColor: #d8af1b;\n --vscode-issues-newIssueDecoration: rgba(255, 255, 255, 0.28);\n --vscode-issues-open: #3fb950;\n --vscode-issues-closed: #8957e5;\n --vscode-github-issues\\.closed: #8957e5;\n --vscode-pullRequests-merged: #8957e5;\n --vscode-pullRequests-draft: #6e7681;\n --vscode-pullRequests-open: #3fb950;\n --vscode-pullRequests-closed: #cb2431;\n --vscode-pullRequests-notification: #59a4f9;\n --vscode-testExplorer-errorDecorationBackground: #5a1d1d;\n --vscode-remoteHub-decorations\\.addedForegroundColor: #81b88b;\n --vscode-remoteHub-decorations\\.modifiedForegroundColor: #e2c08d;\n --vscode-remoteHub-decorations\\.deletedForegroundColor: #c74e39;\n --vscode-remoteHub-decorations\\.submoduleForegroundColor: #8db9e2;\n --vscode-remoteHub-decorations\\.conflictForegroundColor: #e4676b;\n --vscode-remoteHub-decorations\\.incomingAddedForegroundColor: #81b88b;\n --vscode-remoteHub-decorations\\.incomingModifiedForegroundColor: #e2c08d;\n --vscode-remoteHub-decorations\\.incomingDeletedForegroundColor: #c74e39;\n --vscode-remoteHub-decorations\\.incomingRenamedForegroundColor: #73c991;\n --vscode-remoteHub-decorations\\.possibleConflictForegroundColor: #cca700;\n --vscode-remoteHub-decorations\\.ignoredResourceForeground: #8c8c8c;\n --vscode-remoteHub-decorations\\.workspaceRepositoriesView\\.hasUncommittedChangesForegroundColor: #e2c08d;\n --vscode-editor-font-feature-settings: \"liga\" on,\"calt\" on;\n}\n";
|
|
8
|
+
//#endregion
|
|
9
|
+
//#region src/standalone/themes/default-light-plus.css?raw
|
|
10
|
+
var default_light_plus_default = ".vscode-theme.default-light-plus {\n scrollbar-color: var(--vscode-scrollbarSlider-background) var(--vscode-editor-background);\n font-family: var(--markdown-font-family, -apple-system, BlinkMacSystemFont, \"Segoe WPC\", \"Segoe UI\", system-ui, \"Ubuntu\", \"Droid Sans\", sans-serif);\n font-size: var(--markdown-font-size, 14px);\n line-height: var(--markdown-line-height, 22px);\n word-wrap: break-word;\n padding: 0 !important;\n --markdown-font-family: -apple-system, BlinkMacSystemFont, 'Segoe WPC', 'Segoe UI', system-ui, 'Ubuntu', 'Droid Sans', sans-serif;\n --markdown-font-size: 14px;\n --markdown-line-height: 1.6;\n --vscode-font-family: \"Segoe WPC\", \"Segoe UI\", sans-serif;\n --vscode-font-weight: normal;\n --vscode-font-size: 13px;\n --vscode-editor-font-family: 'Cascadia Code', Consolas, 'Courier New', monospace;\n --vscode-editor-font-weight: normal;\n --vscode-editor-font-size: 14px;\n --text-link-decoration: none;\n --vscode-foreground: #616161;\n --vscode-disabledForeground: rgba(97, 97, 97, 0.5);\n --vscode-errorForeground: #a1260d;\n --vscode-descriptionForeground: #717171;\n --vscode-icon-foreground: #424242;\n --vscode-focusBorder: #0090f1;\n --vscode-textLink-foreground: #006ab1;\n --vscode-textLink-activeForeground: #006ab1;\n --vscode-textSeparator-foreground: rgba(0, 0, 0, 0.18);\n --vscode-textPreformat-foreground: #a31515;\n --vscode-textPreformat-background: rgba(0, 0, 0, 0.1);\n --vscode-textBlockQuote-background: #f2f2f2;\n --vscode-textBlockQuote-border: rgba(0, 122, 204, 0.5);\n --vscode-textCodeBlock-background: rgba(220, 220, 220, 0.4);\n --vscode-sash-hoverBorder: #0090f1;\n --vscode-badge-background: #c4c4c4;\n --vscode-badge-foreground: #333333;\n --vscode-activityWarningBadge-foreground: #ffffff;\n --vscode-activityWarningBadge-background: #b27c00;\n --vscode-activityErrorBadge-foreground: #ffffff;\n --vscode-activityErrorBadge-background: #e51400;\n --vscode-scrollbar-shadow: #dddddd;\n --vscode-scrollbarSlider-background: rgba(100, 100, 100, 0.4);\n --vscode-scrollbarSlider-hoverBackground: rgba(100, 100, 100, 0.7);\n --vscode-scrollbarSlider-activeBackground: rgba(0, 0, 0, 0.6);\n --vscode-progressBar-background: #0e70c0;\n --vscode-chart-line: #236b8e;\n --vscode-chart-axis: rgba(0, 0, 0, 0.6);\n --vscode-chart-guide: rgba(0, 0, 0, 0.2);\n --vscode-editor-background: #ffffff;\n --vscode-editor-foreground: #000000;\n --vscode-editorStickyScroll-background: #ffffff;\n --vscode-editorStickyScrollGutter-background: #ffffff;\n --vscode-editorStickyScrollHover-background: #f0f0f0;\n --vscode-editorStickyScroll-shadow: #dddddd;\n --vscode-editorWidget-background: #f3f3f3;\n --vscode-editorWidget-foreground: #616161;\n --vscode-editorWidget-border: #c8c8c8;\n --vscode-editorError-foreground: #e51400;\n --vscode-editorWarning-foreground: #bf8803;\n --vscode-editorInfo-foreground: #0063d3;\n --vscode-editorHint-foreground: #6c6c6c;\n --vscode-editorLink-activeForeground: #0000ff;\n --vscode-editor-selectionBackground: #add6ff;\n --vscode-editor-inactiveSelectionBackground: #e5ebf1;\n --vscode-editor-selectionHighlightBackground: rgba(173, 214, 255, 0.5);\n --vscode-editor-compositionBorder: #000000;\n --vscode-editor-findMatchBackground: #a8ac94;\n --vscode-editor-findMatchHighlightBackground: rgba(234, 92, 0, 0.33);\n --vscode-editor-findRangeHighlightBackground: rgba(180, 180, 180, 0.3);\n --vscode-editor-hoverHighlightBackground: rgba(173, 214, 255, 0.15);\n --vscode-editorHoverWidget-background: #f3f3f3;\n --vscode-editorHoverWidget-foreground: #616161;\n --vscode-editorHoverWidget-border: #c8c8c8;\n --vscode-editorHoverWidget-statusBarBackground: #e7e7e7;\n --vscode-editorInlayHint-foreground: #969696;\n --vscode-editorInlayHint-background: rgba(196, 196, 196, 0.1);\n --vscode-editorInlayHint-typeForeground: #969696;\n --vscode-editorInlayHint-typeBackground: rgba(196, 196, 196, 0.1);\n --vscode-editorInlayHint-parameterForeground: #969696;\n --vscode-editorInlayHint-parameterBackground: rgba(196, 196, 196, 0.1);\n --vscode-editorLightBulb-foreground: #ddb100;\n --vscode-editorLightBulbAutoFix-foreground: #007acc;\n --vscode-editorLightBulbAi-foreground: #ddb100;\n --vscode-editor-snippetTabstopHighlightBackground: rgba(10, 50, 100, 0.2);\n --vscode-editor-snippetFinalTabstopHighlightBorder: rgba(10, 50, 100, 0.5);\n --vscode-diffEditor-insertedTextBackground: rgba(23, 149, 44, 0.37);\n --vscode-diffEditor-removedTextBackground: rgba(255, 0, 0, 0.35);\n --vscode-diffEditor-insertedLineBackground: rgba(155, 185, 85, 0.2);\n --vscode-diffEditor-removedLineBackground: rgba(255, 0, 0, 0.2);\n --vscode-diffEditor-diagonalFill: rgba(34, 34, 34, 0.2);\n --vscode-diffEditor-unchangedRegionBackground: #f8f8f8;\n --vscode-diffEditor-unchangedRegionForeground: #616161;\n --vscode-diffEditor-unchangedCodeBackground: rgba(184, 184, 184, 0.16);\n --vscode-widget-shadow: rgba(0, 0, 0, 0.16);\n --vscode-widget-border: #d4d4d4;\n --vscode-toolbar-hoverBackground: rgba(184, 184, 184, 0.31);\n --vscode-toolbar-activeBackground: rgba(166, 166, 166, 0.31);\n --vscode-breadcrumb-foreground: rgba(97, 97, 97, 0.8);\n --vscode-breadcrumb-background: #ffffff;\n --vscode-breadcrumb-focusForeground: #4e4e4e;\n --vscode-breadcrumb-activeSelectionForeground: #4e4e4e;\n --vscode-breadcrumbPicker-background: #f3f3f3;\n --vscode-merge-currentHeaderBackground: rgba(64, 200, 174, 0.5);\n --vscode-merge-currentContentBackground: rgba(64, 200, 174, 0.2);\n --vscode-merge-incomingHeaderBackground: rgba(64, 166, 255, 0.5);\n --vscode-merge-incomingContentBackground: rgba(64, 166, 255, 0.2);\n --vscode-merge-commonHeaderBackground: rgba(96, 96, 96, 0.4);\n --vscode-merge-commonContentBackground: rgba(96, 96, 96, 0.16);\n --vscode-editorOverviewRuler-currentContentForeground: rgba(64, 200, 174, 0.5);\n --vscode-editorOverviewRuler-incomingContentForeground: rgba(64, 166, 255, 0.5);\n --vscode-editorOverviewRuler-commonContentForeground: rgba(96, 96, 96, 0.4);\n --vscode-editorOverviewRuler-findMatchForeground: rgba(209, 134, 22, 0.49);\n --vscode-editorOverviewRuler-selectionHighlightForeground: rgba(160, 160, 160, 0.8);\n --vscode-problemsErrorIcon-foreground: #e51400;\n --vscode-problemsWarningIcon-foreground: #bf8803;\n --vscode-problemsInfoIcon-foreground: #0063d3;\n --vscode-minimap-findMatchHighlight: rgba(234, 92, 0, 0.33);\n --vscode-minimap-selectionOccurrenceHighlight: rgba(173, 214, 255, 0.5);\n --vscode-minimap-selectionHighlight: #add6ff;\n --vscode-minimap-infoHighlight: #0063d3;\n --vscode-minimap-warningHighlight: #bf8803;\n --vscode-minimap-errorHighlight: rgba(255, 18, 18, 0.7);\n --vscode-minimap-foregroundOpacity: #000000;\n --vscode-minimapSlider-background: rgba(100, 100, 100, 0.2);\n --vscode-minimapSlider-hoverBackground: rgba(100, 100, 100, 0.35);\n --vscode-minimapSlider-activeBackground: rgba(0, 0, 0, 0.3);\n --vscode-charts-foreground: #616161;\n --vscode-charts-lines: rgba(97, 97, 97, 0.5);\n --vscode-charts-red: #e51400;\n --vscode-charts-blue: #0063d3;\n --vscode-charts-yellow: #bf8803;\n --vscode-charts-orange: rgba(234, 92, 0, 0.33);\n --vscode-charts-green: #388a34;\n --vscode-charts-purple: #652d90;\n --vscode-list-focusOutline: #0090f1;\n --vscode-list-focusAndSelectionOutline: #90c2f9;\n --vscode-list-activeSelectionBackground: #0060c0;\n --vscode-list-activeSelectionForeground: #ffffff;\n --vscode-list-activeSelectionIconForeground: #ffffff;\n --vscode-list-inactiveSelectionBackground: #e4e6f1;\n --vscode-list-hoverBackground: #e8e8e8;\n --vscode-list-dropBackground: #d6ebff;\n --vscode-list-dropBetweenBackground: #424242;\n --vscode-list-highlightForeground: #0066bf;\n --vscode-list-focusHighlightForeground: #bbe7ff;\n --vscode-list-invalidItemForeground: #b89500;\n --vscode-list-errorForeground: #b01011;\n --vscode-list-warningForeground: #855f00;\n --vscode-listFilterWidget-background: #f3f3f3;\n --vscode-listFilterWidget-outline: rgba(0, 0, 0, 0);\n --vscode-listFilterWidget-noMatchesOutline: #be1100;\n --vscode-listFilterWidget-shadow: rgba(0, 0, 0, 0.16);\n --vscode-list-filterMatchBackground: rgba(234, 92, 0, 0.33);\n --vscode-list-deemphasizedForeground: #8e8e90;\n --vscode-tree-indentGuidesStroke: #a9a9a9;\n --vscode-tree-inactiveIndentGuidesStroke: rgba(169, 169, 169, 0.4);\n --vscode-tree-tableColumnsBorder: rgba(97, 97, 97, 0.13);\n --vscode-tree-tableOddRowsBackground: rgba(97, 97, 97, 0.04);\n --vscode-editorActionList-background: #f3f3f3;\n --vscode-editorActionList-foreground: #616161;\n --vscode-editorActionList-focusForeground: #ffffff;\n --vscode-editorActionList-focusBackground: #0060c0;\n --vscode-input-background: #ffffff;\n --vscode-input-foreground: #616161;\n --vscode-inputOption-activeBorder: #007acc;\n --vscode-inputOption-hoverBackground: rgba(184, 184, 184, 0.31);\n --vscode-inputOption-activeBackground: rgba(0, 144, 241, 0.2);\n --vscode-inputOption-activeForeground: #000000;\n --vscode-input-placeholderForeground: #767676;\n --vscode-inputValidation-infoBackground: #d6ecf2;\n --vscode-inputValidation-infoBorder: #007acc;\n --vscode-inputValidation-warningBackground: #f6f5d2;\n --vscode-inputValidation-warningBorder: #b89500;\n --vscode-inputValidation-errorBackground: #f2dede;\n --vscode-inputValidation-errorBorder: #be1100;\n --vscode-dropdown-background: #ffffff;\n --vscode-dropdown-foreground: #616161;\n --vscode-dropdown-border: #cecece;\n --vscode-button-foreground: #ffffff;\n --vscode-button-separator: rgba(255, 255, 255, 0.4);\n --vscode-button-background: #007acc;\n --vscode-button-hoverBackground: #0062a3;\n --vscode-button-secondaryForeground: #616161;\n --vscode-button-secondaryBorder: rgba(97, 97, 97, 0.2);\n --vscode-button-secondaryHoverBackground: #e8e8e8;\n --vscode-radio-activeForeground: #000000;\n --vscode-radio-activeBackground: rgba(0, 144, 241, 0.2);\n --vscode-radio-activeBorder: #007acc;\n --vscode-radio-inactiveBorder: rgba(0, 0, 0, 0.2);\n --vscode-radio-inactiveHoverBackground: rgba(184, 184, 184, 0.31);\n --vscode-checkbox-background: #ffffff;\n --vscode-checkbox-selectBackground: #f3f3f3;\n --vscode-checkbox-foreground: #616161;\n --vscode-checkbox-border: #919191;\n --vscode-checkbox-selectBorder: #424242;\n --vscode-checkbox-disabled\\.background: #cacaca;\n --vscode-checkbox-disabled\\.foreground: #959595;\n --vscode-keybindingLabel-background: rgba(221, 221, 221, 0.4);\n --vscode-keybindingLabel-foreground: #555555;\n --vscode-keybindingLabel-border: rgba(204, 204, 204, 0.4);\n --vscode-keybindingLabel-bottomBorder: rgba(187, 187, 187, 0.4);\n --vscode-menu-border: #d4d4d4;\n --vscode-menu-foreground: #616161;\n --vscode-menu-background: #ffffff;\n --vscode-menu-selectionForeground: #ffffff;\n --vscode-menu-selectionBackground: #0060c0;\n --vscode-menu-separatorBackground: #d4d4d4;\n --vscode-quickInput-background: #f3f3f3;\n --vscode-quickInput-foreground: #616161;\n --vscode-quickInputTitle-background: rgba(0, 0, 0, 0.06);\n --vscode-pickerGroup-foreground: #0066bf;\n --vscode-pickerGroup-border: #cccedb;\n --vscode-quickInputList-focusForeground: #ffffff;\n --vscode-quickInputList-focusIconForeground: #ffffff;\n --vscode-quickInputList-focusBackground: #0060c0;\n --vscode-search-resultsInfoForeground: #616161;\n --vscode-searchEditor-findMatchBackground: rgba(234, 92, 0, 0.22);\n --vscode-editor-lineHighlightBorder: #eeeeee;\n --vscode-editor-rangeHighlightBackground: rgba(253, 255, 0, 0.2);\n --vscode-editor-symbolHighlightBackground: rgba(234, 92, 0, 0.33);\n --vscode-editorCursor-foreground: #000000;\n --vscode-editorMultiCursor-primary\\.foreground: #000000;\n --vscode-editorMultiCursor-secondary\\.foreground: #000000;\n --vscode-editorWhitespace-foreground: rgba(51, 51, 51, 0.2);\n --vscode-editorLineNumber-foreground: #237893;\n --vscode-editorIndentGuide-background: rgba(51, 51, 51, 0.2);\n --vscode-editorIndentGuide-activeBackground: rgba(51, 51, 51, 0.2);\n --vscode-editorIndentGuide-background1: #d3d3d3;\n --vscode-editorIndentGuide-background2: rgba(0, 0, 0, 0);\n --vscode-editorIndentGuide-background3: rgba(0, 0, 0, 0);\n --vscode-editorIndentGuide-background4: rgba(0, 0, 0, 0);\n --vscode-editorIndentGuide-background5: rgba(0, 0, 0, 0);\n --vscode-editorIndentGuide-background6: rgba(0, 0, 0, 0);\n --vscode-editorIndentGuide-activeBackground1: #939393;\n --vscode-editorIndentGuide-activeBackground2: rgba(0, 0, 0, 0);\n --vscode-editorIndentGuide-activeBackground3: rgba(0, 0, 0, 0);\n --vscode-editorIndentGuide-activeBackground4: rgba(0, 0, 0, 0);\n --vscode-editorIndentGuide-activeBackground5: rgba(0, 0, 0, 0);\n --vscode-editorIndentGuide-activeBackground6: rgba(0, 0, 0, 0);\n --vscode-editorActiveLineNumber-foreground: #0b216f;\n --vscode-editorLineNumber-activeForeground: #0b216f;\n --vscode-editorRuler-foreground: rgba(177, 177, 177, 0.17);\n --vscode-editorCodeLens-foreground: #919191;\n --vscode-editorBracketMatch-background: rgba(0, 100, 0, 0.1);\n --vscode-editorBracketMatch-border: #b9b9b9;\n --vscode-editorOverviewRuler-border: rgba(127, 127, 127, 0.3);\n --vscode-editorGutter-background: #ffffff;\n --vscode-editorUnnecessaryCode-opacity: rgba(0, 0, 0, 0.47);\n --vscode-editorGhostText-foreground: rgba(0, 0, 0, 0.47);\n --vscode-editorOverviewRuler-rangeHighlightForeground: rgba(0, 122, 204, 0.6);\n --vscode-editorOverviewRuler-errorForeground: rgba(255, 18, 18, 0.7);\n --vscode-editorOverviewRuler-warningForeground: #bf8803;\n --vscode-editorOverviewRuler-infoForeground: #0063d3;\n --vscode-editorBracketHighlight-foreground1: #0431fa;\n --vscode-editorBracketHighlight-foreground2: #319331;\n --vscode-editorBracketHighlight-foreground3: #7b3814;\n --vscode-editorBracketHighlight-foreground4: rgba(0, 0, 0, 0);\n --vscode-editorBracketHighlight-foreground5: rgba(0, 0, 0, 0);\n --vscode-editorBracketHighlight-foreground6: rgba(0, 0, 0, 0);\n --vscode-editorBracketHighlight-unexpectedBracket\\.foreground: rgba(255, 18, 18, 0.8);\n --vscode-editorBracketPairGuide-background1: rgba(0, 0, 0, 0);\n --vscode-editorBracketPairGuide-background2: rgba(0, 0, 0, 0);\n --vscode-editorBracketPairGuide-background3: rgba(0, 0, 0, 0);\n --vscode-editorBracketPairGuide-background4: rgba(0, 0, 0, 0);\n --vscode-editorBracketPairGuide-background5: rgba(0, 0, 0, 0);\n --vscode-editorBracketPairGuide-background6: rgba(0, 0, 0, 0);\n --vscode-editorBracketPairGuide-activeBackground1: rgba(0, 0, 0, 0);\n --vscode-editorBracketPairGuide-activeBackground2: rgba(0, 0, 0, 0);\n --vscode-editorBracketPairGuide-activeBackground3: rgba(0, 0, 0, 0);\n --vscode-editorBracketPairGuide-activeBackground4: rgba(0, 0, 0, 0);\n --vscode-editorBracketPairGuide-activeBackground5: rgba(0, 0, 0, 0);\n --vscode-editorBracketPairGuide-activeBackground6: rgba(0, 0, 0, 0);\n --vscode-editorUnicodeHighlight-border: #bf8803;\n --vscode-diffEditor-move\\.border: rgba(139, 139, 139, 0.61);\n --vscode-diffEditor-moveActive\\.border: #ffa500;\n --vscode-diffEditor-unchangedRegionShadow: rgba(115, 115, 115, 0.75);\n --vscode-editorOverviewRuler-bracketMatchForeground: #a0a0a0;\n --vscode-actionBar-toggledBackground: #dddddd;\n --vscode-symbolIcon-arrayForeground: #616161;\n --vscode-symbolIcon-booleanForeground: #616161;\n --vscode-symbolIcon-classForeground: #d67e00;\n --vscode-symbolIcon-colorForeground: #616161;\n --vscode-symbolIcon-constantForeground: #616161;\n --vscode-symbolIcon-constructorForeground: #652d90;\n --vscode-symbolIcon-enumeratorForeground: #d67e00;\n --vscode-symbolIcon-enumeratorMemberForeground: #007acc;\n --vscode-symbolIcon-eventForeground: #d67e00;\n --vscode-symbolIcon-fieldForeground: #007acc;\n --vscode-symbolIcon-fileForeground: #616161;\n --vscode-symbolIcon-folderForeground: #616161;\n --vscode-symbolIcon-functionForeground: #652d90;\n --vscode-symbolIcon-interfaceForeground: #007acc;\n --vscode-symbolIcon-keyForeground: #616161;\n --vscode-symbolIcon-keywordForeground: #616161;\n --vscode-symbolIcon-methodForeground: #652d90;\n --vscode-symbolIcon-moduleForeground: #616161;\n --vscode-symbolIcon-namespaceForeground: #616161;\n --vscode-symbolIcon-nullForeground: #616161;\n --vscode-symbolIcon-numberForeground: #616161;\n --vscode-symbolIcon-objectForeground: #616161;\n --vscode-symbolIcon-operatorForeground: #616161;\n --vscode-symbolIcon-packageForeground: #616161;\n --vscode-symbolIcon-propertyForeground: #616161;\n --vscode-symbolIcon-referenceForeground: #616161;\n --vscode-symbolIcon-snippetForeground: #616161;\n --vscode-symbolIcon-stringForeground: #616161;\n --vscode-symbolIcon-structForeground: #616161;\n --vscode-symbolIcon-textForeground: #616161;\n --vscode-symbolIcon-typeParameterForeground: #616161;\n --vscode-symbolIcon-unitForeground: #616161;\n --vscode-symbolIcon-variableForeground: #007acc;\n --vscode-peekViewTitle-background: #f3f3f3;\n --vscode-peekViewTitleLabel-foreground: #000000;\n --vscode-peekViewTitleDescription-foreground: #616161;\n --vscode-peekView-border: #0063d3;\n --vscode-peekViewResult-background: #f3f3f3;\n --vscode-peekViewResult-lineForeground: #646465;\n --vscode-peekViewResult-fileForeground: #1e1e1e;\n --vscode-peekViewResult-selectionBackground: rgba(51, 153, 255, 0.2);\n --vscode-peekViewResult-selectionForeground: #6c6c6c;\n --vscode-peekViewEditor-background: #f2f8fc;\n --vscode-peekViewEditorGutter-background: #f2f8fc;\n --vscode-peekViewEditorStickyScroll-background: #f2f8fc;\n --vscode-peekViewEditorStickyScrollGutter-background: #f2f8fc;\n --vscode-peekViewResult-matchHighlightBackground: rgba(234, 92, 0, 0.3);\n --vscode-peekViewEditor-matchHighlightBackground: rgba(245, 216, 2, 0.87);\n --vscode-editorMarkerNavigationError-background: #e51400;\n --vscode-editorMarkerNavigationError-headerBackground: rgba(229, 20, 0, 0.1);\n --vscode-editorMarkerNavigationWarning-background: #bf8803;\n --vscode-editorMarkerNavigationWarning-headerBackground: rgba(191, 136, 3, 0.1);\n --vscode-editorMarkerNavigationInfo-background: #0063d3;\n --vscode-editorMarkerNavigationInfo-headerBackground: rgba(0, 99, 211, 0.1);\n --vscode-editorMarkerNavigation-background: #ffffff;\n --vscode-editor-foldBackground: rgba(173, 214, 255, 0.3);\n --vscode-editor-foldPlaceholderForeground: #808080;\n --vscode-editorGutter-foldingControlForeground: #424242;\n --vscode-editorSuggestWidget-background: #f3f3f3;\n --vscode-editorSuggestWidget-border: #c8c8c8;\n --vscode-editorSuggestWidget-foreground: #000000;\n --vscode-editorSuggestWidget-selectedForeground: #ffffff;\n --vscode-editorSuggestWidget-selectedIconForeground: #ffffff;\n --vscode-editorSuggestWidget-selectedBackground: #0060c0;\n --vscode-editorSuggestWidget-highlightForeground: #0066bf;\n --vscode-editorSuggestWidget-focusHighlightForeground: #bbe7ff;\n --vscode-editorSuggestWidgetStatus-foreground: rgba(0, 0, 0, 0.5);\n --vscode-inlineEdit-originalBackground: rgba(255, 0, 0, 0.07);\n --vscode-inlineEdit-modifiedBackground: rgba(23, 149, 44, 0.11);\n --vscode-inlineEdit-originalChangedLineBackground: rgba(255, 0, 0, 0.28);\n --vscode-inlineEdit-originalChangedTextBackground: rgba(255, 0, 0, 0.28);\n --vscode-inlineEdit-modifiedChangedLineBackground: rgba(155, 185, 85, 0.14);\n --vscode-inlineEdit-modifiedChangedTextBackground: rgba(23, 149, 44, 0.26);\n --vscode-inlineEdit-gutterIndicator\\.primaryForeground: #ffffff;\n --vscode-inlineEdit-gutterIndicator\\.primaryBorder: #007acc;\n --vscode-inlineEdit-gutterIndicator\\.primaryBackground: rgba(0, 122, 204, 0.5);\n --vscode-inlineEdit-gutterIndicator\\.secondaryForeground: #616161;\n --vscode-inlineEdit-gutterIndicator\\.successfulForeground: #ffffff;\n --vscode-inlineEdit-gutterIndicator\\.successfulBorder: #007acc;\n --vscode-inlineEdit-gutterIndicator\\.successfulBackground: #007acc;\n --vscode-inlineEdit-gutterIndicator\\.background: rgba(95, 95, 95, 0.09);\n --vscode-inlineEdit-originalBorder: rgba(255, 0, 0, 0.35);\n --vscode-inlineEdit-modifiedBorder: rgba(9, 60, 18, 0.37);\n --vscode-inlineEdit-tabWillAcceptModifiedBorder: rgba(9, 60, 18, 0.37);\n --vscode-inlineEdit-tabWillAcceptOriginalBorder: rgba(255, 0, 0, 0.35);\n --vscode-editor-linkedEditingBackground: rgba(255, 0, 0, 0.3);\n --vscode-editor-wordHighlightBackground: rgba(87, 87, 87, 0.25);\n --vscode-editor-wordHighlightStrongBackground: rgba(14, 99, 156, 0.25);\n --vscode-editor-wordHighlightTextBackground: rgba(87, 87, 87, 0.25);\n --vscode-editorOverviewRuler-wordHighlightForeground: rgba(160, 160, 160, 0.8);\n --vscode-editorOverviewRuler-wordHighlightStrongForeground: rgba(192, 160, 192, 0.8);\n --vscode-editorOverviewRuler-wordHighlightTextForeground: rgba(160, 160, 160, 0.8);\n --vscode-editorHoverWidget-highlightForeground: #0066bf;\n --vscode-editor-placeholder\\.foreground: rgba(0, 0, 0, 0.47);\n --vscode-tab-activeBackground: #ffffff;\n --vscode-tab-unfocusedActiveBackground: #ffffff;\n --vscode-tab-inactiveBackground: #ececec;\n --vscode-tab-unfocusedInactiveBackground: #ececec;\n --vscode-tab-activeForeground: #333333;\n --vscode-tab-inactiveForeground: rgba(51, 51, 51, 0.7);\n --vscode-tab-unfocusedActiveForeground: rgba(51, 51, 51, 0.7);\n --vscode-tab-unfocusedInactiveForeground: rgba(51, 51, 51, 0.35);\n --vscode-tab-border: #f3f3f3;\n --vscode-tab-lastPinnedBorder: rgba(97, 97, 97, 0.19);\n --vscode-tab-selectedBackground: rgba(255, 255, 255, 0.65);\n --vscode-tab-selectedForeground: rgba(51, 51, 51, 0.7);\n --vscode-tab-dragAndDropBorder: #333333;\n --vscode-tab-activeModifiedBorder: #33aaee;\n --vscode-tab-inactiveModifiedBorder: rgba(51, 170, 238, 0.5);\n --vscode-tab-unfocusedActiveModifiedBorder: rgba(51, 170, 238, 0.7);\n --vscode-tab-unfocusedInactiveModifiedBorder: rgba(51, 170, 238, 0.25);\n --vscode-editorPane-background: #ffffff;\n --vscode-editorGroupHeader-tabsBackground: #f3f3f3;\n --vscode-editorGroupHeader-noTabsBackground: #ffffff;\n --vscode-editorGroup-border: #e7e7e7;\n --vscode-editorGroup-dropBackground: rgba(38, 119, 203, 0.18);\n --vscode-editorGroup-dropIntoPromptForeground: #616161;\n --vscode-editorGroup-dropIntoPromptBackground: #f3f3f3;\n --vscode-sideBySideEditor-horizontalBorder: #e7e7e7;\n --vscode-sideBySideEditor-verticalBorder: #e7e7e7;\n --vscode-banner-background: #004386;\n --vscode-banner-foreground: #ffffff;\n --vscode-banner-iconForeground: #0063d3;\n --vscode-statusBar-foreground: #ffffff;\n --vscode-statusBar-noFolderForeground: #ffffff;\n --vscode-statusBar-background: #007acc;\n --vscode-statusBar-noFolderBackground: #68217a;\n --vscode-statusBar-focusBorder: #ffffff;\n --vscode-statusBarItem-activeBackground: rgba(255, 255, 255, 0.18);\n --vscode-statusBarItem-focusBorder: #ffffff;\n --vscode-statusBarItem-hoverBackground: rgba(0, 0, 0, 0.12);\n --vscode-statusBarItem-hoverForeground: #ffffff;\n --vscode-statusBarItem-compactHoverBackground: rgba(0, 0, 0, 0.12);\n --vscode-statusBarItem-prominentForeground: #ffffff;\n --vscode-statusBarItem-prominentBackground: rgba(0, 0, 0, 0.5);\n --vscode-statusBarItem-prominentHoverForeground: #ffffff;\n --vscode-statusBarItem-prominentHoverBackground: rgba(0, 0, 0, 0.12);\n --vscode-statusBarItem-errorBackground: #c72e0f;\n --vscode-statusBarItem-errorForeground: #ffffff;\n --vscode-statusBarItem-errorHoverForeground: #ffffff;\n --vscode-statusBarItem-errorHoverBackground: rgba(0, 0, 0, 0.12);\n --vscode-statusBarItem-warningBackground: #725102;\n --vscode-statusBarItem-warningForeground: #ffffff;\n --vscode-statusBarItem-warningHoverForeground: #ffffff;\n --vscode-statusBarItem-warningHoverBackground: rgba(0, 0, 0, 0.12);\n --vscode-activityBar-background: #2c2c2c;\n --vscode-activityBar-foreground: #ffffff;\n --vscode-activityBar-inactiveForeground: rgba(255, 255, 255, 0.4);\n --vscode-activityBar-activeBorder: #ffffff;\n --vscode-activityBar-dropBorder: #ffffff;\n --vscode-activityBarBadge-background: #007acc;\n --vscode-activityBarBadge-foreground: #ffffff;\n --vscode-activityBarTop-foreground: #424242;\n --vscode-activityBarTop-activeBorder: #424242;\n --vscode-activityBarTop-inactiveForeground: rgba(66, 66, 66, 0.75);\n --vscode-activityBarTop-dropBorder: #424242;\n --vscode-panel-background: #ffffff;\n --vscode-panel-border: rgba(128, 128, 128, 0.35);\n --vscode-panelTitle-activeForeground: #424242;\n --vscode-panelTitle-inactiveForeground: rgba(66, 66, 66, 0.75);\n --vscode-panelTitle-activeBorder: #424242;\n --vscode-panelTitleBadge-background: #007acc;\n --vscode-panelTitleBadge-foreground: #ffffff;\n --vscode-panelInput-border: #dddddd;\n --vscode-panel-dropBorder: #424242;\n --vscode-panelSection-dropBackground: rgba(38, 119, 203, 0.18);\n --vscode-panelSectionHeader-background: rgba(128, 128, 128, 0.2);\n --vscode-panelSection-border: rgba(128, 128, 128, 0.35);\n --vscode-panelStickyScroll-background: #ffffff;\n --vscode-panelStickyScroll-shadow: #dddddd;\n --vscode-profileBadge-background: #c4c4c4;\n --vscode-profileBadge-foreground: #333333;\n --vscode-statusBarItem-remoteBackground: #16825d;\n --vscode-statusBarItem-remoteForeground: #ffffff;\n --vscode-statusBarItem-remoteHoverForeground: #ffffff;\n --vscode-statusBarItem-remoteHoverBackground: rgba(0, 0, 0, 0.12);\n --vscode-statusBarItem-offlineBackground: #6c1717;\n --vscode-statusBarItem-offlineForeground: #ffffff;\n --vscode-statusBarItem-offlineHoverForeground: #ffffff;\n --vscode-statusBarItem-offlineHoverBackground: rgba(0, 0, 0, 0.12);\n --vscode-extensionBadge-remoteBackground: #007acc;\n --vscode-extensionBadge-remoteForeground: #ffffff;\n --vscode-sideBar-background: #f3f3f3;\n --vscode-sideBarTitle-background: #f3f3f3;\n --vscode-sideBarTitle-foreground: #6f6f6f;\n --vscode-sideBar-dropBackground: rgba(38, 119, 203, 0.18);\n --vscode-sideBarSectionHeader-background: rgba(0, 0, 0, 0);\n --vscode-sideBarSectionHeader-border: rgba(97, 97, 97, 0.19);\n --vscode-sideBarActivityBarTop-border: rgba(97, 97, 97, 0.19);\n --vscode-sideBarStickyScroll-background: #f3f3f3;\n --vscode-sideBarStickyScroll-shadow: #dddddd;\n --vscode-titleBar-activeForeground: #333333;\n --vscode-titleBar-inactiveForeground: rgba(51, 51, 51, 0.6);\n --vscode-titleBar-activeBackground: #dddddd;\n --vscode-titleBar-inactiveBackground: rgba(221, 221, 221, 0.6);\n --vscode-menubar-selectionForeground: #333333;\n --vscode-menubar-selectionBackground: rgba(184, 184, 184, 0.31);\n --vscode-commandCenter-foreground: #333333;\n --vscode-commandCenter-activeForeground: #333333;\n --vscode-commandCenter-inactiveForeground: rgba(51, 51, 51, 0.6);\n --vscode-commandCenter-background: rgba(0, 0, 0, 0.05);\n --vscode-commandCenter-activeBackground: rgba(0, 0, 0, 0.08);\n --vscode-commandCenter-border: rgba(51, 51, 51, 0.2);\n --vscode-commandCenter-activeBorder: rgba(51, 51, 51, 0.3);\n --vscode-commandCenter-inactiveBorder: rgba(51, 51, 51, 0.15);\n --vscode-notificationCenter-border: #d4d4d4;\n --vscode-notificationToast-border: #d4d4d4;\n --vscode-notifications-foreground: #616161;\n --vscode-notifications-background: #f3f3f3;\n --vscode-notificationLink-foreground: #006ab1;\n --vscode-notificationCenterHeader-background: #e7e7e7;\n --vscode-notifications-border: #e7e7e7;\n --vscode-notificationsErrorIcon-foreground: #e51400;\n --vscode-notificationsWarningIcon-foreground: #bf8803;\n --vscode-notificationsInfoIcon-foreground: #0063d3;\n --vscode-editorGutter-modifiedBackground: #2090d3;\n --vscode-editorGutter-modifiedSecondaryBackground: #aad8f2;\n --vscode-editorGutter-addedBackground: #48985d;\n --vscode-editorGutter-addedSecondaryBackground: #a7d5b3;\n --vscode-editorGutter-deletedBackground: #e51400;\n --vscode-editorGutter-deletedSecondaryBackground: #ff3d2b;\n --vscode-minimapGutter-modifiedBackground: #2090d3;\n --vscode-minimapGutter-addedBackground: #48985d;\n --vscode-minimapGutter-deletedBackground: #e51400;\n --vscode-editorOverviewRuler-modifiedForeground: rgba(32, 144, 211, 0.6);\n --vscode-editorOverviewRuler-addedForeground: rgba(72, 152, 93, 0.6);\n --vscode-editorOverviewRuler-deletedForeground: rgba(229, 20, 0, 0.6);\n --vscode-editorGutter-itemGlyphForeground: #000000;\n --vscode-editorGutter-itemBackground: #d5d8e9;\n --vscode-terminal-foreground: #333333;\n --vscode-terminal-selectionBackground: #add6ff;\n --vscode-terminal-inactiveSelectionBackground: #e5ebf1;\n --vscode-terminalCommandDecoration-defaultBackground: rgba(0, 0, 0, 0.25);\n --vscode-terminalCommandDecoration-successBackground: #2090d3;\n --vscode-terminalCommandDecoration-errorBackground: #e51400;\n --vscode-terminalOverviewRuler-cursorForeground: rgba(160, 160, 160, 0.8);\n --vscode-terminal-border: rgba(128, 128, 128, 0.35);\n --vscode-terminalOverviewRuler-border: rgba(127, 127, 127, 0.3);\n --vscode-terminal-findMatchBackground: #a8ac94;\n --vscode-terminal-hoverHighlightBackground: rgba(173, 214, 255, 0.07);\n --vscode-terminal-findMatchHighlightBackground: rgba(234, 92, 0, 0.33);\n --vscode-terminalOverviewRuler-findMatchForeground: rgba(209, 134, 22, 0.49);\n --vscode-terminal-dropBackground: rgba(38, 119, 203, 0.18);\n --vscode-terminal-initialHintForeground: rgba(0, 0, 0, 0.47);\n --vscode-scmGraph-historyItemRefColor: #0063d3;\n --vscode-scmGraph-historyItemRemoteRefColor: #652d90;\n --vscode-scmGraph-historyItemBaseRefColor: #ea5c00;\n --vscode-scmGraph-historyItemHoverDefaultLabelForeground: #616161;\n --vscode-scmGraph-historyItemHoverDefaultLabelBackground: #c4c4c4;\n --vscode-scmGraph-historyItemHoverLabelForeground: #ffffff;\n --vscode-scmGraph-historyItemHoverAdditionsForeground: #587c0c;\n --vscode-scmGraph-historyItemHoverDeletionsForeground: #ad0707;\n --vscode-scmGraph-foreground1: #ffb000;\n --vscode-scmGraph-foreground2: #dc267f;\n --vscode-scmGraph-foreground3: #994f00;\n --vscode-scmGraph-foreground4: #40b0a6;\n --vscode-scmGraph-foreground5: #b66dff;\n --vscode-commentsView-resolvedIcon: rgba(97, 97, 97, 0.5);\n --vscode-commentsView-unresolvedIcon: #0090f1;\n --vscode-editorCommentsWidget-replyInputBackground: #f3f3f3;\n --vscode-editorCommentsWidget-resolvedBorder: rgba(97, 97, 97, 0.5);\n --vscode-editorCommentsWidget-unresolvedBorder: #0090f1;\n --vscode-editorCommentsWidget-rangeBackground: rgba(0, 144, 241, 0.1);\n --vscode-editorCommentsWidget-rangeActiveBackground: rgba(0, 144, 241, 0.1);\n --vscode-editorGutter-commentRangeForeground: #d5d8e9;\n --vscode-editorOverviewRuler-commentForeground: #d5d8e9;\n --vscode-editorOverviewRuler-commentUnresolvedForeground: #d5d8e9;\n --vscode-editorOverviewRuler-commentDraftForeground: #d5d8e9;\n --vscode-editorGutter-commentGlyphForeground: #000000;\n --vscode-editorGutter-commentUnresolvedGlyphForeground: #000000;\n --vscode-editorGutter-commentDraftGlyphForeground: #000000;\n --vscode-agentSessionReadIndicator-foreground: rgba(97, 97, 97, 0.15);\n --vscode-agentSessionSelectedBadge-border: rgba(255, 255, 255, 0.3);\n --vscode-agentSessionSelectedUnfocusedBadge-border: rgba(97, 97, 97, 0.3);\n --vscode-ports-iconRunningProcessForeground: #369432;\n --vscode-settings-headerForeground: #444444;\n --vscode-settings-settingsHeaderHoverForeground: rgba(68, 68, 68, 0.7);\n --vscode-settings-modifiedItemIndicator: #66afe0;\n --vscode-settings-headerBorder: rgba(128, 128, 128, 0.35);\n --vscode-settings-sashBorder: rgba(128, 128, 128, 0.35);\n --vscode-settings-dropdownBackground: #ffffff;\n --vscode-settings-dropdownForeground: #616161;\n --vscode-settings-dropdownBorder: #cecece;\n --vscode-settings-dropdownListBorder: #c8c8c8;\n --vscode-settings-checkboxBackground: #ffffff;\n --vscode-settings-checkboxForeground: #616161;\n --vscode-settings-checkboxBorder: #919191;\n --vscode-settings-textInputBackground: #ffffff;\n --vscode-settings-textInputForeground: #616161;\n --vscode-settings-textInputBorder: #cecece;\n --vscode-settings-numberInputBackground: #ffffff;\n --vscode-settings-numberInputForeground: #616161;\n --vscode-settings-numberInputBorder: #cecece;\n --vscode-settings-focusedRowBackground: rgba(232, 232, 232, 0.6);\n --vscode-settings-rowHoverBackground: rgba(232, 232, 232, 0.3);\n --vscode-settings-focusedRowBorder: #0090f1;\n --vscode-keybindingTable-headerBackground: rgba(97, 97, 97, 0.04);\n --vscode-keybindingTable-rowsBackground: rgba(97, 97, 97, 0.04);\n --vscode-extensionButton-foreground: #616161;\n --vscode-extensionButton-hoverBackground: #e8e8e8;\n --vscode-extensionButton-border: rgba(97, 97, 97, 0.2);\n --vscode-extensionButton-separator: rgba(255, 255, 255, 0.4);\n --vscode-extensionButton-prominentBackground: #007acc;\n --vscode-extensionButton-prominentForeground: #ffffff;\n --vscode-extensionButton-prominentHoverBackground: #0062a3;\n --vscode-debugToolBar-background: #f3f3f3;\n --vscode-debugIcon-startForeground: #388a34;\n --vscode-notebook-cellBorderColor: #e8e8e8;\n --vscode-notebook-focusedEditorBorder: #0090f1;\n --vscode-notebookStatusSuccessIcon-foreground: #388a34;\n --vscode-notebookEditorOverviewRuler-runningCellForeground: #388a34;\n --vscode-notebookStatusErrorIcon-foreground: #a1260d;\n --vscode-notebookStatusRunningIcon-foreground: #616161;\n --vscode-notebook-cellToolbarSeparator: rgba(128, 128, 128, 0.35);\n --vscode-notebook-selectedCellBackground: rgba(200, 221, 241, 0.31);\n --vscode-notebook-selectedCellBorder: #e8e8e8;\n --vscode-notebook-focusedCellBorder: #0090f1;\n --vscode-notebook-inactiveFocusedCellBorder: #e8e8e8;\n --vscode-notebook-cellStatusBarItemHoverBackground: rgba(0, 0, 0, 0.08);\n --vscode-notebook-cellInsertionIndicator: #0090f1;\n --vscode-notebookScrollbarSlider-background: rgba(100, 100, 100, 0.4);\n --vscode-notebookScrollbarSlider-hoverBackground: rgba(100, 100, 100, 0.7);\n --vscode-notebookScrollbarSlider-activeBackground: rgba(0, 0, 0, 0.6);\n --vscode-notebook-symbolHighlightBackground: rgba(253, 255, 0, 0.2);\n --vscode-notebook-cellEditorBackground: #f3f3f3;\n --vscode-notebook-editorBackground: #ffffff;\n --vscode-inlineChat-foreground: #616161;\n --vscode-inlineChat-background: #f3f3f3;\n --vscode-inlineChat-border: #c8c8c8;\n --vscode-inlineChat-shadow: rgba(0, 0, 0, 0.16);\n --vscode-inlineChatInput-border: #c8c8c8;\n --vscode-inlineChatInput-focusBorder: #0090f1;\n --vscode-inlineChatInput-placeholderForeground: #767676;\n --vscode-inlineChatInput-background: #ffffff;\n --vscode-inlineChatDiff-inserted: rgba(23, 149, 44, 0.19);\n --vscode-editorOverviewRuler-inlineChatInserted: rgba(23, 149, 44, 0.3);\n --vscode-editorMinimap-inlineChatInserted: rgba(23, 149, 44, 0.3);\n --vscode-inlineChatDiff-removed: rgba(255, 0, 0, 0.17);\n --vscode-editorOverviewRuler-inlineChatRemoved: rgba(255, 0, 0, 0.28);\n --vscode-multiDiffEditor-headerBackground: #ececec;\n --vscode-multiDiffEditor-background: #ffffff;\n --vscode-multiDiffEditor-border: #cccccc;\n --vscode-extensionIcon-verifiedForeground: #006ab1;\n --vscode-chat-requestBorder: rgba(0, 0, 0, 0.1);\n --vscode-chat-requestBackground: rgba(255, 255, 255, 0.62);\n --vscode-chat-slashCommandBackground: rgba(173, 206, 255, 0.48);\n --vscode-chat-slashCommandForeground: #26569e;\n --vscode-chat-avatarBackground: #f2f2f2;\n --vscode-chat-avatarForeground: #616161;\n --vscode-chat-editedFileForeground: #895503;\n --vscode-chat-requestCodeBorder: rgba(14, 99, 156, 0.25);\n --vscode-chat-requestBubbleBackground: rgba(173, 214, 255, 0.3);\n --vscode-chat-requestBubbleHoverBackground: rgba(173, 214, 255, 0.6);\n --vscode-chat-checkpointSeparator: #a9a9a9;\n --vscode-chat-linesAddedForeground: #107c10;\n --vscode-chat-linesRemovedForeground: #bc2f32;\n --vscode-chat-thinkingShimmer: #000000;\n --vscode-extensionIcon-starForeground: #df6100;\n --vscode-extensionIcon-preReleaseForeground: #1d9271;\n --vscode-extensionIcon-sponsorForeground: #b51e78;\n --vscode-extensionIcon-privateForeground: rgba(0, 0, 0, 0.38);\n --vscode-debugExceptionWidget-border: #a31515;\n --vscode-debugExceptionWidget-background: #f1dfde;\n --vscode-editor-inlineValuesForeground: rgba(0, 0, 0, 0.5);\n --vscode-editor-inlineValuesBackground: rgba(255, 200, 0, 0.2);\n --vscode-debugIcon-breakpointForeground: #e51400;\n --vscode-debugIcon-breakpointDisabledForeground: #848484;\n --vscode-debugIcon-breakpointUnverifiedForeground: #848484;\n --vscode-debugIcon-breakpointCurrentStackframeForeground: #be8700;\n --vscode-debugIcon-breakpointStackframeForeground: #89d185;\n --vscode-editor-stackFrameHighlightBackground: rgba(255, 255, 102, 0.45);\n --vscode-editor-focusedStackFrameHighlightBackground: rgba(206, 231, 206, 0.45);\n --vscode-minimap-chatEditHighlight: rgba(255, 255, 255, 0.6);\n --vscode-chatManagement-sashBorder: rgba(128, 128, 128, 0.35);\n --vscode-gauge-foreground: #007acc;\n --vscode-gauge-background: rgba(0, 122, 204, 0.3);\n --vscode-gauge-warningForeground: #b89500;\n --vscode-gauge-warningBackground: rgba(184, 149, 0, 0.3);\n --vscode-gauge-errorForeground: #be1100;\n --vscode-gauge-errorBackground: rgba(190, 17, 0, 0.3);\n --vscode-mcpIcon-starForeground: #df6100;\n --vscode-interactive-activeCodeBorder: #007acc;\n --vscode-interactive-inactiveCodeBorder: #e4e6f1;\n --vscode-testing-iconFailed: #f14c4c;\n --vscode-testing-iconErrored: #f14c4c;\n --vscode-testing-iconPassed: #73c991;\n --vscode-testing-runAction: #73c991;\n --vscode-testing-iconQueued: #cca700;\n --vscode-testing-iconUnset: #848484;\n --vscode-testing-iconSkipped: #848484;\n --vscode-testing-peekBorder: #e51400;\n --vscode-testing-messagePeekBorder: #0063d3;\n --vscode-testing-peekHeaderBackground: rgba(229, 20, 0, 0.1);\n --vscode-testing-messagePeekHeaderBackground: rgba(0, 99, 211, 0.1);\n --vscode-testing-coveredBackground: rgba(23, 149, 44, 0.37);\n --vscode-testing-coveredBorder: rgba(23, 149, 44, 0.28);\n --vscode-testing-coveredGutterBackground: rgba(23, 149, 44, 0.22);\n --vscode-testing-uncoveredBranchBackground: #ff4d4d;\n --vscode-testing-uncoveredBackground: rgba(255, 0, 0, 0.35);\n --vscode-testing-uncoveredBorder: rgba(255, 0, 0, 0.26);\n --vscode-testing-uncoveredGutterBackground: rgba(255, 0, 0, 0.52);\n --vscode-testing-coverCountBadgeBackground: #c4c4c4;\n --vscode-testing-coverCountBadgeForeground: #333333;\n --vscode-testing-message\\.error\\.badgeBackground: #e51400;\n --vscode-testing-message\\.error\\.badgeBorder: #e51400;\n --vscode-testing-message\\.error\\.badgeForeground: #ffffff;\n --vscode-testing-message\\.info\\.decorationForeground: rgba(0, 0, 0, 0.5);\n --vscode-testing-iconErrored\\.retired: rgba(241, 76, 76, 0.7);\n --vscode-testing-iconFailed\\.retired: rgba(241, 76, 76, 0.7);\n --vscode-testing-iconPassed\\.retired: rgba(115, 201, 145, 0.7);\n --vscode-testing-iconQueued\\.retired: rgba(204, 167, 0, 0.7);\n --vscode-testing-iconUnset\\.retired: rgba(132, 132, 132, 0.7);\n --vscode-testing-iconSkipped\\.retired: rgba(132, 132, 132, 0.7);\n --vscode-searchEditor-textInputBorder: #cecece;\n --vscode-statusBar-debuggingBackground: #cc6633;\n --vscode-statusBar-debuggingForeground: #ffffff;\n --vscode-commandCenter-debuggingBackground: rgba(204, 102, 51, 0.26);\n --vscode-debugTokenExpression-name: #9b46b0;\n --vscode-debugTokenExpression-type: #4a90e2;\n --vscode-debugTokenExpression-value: rgba(108, 108, 108, 0.8);\n --vscode-debugTokenExpression-string: #a31515;\n --vscode-debugTokenExpression-boolean: #0000ff;\n --vscode-debugTokenExpression-number: #098658;\n --vscode-debugTokenExpression-error: #e51400;\n --vscode-debugView-exceptionLabelForeground: #ffffff;\n --vscode-debugView-exceptionLabelBackground: #a31515;\n --vscode-debugView-stateLabelForeground: #616161;\n --vscode-debugView-stateLabelBackground: rgba(136, 136, 136, 0.27);\n --vscode-debugView-valueChangedHighlight: #569cd6;\n --vscode-debugConsole-infoForeground: #0063d3;\n --vscode-debugConsole-warningForeground: #bf8803;\n --vscode-debugConsole-errorForeground: #a1260d;\n --vscode-debugConsole-sourceForeground: #616161;\n --vscode-debugConsoleInputIcon-foreground: #616161;\n --vscode-debugIcon-pauseForeground: #007acc;\n --vscode-debugIcon-stopForeground: #a1260d;\n --vscode-debugIcon-disconnectForeground: #a1260d;\n --vscode-debugIcon-restartForeground: #388a34;\n --vscode-debugIcon-stepOverForeground: #007acc;\n --vscode-debugIcon-stepIntoForeground: #007acc;\n --vscode-debugIcon-stepOutForeground: #007acc;\n --vscode-debugIcon-continueForeground: #007acc;\n --vscode-debugIcon-stepBackForeground: #007acc;\n --vscode-mergeEditor-change\\.background: rgba(155, 185, 85, 0.2);\n --vscode-mergeEditor-change\\.word\\.background: rgba(156, 204, 44, 0.4);\n --vscode-mergeEditor-changeBase\\.background: #ffcccc;\n --vscode-mergeEditor-changeBase\\.word\\.background: #ffa3a3;\n --vscode-mergeEditor-conflict\\.unhandledUnfocused\\.border: #ffa600;\n --vscode-mergeEditor-conflict\\.unhandledFocused\\.border: #ffa600;\n --vscode-mergeEditor-conflict\\.handledUnfocused\\.border: rgba(134, 134, 134, 0.29);\n --vscode-mergeEditor-conflict\\.handledFocused\\.border: rgba(193, 193, 193, 0.8);\n --vscode-mergeEditor-conflict\\.handled\\.minimapOverViewRuler: rgba(173, 172, 168, 0.93);\n --vscode-mergeEditor-conflict\\.unhandled\\.minimapOverViewRuler: #fcba03;\n --vscode-mergeEditor-conflictingLines\\.background: rgba(255, 234, 0, 0.28);\n --vscode-mergeEditor-conflict\\.input1\\.background: rgba(64, 200, 174, 0.2);\n --vscode-mergeEditor-conflict\\.input2\\.background: rgba(64, 166, 255, 0.2);\n --vscode-terminal-ansiBlack: #000000;\n --vscode-terminal-ansiRed: #cd3131;\n --vscode-terminal-ansiGreen: #107c10;\n --vscode-terminal-ansiYellow: #949800;\n --vscode-terminal-ansiBlue: #0451a5;\n --vscode-terminal-ansiMagenta: #bc05bc;\n --vscode-terminal-ansiCyan: #0598bc;\n --vscode-terminal-ansiWhite: #555555;\n --vscode-terminal-ansiBrightBlack: #666666;\n --vscode-terminal-ansiBrightRed: #cd3131;\n --vscode-terminal-ansiBrightGreen: #14ce14;\n --vscode-terminal-ansiBrightYellow: #b5ba00;\n --vscode-terminal-ansiBrightBlue: #0451a5;\n --vscode-terminal-ansiBrightMagenta: #bc05bc;\n --vscode-terminal-ansiBrightCyan: #0598bc;\n --vscode-terminal-ansiBrightWhite: #a5a5a5;\n --vscode-simpleFindWidget-sashBorder: #c8c8c8;\n --vscode-terminalStickyScrollHover-background: #f0f0f0;\n --vscode-terminalCommandGuide-foreground: #e4e6f1;\n --vscode-terminalSymbolIcon-flagForeground: #d67e00;\n --vscode-terminalSymbolIcon-aliasForeground: #652d90;\n --vscode-terminalSymbolIcon-optionValueForeground: #007acc;\n --vscode-terminalSymbolIcon-methodForeground: #652d90;\n --vscode-terminalSymbolIcon-argumentForeground: #007acc;\n --vscode-terminalSymbolIcon-optionForeground: #d67e00;\n --vscode-terminalSymbolIcon-fileForeground: #616161;\n --vscode-terminalSymbolIcon-folderForeground: #616161;\n --vscode-terminalSymbolIcon-commitForeground: #616161;\n --vscode-terminalSymbolIcon-branchForeground: #616161;\n --vscode-terminalSymbolIcon-tagForeground: #616161;\n --vscode-terminalSymbolIcon-stashForeground: #616161;\n --vscode-terminalSymbolIcon-remoteForeground: #616161;\n --vscode-terminalSymbolIcon-pullRequestForeground: #616161;\n --vscode-terminalSymbolIcon-pullRequestDoneForeground: #616161;\n --vscode-terminalSymbolIcon-symbolicLinkFileForeground: #616161;\n --vscode-terminalSymbolIcon-symbolicLinkFolderForeground: #616161;\n --vscode-terminalSymbolIcon-symbolText: #616161;\n --vscode-markdownAlert-note\\.foreground: #0063d3;\n --vscode-markdownAlert-tip\\.foreground: #388a34;\n --vscode-markdownAlert-important\\.foreground: #652d90;\n --vscode-markdownAlert-warning\\.foreground: #bf8803;\n --vscode-markdownAlert-caution\\.foreground: #e51400;\n --vscode-welcomePage-tileBackground: #f3f3f3;\n --vscode-welcomePage-tileHoverBackground: #dbdbdb;\n --vscode-welcomePage-tileBorder: rgba(0, 0, 0, 0.1);\n --vscode-welcomePage-progress\\.background: #ffffff;\n --vscode-welcomePage-progress\\.foreground: #006ab1;\n --vscode-walkthrough-stepTitle\\.foreground: #000000;\n --vscode-walkThrough-embeddedEditorBackground: #f4f4f4;\n --vscode-profiles-sashBorder: rgba(128, 128, 128, 0.35);\n --vscode-gitDecoration-addedResourceForeground: #587c0c;\n --vscode-gitDecoration-modifiedResourceForeground: #895503;\n --vscode-gitDecoration-deletedResourceForeground: #ad0707;\n --vscode-gitDecoration-renamedResourceForeground: #007100;\n --vscode-gitDecoration-untrackedResourceForeground: #007100;\n --vscode-gitDecoration-ignoredResourceForeground: #8e8e90;\n --vscode-gitDecoration-stageModifiedResourceForeground: #895503;\n --vscode-gitDecoration-stageDeletedResourceForeground: #ad0707;\n --vscode-gitDecoration-conflictingResourceForeground: #ad0707;\n --vscode-gitDecoration-submoduleResourceForeground: #1258a7;\n --vscode-git-blame\\.editorDecorationForeground: #969696;\n --vscode-gitlens-gutterBackgroundColor: rgba(0, 0, 0, 0.05);\n --vscode-gitlens-gutterForegroundColor: #747474;\n --vscode-gitlens-gutterUncommittedForegroundColor: rgba(0, 188, 242, 0.6);\n --vscode-gitlens-trailingLineBackgroundColor: rgba(0, 0, 0, 0);\n --vscode-gitlens-trailingLineForegroundColor: rgba(153, 153, 153, 0.35);\n --vscode-gitlens-lineHighlightBackgroundColor: rgba(0, 188, 242, 0.2);\n --vscode-gitlens-lineHighlightOverviewRulerColor: rgba(0, 188, 242, 0.6);\n --vscode-gitlens-openAutolinkedIssueIconColor: #1a7f37;\n --vscode-gitlens-closedAutolinkedIssueIconColor: #8250df;\n --vscode-gitlens-closedPullRequestIconColor: #cf222e;\n --vscode-gitlens-openPullRequestIconColor: #1a7f37;\n --vscode-gitlens-mergedPullRequestIconColor: #8250df;\n --vscode-gitlens-unpublishedChangesIconColor: #35b15e;\n --vscode-gitlens-unpublishedCommitIconColor: #35b15e;\n --vscode-gitlens-unpulledChangesIconColor: #b15e35;\n --vscode-gitlens-decorations\\.addedForegroundColor: #587c0c;\n --vscode-gitlens-decorations\\.copiedForegroundColor: #007100;\n --vscode-gitlens-decorations\\.deletedForegroundColor: #ad0707;\n --vscode-gitlens-decorations\\.ignoredForegroundColor: #8e8e90;\n --vscode-gitlens-decorations\\.modifiedForegroundColor: #895503;\n --vscode-gitlens-decorations\\.untrackedForegroundColor: #007100;\n --vscode-gitlens-decorations\\.renamedForegroundColor: #007100;\n --vscode-gitlens-decorations\\.branchAheadForegroundColor: #35b15e;\n --vscode-gitlens-decorations\\.branchBehindForegroundColor: #b15e35;\n --vscode-gitlens-decorations\\.branchDivergedForegroundColor: #d8af1b;\n --vscode-gitlens-decorations\\.branchMissingUpstreamForegroundColor: #ad0707;\n --vscode-gitlens-decorations\\.statusMergingOrRebasingConflictForegroundColor: #ad0707;\n --vscode-gitlens-decorations\\.statusMergingOrRebasingForegroundColor: #d8af1b;\n --vscode-gitlens-decorations\\.workspaceRepoMissingForegroundColor: #949494;\n --vscode-gitlens-decorations\\.workspaceCurrentForegroundColor: #35b15e;\n --vscode-gitlens-decorations\\.workspaceRepoOpenForegroundColor: #35b15e;\n --vscode-gitlens-decorations\\.worktreeHasUncommittedChangesForegroundColor: #895503;\n --vscode-gitlens-decorations\\.worktreeMissingForegroundColor: #ad0707;\n --vscode-gitlens-graphLane1Color: #15a0bf;\n --vscode-gitlens-graphLane2Color: #0669f7;\n --vscode-gitlens-graphLane3Color: #8e00c2;\n --vscode-gitlens-graphLane4Color: #c517b6;\n --vscode-gitlens-graphLane5Color: #d90171;\n --vscode-gitlens-graphLane6Color: #cd0101;\n --vscode-gitlens-graphLane7Color: #f25d2e;\n --vscode-gitlens-graphLane8Color: #f2ca33;\n --vscode-gitlens-graphLane9Color: #7bd938;\n --vscode-gitlens-graphLane10Color: #2ece9d;\n --vscode-gitlens-graphChangesColumnAddedColor: #2da44e;\n --vscode-gitlens-graphChangesColumnDeletedColor: #cf222e;\n --vscode-gitlens-graphMinimapMarkerHeadColor: #04c814;\n --vscode-gitlens-graphScrollMarkerHeadColor: #04c814;\n --vscode-gitlens-graphMinimapMarkerUpstreamColor: #8cd993;\n --vscode-gitlens-graphScrollMarkerUpstreamColor: #8cd993;\n --vscode-gitlens-graphMinimapMarkerHighlightsColor: #f5cc00;\n --vscode-gitlens-graphScrollMarkerHighlightsColor: #f5cc00;\n --vscode-gitlens-graphMinimapMarkerLocalBranchesColor: #3095e8;\n --vscode-gitlens-graphScrollMarkerLocalBranchesColor: #3095e8;\n --vscode-gitlens-graphMinimapMarkerPullRequestsColor: #ff8f18;\n --vscode-gitlens-graphScrollMarkerPullRequestsColor: #ff8f18;\n --vscode-gitlens-graphMinimapMarkerRemoteBranchesColor: #67ace4;\n --vscode-gitlens-graphScrollMarkerRemoteBranchesColor: #67ace4;\n --vscode-gitlens-graphMinimapMarkerStashesColor: #e467e4;\n --vscode-gitlens-graphScrollMarkerStashesColor: #e467e4;\n --vscode-gitlens-graphMinimapMarkerTagsColor: #d2a379;\n --vscode-gitlens-graphScrollMarkerTagsColor: #d2a379;\n --vscode-gitlens-launchpadIndicatorMergeableColor: #42c954;\n --vscode-gitlens-launchpadIndicatorMergeableHoverColor: #42c954;\n --vscode-gitlens-launchpadIndicatorBlockedColor: #ad0707;\n --vscode-gitlens-launchpadIndicatorBlockedHoverColor: #ad0707;\n --vscode-gitlens-launchpadIndicatorAttentionColor: #cc9b15;\n --vscode-gitlens-launchpadIndicatorAttentionHoverColor: #cc9b15;\n --vscode-issues-newIssueDecoration: rgba(0, 0, 0, 0.28);\n --vscode-issues-open: #3fb950;\n --vscode-issues-closed: #8957e5;\n --vscode-github-issues\\.closed: #8957e5;\n --vscode-pullRequests-merged: #8957e5;\n --vscode-pullRequests-draft: #6e7681;\n --vscode-pullRequests-open: #3fb950;\n --vscode-pullRequests-closed: #cb2431;\n --vscode-pullRequests-notification: #0063d3;\n --vscode-testExplorer-errorDecorationBackground: #f2dede;\n --vscode-remoteHub-decorations\\.addedForegroundColor: #587c0c;\n --vscode-remoteHub-decorations\\.modifiedForegroundColor: #895503;\n --vscode-remoteHub-decorations\\.deletedForegroundColor: #ad0707;\n --vscode-remoteHub-decorations\\.submoduleForegroundColor: #1258a7;\n --vscode-remoteHub-decorations\\.conflictForegroundColor: #ad0707;\n --vscode-remoteHub-decorations\\.incomingAddedForegroundColor: #587c0c;\n --vscode-remoteHub-decorations\\.incomingModifiedForegroundColor: #895503;\n --vscode-remoteHub-decorations\\.incomingDeletedForegroundColor: #ad0707;\n --vscode-remoteHub-decorations\\.incomingRenamedForegroundColor: #007100;\n --vscode-remoteHub-decorations\\.possibleConflictForegroundColor: #855f00;\n --vscode-remoteHub-decorations\\.ignoredResourceForeground: #8e8e90;\n --vscode-remoteHub-decorations\\.workspaceRepositoriesView\\.hasUncommittedChangesForegroundColor: #895503;\n --vscode-editor-font-feature-settings: \"liga\" on, \"calt\" on;\n}";
|
|
11
|
+
//#endregion
|
|
12
|
+
//#region src/standalone/standaloneAppAdapter.ts
|
|
13
|
+
/**
|
|
14
|
+
* Standalone app adapter — the "from source" bridge for a `*.vscode-app.html`.
|
|
15
|
+
*
|
|
16
|
+
* Authored apps add this as a source-only script that the packager strips from
|
|
17
|
+
* the bundled output (the bundle does this work itself):
|
|
18
|
+
*
|
|
19
|
+
* ```html
|
|
20
|
+
* <script data-vscode-app-unbundled
|
|
21
|
+
* src="https://unpkg.com/@vscode/web-editors/standalone-app-adapter.js"><\/script>
|
|
22
|
+
* ```
|
|
23
|
+
*
|
|
24
|
+
* When the HTML is opened directly in a browser (i.e. NOT packaged), this
|
|
25
|
+
* adapter makes the file self-contained enough to run, and to boot the optional
|
|
26
|
+
* Component Explorer:
|
|
27
|
+
*
|
|
28
|
+
* 1. marks the runtime as `dev` (`globalThis.VSCODE_APP_ENV = 'dev'`), so
|
|
29
|
+
* branches gated on `globalThis.VSCODE_APP_ENV !== 'prod'` — e.g. the
|
|
30
|
+
* Component Explorer's dynamic `import()` — run from source;
|
|
31
|
+
* 2. injects a small host CSS shim (theme variable fallbacks + reset) so apps
|
|
32
|
+
* styled against `var(--vscode-*)` are legible without the real host;
|
|
33
|
+
* 3. transforms inline `lang="ts" | "tsx"` scripts with Babel (loaded from a
|
|
34
|
+
* CDN) and re-injects them as real ES modules so the browser runs them;
|
|
35
|
+
* 4. installs a no-op host shim for `window.parent` RPC so apps that probe the
|
|
36
|
+
* host don't hang on a silent channel (full host emulation is out of scope).
|
|
37
|
+
*
|
|
38
|
+
* In a packaged app this script does not exist (the packager strips the
|
|
39
|
+
* `data-vscode-app-unbundled` element), but the adapter ALSO self-guards on
|
|
40
|
+
* `globalThis.VSCODE_APP_ENV === 'prod'` as defense in depth: if the tag is ever
|
|
41
|
+
* left in, it no-ops.
|
|
42
|
+
*/
|
|
43
|
+
/** CDN URL of Babel standalone used to transform inline TS/JSX from source. */
|
|
44
|
+
const BABEL_STANDALONE_URL = "https://unpkg.com/@babel/standalone@7/babel.min.js";
|
|
45
|
+
/** React CDN base used for the automatic JSX runtime when none is detected. */
|
|
46
|
+
const DEFAULT_REACT_CDN = "https://esm.sh/react@18.3.1";
|
|
47
|
+
/**
|
|
48
|
+
* The bundled VS Code theme stylesheets (Default Dark+/Light+), each scoped to a
|
|
49
|
+
* `.vscode-theme.<id>` wrapper class. Applying both classes to `<html>` cascades
|
|
50
|
+
* that theme's full `--vscode-*` variable set to the whole page. This is the same
|
|
51
|
+
* snapshot the Component Explorer ships, so app-mode and explorer-mode match.
|
|
52
|
+
*/
|
|
53
|
+
const THEME_STYLES = {
|
|
54
|
+
dark: {
|
|
55
|
+
css: default_dark_plus_default,
|
|
56
|
+
class: "default-dark-plus"
|
|
57
|
+
},
|
|
58
|
+
light: {
|
|
59
|
+
css: default_light_plus_default,
|
|
60
|
+
class: "default-light-plus"
|
|
61
|
+
}
|
|
62
|
+
};
|
|
63
|
+
const SCRIPT_LANGS = /* @__PURE__ */ new Set([
|
|
64
|
+
"ts",
|
|
65
|
+
"tsx",
|
|
66
|
+
"jsx",
|
|
67
|
+
"js"
|
|
68
|
+
]);
|
|
69
|
+
/**
|
|
70
|
+
* Inject the bundled theme stylesheets once. Skipped if the document already
|
|
71
|
+
* defines `--vscode-foreground` (a real host or the app itself provides theming).
|
|
72
|
+
*/
|
|
73
|
+
function injectThemeStyles() {
|
|
74
|
+
if (document.querySelector("style[data-vscode-app-adapter=\"themes\"]")) return;
|
|
75
|
+
if (getComputedStyle(document.documentElement).getPropertyValue("--vscode-foreground").trim()) return;
|
|
76
|
+
const style = document.createElement("style");
|
|
77
|
+
style.setAttribute("data-vscode-app-adapter", "themes");
|
|
78
|
+
style.textContent = THEME_STYLES.dark.css + "\n" + THEME_STYLES.light.css + "\nhtml.vscode-theme{background:var(--vscode-editor-background);color:var(--vscode-foreground);}";
|
|
79
|
+
document.head.appendChild(style);
|
|
80
|
+
}
|
|
81
|
+
function loadScript(src) {
|
|
82
|
+
return new Promise((resolve, reject) => {
|
|
83
|
+
const el = document.createElement("script");
|
|
84
|
+
el.src = src;
|
|
85
|
+
el.onload = () => resolve();
|
|
86
|
+
el.onerror = () => reject(/* @__PURE__ */ new Error(`Failed to load ${src}`));
|
|
87
|
+
document.head.appendChild(el);
|
|
88
|
+
});
|
|
89
|
+
}
|
|
90
|
+
async function ensureBabel() {
|
|
91
|
+
if (globalThis.Babel) return globalThis.Babel;
|
|
92
|
+
await loadScript(BABEL_STANDALONE_URL);
|
|
93
|
+
if (!globalThis.Babel) throw new Error("Babel standalone did not initialize.");
|
|
94
|
+
return globalThis.Babel;
|
|
95
|
+
}
|
|
96
|
+
/**
|
|
97
|
+
* Detect a CDN URL importing `react` in `source` and return its
|
|
98
|
+
* `package@version` URL prefix, so the automatic JSX runtime resolves
|
|
99
|
+
* `/jsx-runtime` against the same CDN the app already imports React from.
|
|
100
|
+
*/
|
|
101
|
+
function detectReactCdnImport(source) {
|
|
102
|
+
const m = /["'](https?:\/\/[^"']*?\breact@[^/?#"']+)(?:[/?#][^"']*)?["']/.exec(source);
|
|
103
|
+
return m ? m[1] : DEFAULT_REACT_CDN;
|
|
104
|
+
}
|
|
105
|
+
/**
|
|
106
|
+
* Transform an inline `lang`-tagged script's source to a runnable ES module and
|
|
107
|
+
* append it as a `blob:` module. Note relative imports won't resolve against a
|
|
108
|
+
* blob URL — from-source apps import from absolute CDN URLs (esm.sh, etc.).
|
|
109
|
+
*/
|
|
110
|
+
async function runInlineScript(babel, el) {
|
|
111
|
+
const lang = el.getAttribute("lang") ?? "tsx";
|
|
112
|
+
const source = el.textContent ?? "";
|
|
113
|
+
const importSource = detectReactCdnImport(source);
|
|
114
|
+
const code = babel.transform(source, {
|
|
115
|
+
filename: `app.${lang}`,
|
|
116
|
+
presets: [["react", {
|
|
117
|
+
runtime: "automatic",
|
|
118
|
+
importSource
|
|
119
|
+
}], ["typescript", {
|
|
120
|
+
isTSX: true,
|
|
121
|
+
allExtensions: true,
|
|
122
|
+
onlyRemoveTypeImports: true
|
|
123
|
+
}]]
|
|
124
|
+
}).code ?? "";
|
|
125
|
+
const url = URL.createObjectURL(new Blob([code], { type: "text/javascript" }));
|
|
126
|
+
const module = document.createElement("script");
|
|
127
|
+
module.type = "module";
|
|
128
|
+
module.src = url;
|
|
129
|
+
document.body.appendChild(module);
|
|
130
|
+
}
|
|
131
|
+
async function transformInlineScripts() {
|
|
132
|
+
const els = [...document.querySelectorAll("script[lang]")].filter((el) => el instanceof HTMLScriptElement && SCRIPT_LANGS.has((el.getAttribute("lang") ?? "").toLowerCase()) && !el.src);
|
|
133
|
+
if (els.length === 0) return;
|
|
134
|
+
const babel = await ensureBabel();
|
|
135
|
+
for (const el of els) await runInlineScript(babel, el);
|
|
136
|
+
}
|
|
137
|
+
/**
|
|
138
|
+
* No-op host shim: answer `window.parent` postMessage RPC probes with nothing
|
|
139
|
+
* so an app that opens a host connection from source doesn't hang on a silent
|
|
140
|
+
* channel. This is intentionally minimal — it does not emulate any host method.
|
|
141
|
+
* Only installed when the page is actually the top window (no real parent host).
|
|
142
|
+
*/
|
|
143
|
+
function installNoopHostShim() {
|
|
144
|
+
if (window.parent !== window) return;
|
|
145
|
+
window.addEventListener("message", () => {});
|
|
146
|
+
}
|
|
147
|
+
/** Query-param the toggle flips to switch between the app and the explorer. */
|
|
148
|
+
const FIXTURES_PARAM = "fixtures";
|
|
149
|
+
/** localStorage key persisting the user's explicit light/dark choice. */
|
|
150
|
+
const THEME_KEY = "vscode-app-adapter-theme";
|
|
151
|
+
function storedTheme() {
|
|
152
|
+
try {
|
|
153
|
+
const v = localStorage.getItem(THEME_KEY);
|
|
154
|
+
return v === "light" || v === "dark" ? v : void 0;
|
|
155
|
+
} catch {
|
|
156
|
+
return;
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
/** Resolve the effective theme: explicit choice, else the OS preference. */
|
|
160
|
+
function effectiveTheme() {
|
|
161
|
+
const stored = storedTheme();
|
|
162
|
+
if (stored) return stored;
|
|
163
|
+
return window.matchMedia?.("(prefers-color-scheme: light)").matches ? "light" : "dark";
|
|
164
|
+
}
|
|
165
|
+
function applyTheme(theme) {
|
|
166
|
+
const root = document.documentElement;
|
|
167
|
+
root.classList.add("vscode-theme");
|
|
168
|
+
root.classList.remove(THEME_STYLES.dark.class, THEME_STYLES.light.class);
|
|
169
|
+
root.classList.add(THEME_STYLES[theme].class);
|
|
170
|
+
root.style.colorScheme = theme;
|
|
171
|
+
try {
|
|
172
|
+
localStorage.setItem(THEME_KEY, theme);
|
|
173
|
+
} catch {}
|
|
174
|
+
}
|
|
175
|
+
/** Apply the explorer-mode page reset so the explorer fills the viewport. */
|
|
176
|
+
function injectExplorerReset() {
|
|
177
|
+
if (document.querySelector("style[data-vscode-app-adapter=\"explorer-reset\"]")) return;
|
|
178
|
+
const reset = document.createElement("style");
|
|
179
|
+
reset.setAttribute("data-vscode-app-adapter", "explorer-reset");
|
|
180
|
+
reset.textContent = "html,body{margin:0!important;padding:0!important;height:100%!important;width:100%!important;overflow:hidden!important;}body>:not(#__vscode_app_adapter_toolbar__):first-child{position:fixed!important;inset:0!important;margin:0!important;padding:0!important;height:100vh!important;width:100vw!important;}";
|
|
181
|
+
document.head.appendChild(reset);
|
|
182
|
+
}
|
|
183
|
+
/**
|
|
184
|
+
* The floating dev toolbar: a half-transparent, draggable pill whose buttons are
|
|
185
|
+
* contributed through {@link VsCodeAppAdapter.addToolbarItem}. The adapter adds a
|
|
186
|
+
* built-in light/dark theme toggle; explorer-capable apps add an Explorer toggle
|
|
187
|
+
* via {@link VsCodeAppAdapter.enableComponentExplorer}. Dev-only; never present
|
|
188
|
+
* in a packaged app since the whole adapter is stripped.
|
|
189
|
+
*/
|
|
190
|
+
var AdapterToolbar = class {
|
|
191
|
+
_items = [];
|
|
192
|
+
_bar;
|
|
193
|
+
_moved = false;
|
|
194
|
+
addItem(item) {
|
|
195
|
+
const existing = this._items.findIndex((i) => i.id === item.id);
|
|
196
|
+
if (existing >= 0) this._items.splice(existing, 1, item);
|
|
197
|
+
else this._items.push(item);
|
|
198
|
+
this._render();
|
|
199
|
+
return () => {
|
|
200
|
+
const idx = this._items.findIndex((i) => i.id === item.id);
|
|
201
|
+
if (idx >= 0) {
|
|
202
|
+
this._items.splice(idx, 1);
|
|
203
|
+
this._render();
|
|
204
|
+
}
|
|
205
|
+
};
|
|
206
|
+
}
|
|
207
|
+
_ensureBar() {
|
|
208
|
+
if (this._bar) return this._bar;
|
|
209
|
+
const bar = document.createElement("div");
|
|
210
|
+
bar.id = "__vscode_app_adapter_toolbar__";
|
|
211
|
+
bar.style.cssText = [
|
|
212
|
+
"position:fixed",
|
|
213
|
+
"right:16px",
|
|
214
|
+
"bottom:16px",
|
|
215
|
+
"z-index:2147483647",
|
|
216
|
+
"display:flex",
|
|
217
|
+
"align-items:stretch",
|
|
218
|
+
"gap:1px",
|
|
219
|
+
"border:1px solid rgba(128,128,128,.5)",
|
|
220
|
+
"border-radius:999px",
|
|
221
|
+
"overflow:hidden",
|
|
222
|
+
"background:rgba(30,30,30,.55)",
|
|
223
|
+
"color:#fff",
|
|
224
|
+
"font:12px/1.4 -apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif",
|
|
225
|
+
"opacity:.5",
|
|
226
|
+
"backdrop-filter:blur(4px)",
|
|
227
|
+
"-webkit-backdrop-filter:blur(4px)",
|
|
228
|
+
"user-select:none",
|
|
229
|
+
"transition:opacity .15s ease",
|
|
230
|
+
"touch-action:none"
|
|
231
|
+
].join(";");
|
|
232
|
+
bar.addEventListener("mouseenter", () => {
|
|
233
|
+
bar.style.opacity = "1";
|
|
234
|
+
});
|
|
235
|
+
bar.addEventListener("mouseleave", () => {
|
|
236
|
+
bar.style.opacity = ".5";
|
|
237
|
+
});
|
|
238
|
+
this._installDrag(bar);
|
|
239
|
+
(document.body ?? document.documentElement).appendChild(bar);
|
|
240
|
+
this._bar = bar;
|
|
241
|
+
return bar;
|
|
242
|
+
}
|
|
243
|
+
_render() {
|
|
244
|
+
const bar = this._ensureBar();
|
|
245
|
+
bar.replaceChildren();
|
|
246
|
+
const ordered = [...this._items].sort((a, b) => (a.order ?? 100) - (b.order ?? 100));
|
|
247
|
+
for (const item of ordered) bar.appendChild(this._makeButton(item));
|
|
248
|
+
}
|
|
249
|
+
_makeButton(item) {
|
|
250
|
+
const resolve = (v) => typeof v === "function" ? v() : v ?? "";
|
|
251
|
+
const b = document.createElement("button");
|
|
252
|
+
b.type = "button";
|
|
253
|
+
b.textContent = resolve(item.label);
|
|
254
|
+
const title = resolve(item.title);
|
|
255
|
+
if (title) b.title = title;
|
|
256
|
+
b.style.cssText = [
|
|
257
|
+
"appearance:none",
|
|
258
|
+
"border:0",
|
|
259
|
+
"background:transparent",
|
|
260
|
+
"color:inherit",
|
|
261
|
+
"font:inherit",
|
|
262
|
+
"padding:6px 12px",
|
|
263
|
+
"cursor:pointer",
|
|
264
|
+
"white-space:nowrap"
|
|
265
|
+
].join(";");
|
|
266
|
+
b.addEventListener("mouseenter", () => {
|
|
267
|
+
b.style.background = "rgba(255,255,255,.12)";
|
|
268
|
+
});
|
|
269
|
+
b.addEventListener("mouseleave", () => {
|
|
270
|
+
b.style.background = "transparent";
|
|
271
|
+
});
|
|
272
|
+
b.addEventListener("click", (e) => {
|
|
273
|
+
if (this._moved) {
|
|
274
|
+
e.preventDefault();
|
|
275
|
+
e.stopPropagation();
|
|
276
|
+
return;
|
|
277
|
+
}
|
|
278
|
+
item.onClick();
|
|
279
|
+
this._render();
|
|
280
|
+
});
|
|
281
|
+
return b;
|
|
282
|
+
}
|
|
283
|
+
_installDrag(bar) {
|
|
284
|
+
const MARGIN = 4;
|
|
285
|
+
const DRAG_THRESHOLD = 4;
|
|
286
|
+
let dragging = false;
|
|
287
|
+
let startX = 0;
|
|
288
|
+
let startY = 0;
|
|
289
|
+
let startRight = 16;
|
|
290
|
+
let startBottom = 16;
|
|
291
|
+
const setPosition = (right, bottom) => {
|
|
292
|
+
const rect = bar.getBoundingClientRect();
|
|
293
|
+
const maxRight = Math.max(MARGIN, window.innerWidth - rect.width - MARGIN);
|
|
294
|
+
const maxBottom = Math.max(MARGIN, window.innerHeight - rect.height - MARGIN);
|
|
295
|
+
bar.style.right = `${Math.min(Math.max(MARGIN, right), maxRight)}px`;
|
|
296
|
+
bar.style.bottom = `${Math.min(Math.max(MARGIN, bottom), maxBottom)}px`;
|
|
297
|
+
};
|
|
298
|
+
bar.addEventListener("pointerdown", (e) => {
|
|
299
|
+
dragging = true;
|
|
300
|
+
this._moved = false;
|
|
301
|
+
startX = e.clientX;
|
|
302
|
+
startY = e.clientY;
|
|
303
|
+
const rect = bar.getBoundingClientRect();
|
|
304
|
+
startRight = window.innerWidth - rect.right;
|
|
305
|
+
startBottom = window.innerHeight - rect.bottom;
|
|
306
|
+
});
|
|
307
|
+
bar.addEventListener("pointermove", (e) => {
|
|
308
|
+
if (!dragging) return;
|
|
309
|
+
const dx = e.clientX - startX;
|
|
310
|
+
const dy = e.clientY - startY;
|
|
311
|
+
if (!this._moved && (Math.abs(dx) > DRAG_THRESHOLD || Math.abs(dy) > DRAG_THRESHOLD)) {
|
|
312
|
+
this._moved = true;
|
|
313
|
+
bar.setPointerCapture(e.pointerId);
|
|
314
|
+
}
|
|
315
|
+
if (!this._moved) return;
|
|
316
|
+
setPosition(startRight - dx, startBottom - dy);
|
|
317
|
+
});
|
|
318
|
+
bar.addEventListener("pointerup", (e) => {
|
|
319
|
+
dragging = false;
|
|
320
|
+
if (bar.hasPointerCapture(e.pointerId)) bar.releasePointerCapture(e.pointerId);
|
|
321
|
+
});
|
|
322
|
+
window.addEventListener("resize", () => {
|
|
323
|
+
const rect = bar.getBoundingClientRect();
|
|
324
|
+
setPosition(window.innerWidth - rect.right, window.innerHeight - rect.bottom);
|
|
325
|
+
});
|
|
326
|
+
}
|
|
327
|
+
};
|
|
328
|
+
/** Install the built-in light/dark theme toggle on the toolbar. */
|
|
329
|
+
function addThemeToggle(toolbar) {
|
|
330
|
+
let theme = effectiveTheme();
|
|
331
|
+
toolbar.addItem({
|
|
332
|
+
id: "theme",
|
|
333
|
+
order: 100,
|
|
334
|
+
label: () => theme === "light" ? "☾ Dark" : "☀ Light",
|
|
335
|
+
title: "Toggle light / dark theme (drag the bar to move)",
|
|
336
|
+
onClick: () => {
|
|
337
|
+
theme = theme === "light" ? "dark" : "light";
|
|
338
|
+
applyTheme(theme);
|
|
339
|
+
}
|
|
340
|
+
});
|
|
341
|
+
}
|
|
342
|
+
/** Build the adapter's contribution API around a live {@link AdapterToolbar}. */
|
|
343
|
+
function createAdapterApi(toolbar) {
|
|
344
|
+
return {
|
|
345
|
+
addToolbarItem: (item) => toolbar.addItem(item),
|
|
346
|
+
enableComponentExplorer: () => {
|
|
347
|
+
const inExplorer = new URLSearchParams(location.search).has(FIXTURES_PARAM);
|
|
348
|
+
if (inExplorer) injectExplorerReset();
|
|
349
|
+
toolbar.addItem({
|
|
350
|
+
id: "component-explorer",
|
|
351
|
+
order: 0,
|
|
352
|
+
label: inExplorer ? "← Back to app" : "◫ Explorer",
|
|
353
|
+
title: inExplorer ? "Leave the Component Explorer (drag the bar to move)" : "Open the Component Explorer (drag the bar to move)",
|
|
354
|
+
onClick: () => {
|
|
355
|
+
const next = new URLSearchParams(location.search);
|
|
356
|
+
if (inExplorer) next.delete(FIXTURES_PARAM);
|
|
357
|
+
else next.set(FIXTURES_PARAM, "");
|
|
358
|
+
const qs = next.toString().replace(/=(?=&|$)/g, "");
|
|
359
|
+
location.search = qs;
|
|
360
|
+
}
|
|
361
|
+
});
|
|
362
|
+
return inExplorer;
|
|
363
|
+
}
|
|
364
|
+
};
|
|
365
|
+
}
|
|
366
|
+
async function boot() {
|
|
367
|
+
if (globalThis.VSCODE_APP_ENV === "prod") return;
|
|
368
|
+
globalThis.VSCODE_APP_ENV = "dev";
|
|
369
|
+
injectThemeStyles();
|
|
370
|
+
installNoopHostShim();
|
|
371
|
+
applyTheme(effectiveTheme());
|
|
372
|
+
const toolbar = new AdapterToolbar();
|
|
373
|
+
globalThis.vscodeAppAdapter = createAdapterApi(toolbar);
|
|
374
|
+
const start = () => {
|
|
375
|
+
addThemeToggle(toolbar);
|
|
376
|
+
transformInlineScripts();
|
|
377
|
+
};
|
|
378
|
+
if (document.readyState === "loading") document.addEventListener("DOMContentLoaded", start, { once: true });
|
|
379
|
+
else start();
|
|
380
|
+
}
|
|
381
|
+
boot();
|
|
382
|
+
//#endregion
|
|
383
|
+
})();
|
|
384
|
+
|
|
385
|
+
//# sourceMappingURL=standalone-app-adapter.js.map
|