@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 @@
|
|
|
1
|
+
{"version":3,"file":"standalone-app-adapter.js","names":["darkThemeCss","lightThemeCss"],"sources":["../src/standalone/themes/default-dark-plus.css?raw","../src/standalone/themes/default-light-plus.css?raw","../src/standalone/standaloneAppAdapter.ts"],"sourcesContent":["export 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\";","export 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}\";","/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\n/**\n * Standalone app adapter — the \"from source\" bridge for a `*.vscode-app.html`.\n *\n * Authored apps add this as a source-only script that the packager strips from\n * the bundled output (the bundle does this work itself):\n *\n * ```html\n * <script data-vscode-app-unbundled\n * src=\"https://unpkg.com/@vscode/web-editors/standalone-app-adapter.js\"></script>\n * ```\n *\n * When the HTML is opened directly in a browser (i.e. NOT packaged), this\n * adapter makes the file self-contained enough to run, and to boot the optional\n * Component Explorer:\n *\n * 1. marks the runtime as `dev` (`globalThis.VSCODE_APP_ENV = 'dev'`), so\n * branches gated on `globalThis.VSCODE_APP_ENV !== 'prod'` — e.g. the\n * Component Explorer's dynamic `import()` — run from source;\n * 2. injects a small host CSS shim (theme variable fallbacks + reset) so apps\n * styled against `var(--vscode-*)` are legible without the real host;\n * 3. transforms inline `lang=\"ts\" | \"tsx\"` scripts with Babel (loaded from a\n * CDN) and re-injects them as real ES modules so the browser runs them;\n * 4. installs a no-op host shim for `window.parent` RPC so apps that probe the\n * host don't hang on a silent channel (full host emulation is out of scope).\n *\n * In a packaged app this script does not exist (the packager strips the\n * `data-vscode-app-unbundled` element), but the adapter ALSO self-guards on\n * `globalThis.VSCODE_APP_ENV === 'prod'` as defense in depth: if the tag is ever\n * left in, it no-ops.\n */\n\nimport darkThemeCss from \"./themes/default-dark-plus.css?raw\";\nimport lightThemeCss from \"./themes/default-light-plus.css?raw\";\n\ndeclare global {\n // eslint-disable-next-line no-var\n var VSCODE_APP_ENV: \"dev\" | \"prod\" | undefined;\n // eslint-disable-next-line no-var\n var Babel: BabelStandalone | undefined;\n /**\n * Contribution API installed by the standalone adapter when running from\n * source. Apps use it to add buttons to the floating dev toolbar. Absent in\n * a packaged app (the adapter is stripped), so always access it optionally:\n * `globalThis.vscodeAppAdapter?.…`.\n */\n // eslint-disable-next-line no-var\n var vscodeAppAdapter: VsCodeAppAdapter | undefined;\n}\n\n/** A button contributed to the adapter's floating dev toolbar. */\ninterface ToolbarItem {\n /** Stable id; re-adding the same id replaces the previous contribution. */\n readonly id: string;\n /** Button label. A function is re-evaluated on every render (dynamic text). */\n readonly label: string | (() => string);\n /** Tooltip. A function is re-evaluated on every render. */\n readonly title?: string | (() => string);\n /** Sort key; lower sorts further left. Default `100`. */\n readonly order?: number;\n /** Invoked on click (suppressed if the press was actually a drag). */\n readonly onClick: () => void;\n}\n\ninterface VsCodeAppAdapter {\n /** Add (or replace, by `id`) a toolbar button. Returns a disposer. */\n addToolbarItem(item: ToolbarItem): () => void;\n /**\n * Contribute the standard Explorer/Back toggle (flips the `?fixtures`\n * query param) and return whether the page is currently in explorer mode.\n * Call this only from an explorer-capable app — apps that don't call it get\n * no Explorer button. Must remain inside a\n * `globalThis.VSCODE_APP_ENV !== 'prod'` gate so the explorer import is\n * dead-code-eliminated in a packaged build.\n */\n enableComponentExplorer(): boolean;\n}\n\ninterface BabelStandalone {\n transform(\n code: string,\n options: Record<string, unknown>,\n ): { code: string | null };\n}\n\n/** CDN URL of Babel standalone used to transform inline TS/JSX from source. */\nconst BABEL_STANDALONE_URL = \"https://unpkg.com/@babel/standalone@7/babel.min.js\";\n\n/** React CDN base used for the automatic JSX runtime when none is detected. */\nconst DEFAULT_REACT_CDN = \"https://esm.sh/react@18.3.1\";\n\n/**\n * The bundled VS Code theme stylesheets (Default Dark+/Light+), each scoped to a\n * `.vscode-theme.<id>` wrapper class. Applying both classes to `<html>` cascades\n * that theme's full `--vscode-*` variable set to the whole page. This is the same\n * snapshot the Component Explorer ships, so app-mode and explorer-mode match.\n */\nconst THEME_STYLES: Record<Theme, { css: string; class: string }> = {\n dark: { css: darkThemeCss, class: \"default-dark-plus\" },\n light: { css: lightThemeCss, class: \"default-light-plus\" },\n};\n\nconst SCRIPT_LANGS = new Set([\"ts\", \"tsx\", \"jsx\", \"js\"]);\n\n/**\n * Inject the bundled theme stylesheets once. Skipped if the document already\n * defines `--vscode-foreground` (a real host or the app itself provides theming).\n */\nfunction injectThemeStyles(): void {\n if (document.querySelector('style[data-vscode-app-adapter=\"themes\"]')) return;\n const probe = getComputedStyle(document.documentElement)\n .getPropertyValue(\"--vscode-foreground\")\n .trim();\n if (probe) return;\n const style = document.createElement(\"style\");\n style.setAttribute(\"data-vscode-app-adapter\", \"themes\");\n style.textContent =\n THEME_STYLES.dark.css + \"\\n\" + THEME_STYLES.light.css + \"\\n\" +\n // Give the page itself a themed canvas (the wrapper snapshots only define\n // variables, not a background on the wrapper element).\n \"html.vscode-theme{background:var(--vscode-editor-background);color:var(--vscode-foreground);}\";\n document.head.appendChild(style);\n}\n\nfunction loadScript(src: string): Promise<void> {\n return new Promise((resolve, reject) => {\n const el = document.createElement(\"script\");\n el.src = src;\n el.onload = () => resolve();\n el.onerror = () => reject(new Error(`Failed to load ${src}`));\n document.head.appendChild(el);\n });\n}\n\nasync function ensureBabel(): Promise<BabelStandalone> {\n if (globalThis.Babel) return globalThis.Babel;\n await loadScript(BABEL_STANDALONE_URL);\n if (!globalThis.Babel) {\n throw new Error(\"Babel standalone did not initialize.\");\n }\n return globalThis.Babel;\n}\n\n/**\n * Detect a CDN URL importing `react` in `source` and return its\n * `package@version` URL prefix, so the automatic JSX runtime resolves\n * `/jsx-runtime` against the same CDN the app already imports React from.\n */\nfunction detectReactCdnImport(source: string): string {\n const re = /[\"'](https?:\\/\\/[^\"']*?\\breact@[^/?#\"']+)(?:[/?#][^\"']*)?[\"']/;\n const m = re.exec(source);\n return m ? m[1] : DEFAULT_REACT_CDN;\n}\n\n/**\n * Transform an inline `lang`-tagged script's source to a runnable ES module and\n * append it as a `blob:` module. Note relative imports won't resolve against a\n * blob URL — from-source apps import from absolute CDN URLs (esm.sh, etc.).\n */\nasync function runInlineScript(babel: BabelStandalone, el: HTMLScriptElement): Promise<void> {\n const lang = el.getAttribute(\"lang\") ?? \"tsx\";\n const source = el.textContent ?? \"\";\n const importSource = detectReactCdnImport(source);\n const result = babel.transform(source, {\n filename: `app.${lang}`,\n presets: [\n [\"react\", { runtime: \"automatic\", importSource }],\n [\"typescript\", { isTSX: true, allExtensions: true, onlyRemoveTypeImports: true }],\n ],\n });\n const code = result.code ?? \"\";\n const url = URL.createObjectURL(new Blob([code], { type: \"text/javascript\" }));\n const module = document.createElement(\"script\");\n module.type = \"module\";\n module.src = url;\n document.body.appendChild(module);\n}\n\nasync function transformInlineScripts(): Promise<void> {\n const els = [...document.querySelectorAll(\"script[lang]\")].filter(\n (el): el is HTMLScriptElement =>\n el instanceof HTMLScriptElement &&\n SCRIPT_LANGS.has((el.getAttribute(\"lang\") ?? \"\").toLowerCase()) &&\n // Only inline scripts (no external src) carry source to transform.\n !el.src,\n );\n if (els.length === 0) return;\n const babel = await ensureBabel();\n for (const el of els) {\n await runInlineScript(babel, el);\n }\n}\n\n/**\n * No-op host shim: answer `window.parent` postMessage RPC probes with nothing\n * so an app that opens a host connection from source doesn't hang on a silent\n * channel. This is intentionally minimal — it does not emulate any host method.\n * Only installed when the page is actually the top window (no real parent host).\n */\nfunction installNoopHostShim(): void {\n if (window.parent !== window) return; // a real embedding parent exists.\n window.addEventListener(\"message\", () => {\n // Swallow self-posted messages; no host responses are produced.\n });\n}\n\n/** Query-param the toggle flips to switch between the app and the explorer. */\nconst FIXTURES_PARAM = \"fixtures\";\n\n/** localStorage key persisting the user's explicit light/dark choice. */\nconst THEME_KEY = \"vscode-app-adapter-theme\";\n\ntype Theme = \"light\" | \"dark\";\n\nfunction storedTheme(): Theme | undefined {\n try {\n const v = localStorage.getItem(THEME_KEY);\n return v === \"light\" || v === \"dark\" ? v : undefined;\n } catch {\n return undefined;\n }\n}\n\n/** Resolve the effective theme: explicit choice, else the OS preference. */\nfunction effectiveTheme(): Theme {\n const stored = storedTheme();\n if (stored) return stored;\n return window.matchMedia?.(\"(prefers-color-scheme: light)\").matches ? \"light\" : \"dark\";\n}\n\nfunction applyTheme(theme: Theme): void {\n const root = document.documentElement;\n root.classList.add(\"vscode-theme\");\n root.classList.remove(THEME_STYLES.dark.class, THEME_STYLES.light.class);\n root.classList.add(THEME_STYLES[theme].class);\n root.style.colorScheme = theme;\n try {\n localStorage.setItem(THEME_KEY, theme);\n } catch {\n // Persistence is best-effort; the class still applies for this load.\n }\n}\n\n/** Apply the explorer-mode page reset so the explorer fills the viewport. */\nfunction injectExplorerReset(): void {\n if (document.querySelector('style[data-vscode-app-adapter=\"explorer-reset\"]')) return;\n // The explorer is a full-window UI, but the page keeps the browser's default\n // body margin (and the app's own `#root` padding), leaving the explorer\n // inset. Normalize the page so the explorer fills the viewport.\n const reset = document.createElement(\"style\");\n reset.setAttribute(\"data-vscode-app-adapter\", \"explorer-reset\");\n reset.textContent =\n \"html,body{margin:0!important;padding:0!important;height:100%!important;\" +\n \"width:100%!important;overflow:hidden!important;}\" +\n // The app mounts the explorer into its root element (the body's first\n // element child); make it fill the viewport regardless of its own id\n // or padding.\n \"body>:not(#__vscode_app_adapter_toolbar__):first-child{\" +\n \"position:fixed!important;inset:0!important;margin:0!important;\" +\n \"padding:0!important;height:100vh!important;width:100vw!important;}\";\n document.head.appendChild(reset);\n}\n\n/**\n * The floating dev toolbar: a half-transparent, draggable pill whose buttons are\n * contributed through {@link VsCodeAppAdapter.addToolbarItem}. The adapter adds a\n * built-in light/dark theme toggle; explorer-capable apps add an Explorer toggle\n * via {@link VsCodeAppAdapter.enableComponentExplorer}. Dev-only; never present\n * in a packaged app since the whole adapter is stripped.\n */\nclass AdapterToolbar {\n private readonly _items: ToolbarItem[] = [];\n private _bar: HTMLDivElement | undefined;\n private _moved = false;\n\n addItem(item: ToolbarItem): () => void {\n const existing = this._items.findIndex((i) => i.id === item.id);\n if (existing >= 0) {\n this._items.splice(existing, 1, item);\n } else {\n this._items.push(item);\n }\n this._render();\n return () => {\n const idx = this._items.findIndex((i) => i.id === item.id);\n if (idx >= 0) {\n this._items.splice(idx, 1);\n this._render();\n }\n };\n }\n\n private _ensureBar(): HTMLDivElement {\n if (this._bar) return this._bar;\n const bar = document.createElement(\"div\");\n bar.id = \"__vscode_app_adapter_toolbar__\";\n bar.style.cssText = [\n \"position:fixed\",\n \"right:16px\",\n \"bottom:16px\",\n \"z-index:2147483647\",\n \"display:flex\",\n \"align-items:stretch\",\n \"gap:1px\",\n \"border:1px solid rgba(128,128,128,.5)\",\n \"border-radius:999px\",\n \"overflow:hidden\",\n \"background:rgba(30,30,30,.55)\",\n \"color:#fff\",\n \"font:12px/1.4 -apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif\",\n \"opacity:.5\",\n \"backdrop-filter:blur(4px)\",\n \"-webkit-backdrop-filter:blur(4px)\",\n \"user-select:none\",\n \"transition:opacity .15s ease\",\n \"touch-action:none\",\n ].join(\";\");\n bar.addEventListener(\"mouseenter\", () => { bar.style.opacity = \"1\"; });\n bar.addEventListener(\"mouseleave\", () => { bar.style.opacity = \".5\"; });\n this._installDrag(bar);\n (document.body ?? document.documentElement).appendChild(bar);\n this._bar = bar;\n return bar;\n }\n\n private _render(): void {\n const bar = this._ensureBar();\n bar.replaceChildren();\n const ordered = [...this._items].sort(\n (a, b) => (a.order ?? 100) - (b.order ?? 100),\n );\n for (const item of ordered) {\n bar.appendChild(this._makeButton(item));\n }\n }\n\n private _makeButton(item: ToolbarItem): HTMLButtonElement {\n const resolve = (v: string | (() => string) | undefined): string =>\n typeof v === \"function\" ? v() : v ?? \"\";\n const b = document.createElement(\"button\");\n b.type = \"button\";\n b.textContent = resolve(item.label);\n const title = resolve(item.title);\n if (title) b.title = title;\n b.style.cssText = [\n \"appearance:none\",\n \"border:0\",\n \"background:transparent\",\n \"color:inherit\",\n \"font:inherit\",\n \"padding:6px 12px\",\n \"cursor:pointer\",\n \"white-space:nowrap\",\n ].join(\";\");\n b.addEventListener(\"mouseenter\", () => { b.style.background = \"rgba(255,255,255,.12)\"; });\n b.addEventListener(\"mouseleave\", () => { b.style.background = \"transparent\"; });\n b.addEventListener(\"click\", (e) => {\n if (this._moved) {\n // The press was a drag, not a click — swallow it.\n e.preventDefault();\n e.stopPropagation();\n return;\n }\n item.onClick();\n // Re-render so dynamic labels/titles reflect any state change.\n this._render();\n });\n return b;\n }\n\n private _installDrag(bar: HTMLDivElement): void {\n const MARGIN = 4;\n const DRAG_THRESHOLD = 4;\n let dragging = false;\n let startX = 0;\n let startY = 0;\n let startRight = 16;\n let startBottom = 16;\n\n const setPosition = (right: number, bottom: number): void => {\n const rect = bar.getBoundingClientRect();\n const maxRight = Math.max(MARGIN, window.innerWidth - rect.width - MARGIN);\n const maxBottom = Math.max(MARGIN, window.innerHeight - rect.height - MARGIN);\n bar.style.right = `${Math.min(Math.max(MARGIN, right), maxRight)}px`;\n bar.style.bottom = `${Math.min(Math.max(MARGIN, bottom), maxBottom)}px`;\n };\n\n bar.addEventListener(\"pointerdown\", (e) => {\n dragging = true;\n this._moved = false;\n startX = e.clientX;\n startY = e.clientY;\n const rect = bar.getBoundingClientRect();\n startRight = window.innerWidth - rect.right;\n startBottom = window.innerHeight - rect.bottom;\n // Don't capture here — capturing on the bar would steal the ensuing\n // `click` from the child buttons. Capture only once a drag starts.\n });\n\n bar.addEventListener(\"pointermove\", (e) => {\n if (!dragging) return;\n const dx = e.clientX - startX;\n const dy = e.clientY - startY;\n if (!this._moved && (Math.abs(dx) > DRAG_THRESHOLD || Math.abs(dy) > DRAG_THRESHOLD)) {\n this._moved = true;\n bar.setPointerCapture(e.pointerId);\n }\n if (!this._moved) return;\n setPosition(startRight - dx, startBottom - dy);\n });\n\n bar.addEventListener(\"pointerup\", (e) => {\n dragging = false;\n if (bar.hasPointerCapture(e.pointerId)) bar.releasePointerCapture(e.pointerId);\n });\n\n // Keep the bar fully on screen if the viewport shrinks (resize / rotate).\n window.addEventListener(\"resize\", () => {\n const rect = bar.getBoundingClientRect();\n setPosition(window.innerWidth - rect.right, window.innerHeight - rect.bottom);\n });\n }\n}\n\n/** Install the built-in light/dark theme toggle on the toolbar. */\nfunction addThemeToggle(toolbar: AdapterToolbar): void {\n let theme = effectiveTheme();\n toolbar.addItem({\n id: \"theme\",\n order: 100,\n label: () => (theme === \"light\" ? \"☾ Dark\" : \"☀ Light\"),\n title: \"Toggle light / dark theme (drag the bar to move)\",\n onClick: () => {\n theme = theme === \"light\" ? \"dark\" : \"light\";\n applyTheme(theme);\n },\n });\n}\n\n/** Build the adapter's contribution API around a live {@link AdapterToolbar}. */\nfunction createAdapterApi(toolbar: AdapterToolbar): VsCodeAppAdapter {\n return {\n addToolbarItem: (item) => toolbar.addItem(item),\n enableComponentExplorer: () => {\n const inExplorer = new URLSearchParams(location.search).has(FIXTURES_PARAM);\n if (inExplorer) injectExplorerReset();\n toolbar.addItem({\n id: \"component-explorer\",\n order: 0,\n label: inExplorer ? \"← Back to app\" : \"◫ Explorer\",\n title: inExplorer\n ? \"Leave the Component Explorer (drag the bar to move)\"\n : \"Open the Component Explorer (drag the bar to move)\",\n onClick: () => {\n const next = new URLSearchParams(location.search);\n if (inExplorer) {\n next.delete(FIXTURES_PARAM);\n } else {\n next.set(FIXTURES_PARAM, \"\");\n }\n const qs = next.toString().replace(/=(?=&|$)/g, \"\"); // tidy `fixtures=` → `fixtures`\n location.search = qs;\n },\n });\n return inExplorer;\n },\n };\n}\n\nasync function boot(): Promise<void> {\n // Defense in depth: a packaged app strips this script, but if it survives,\n // do nothing in prod.\n if (globalThis.VSCODE_APP_ENV === \"prod\") return;\n globalThis.VSCODE_APP_ENV = \"dev\";\n\n injectThemeStyles();\n installNoopHostShim();\n\n // Apply the effective theme up front (stored choice, else OS preference).\n // Unlike the old media-query fallback, the wrapper-class approach needs an\n // explicit apply for the variables to take effect.\n applyTheme(effectiveTheme());\n\n // Install the contribution API synchronously so it's available when the\n // app's (adapter-transformed) inline scripts run.\n const toolbar = new AdapterToolbar();\n globalThis.vscodeAppAdapter = createAdapterApi(toolbar);\n\n const start = (): void => {\n addThemeToggle(toolbar);\n void transformInlineScripts();\n };\n if (document.readyState === \"loading\") {\n document.addEventListener(\"DOMContentLoaded\", start, { once: true });\n } else {\n start();\n }\n}\n\nvoid boot();\n\nexport {};\n"],"mappings":"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"}
|
package/package.json
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@vscode/web-editors",
|
|
3
|
+
"version": "0.0.2-0",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "git+https://github.com/microsoft/vscode-packages.git",
|
|
9
|
+
"directory": "vscode-team-tools/packages/web-editors"
|
|
10
|
+
},
|
|
11
|
+
"homepage": "https://github.com/microsoft/vscode-packages/tree/main/vscode-team-tools/packages/web-editors",
|
|
12
|
+
"bugs": {
|
|
13
|
+
"url": "https://github.com/microsoft/vscode-packages/issues"
|
|
14
|
+
},
|
|
15
|
+
"main": "./dist/index.js",
|
|
16
|
+
"types": "./dist/index.d.ts",
|
|
17
|
+
"sideEffects": false,
|
|
18
|
+
"files": [
|
|
19
|
+
"dist"
|
|
20
|
+
],
|
|
21
|
+
"exports": {
|
|
22
|
+
".": {
|
|
23
|
+
"types": "./dist/index.d.ts",
|
|
24
|
+
"default": "./dist/index.js"
|
|
25
|
+
},
|
|
26
|
+
"./standalone-app-adapter.js": "./dist/standalone-app-adapter.js"
|
|
27
|
+
},
|
|
28
|
+
"scripts": {
|
|
29
|
+
"build": "tsdown",
|
|
30
|
+
"dev": "tsdown --watch"
|
|
31
|
+
},
|
|
32
|
+
"dependencies": {
|
|
33
|
+
"@vscode/hubrpc": "next"
|
|
34
|
+
},
|
|
35
|
+
"devDependencies": {
|
|
36
|
+
"tsdown": "^0.22.3",
|
|
37
|
+
"tslib": "^2.8.1",
|
|
38
|
+
"typescript": "^6.0.3",
|
|
39
|
+
"zod": "^4.4.3"
|
|
40
|
+
}
|
|
41
|
+
}
|