Skip to content

Latest commit

 

History

History
533 lines (531 loc) · 27.1 KB

vscode-webview-css-variables.md

File metadata and controls

533 lines (531 loc) · 27.1 KB

List of CSS Variables Available to WebViews

Below is a list of CSS variables taken from a WebView with Atom Dark Pro as the theme.

--vscode-font-family: -apple-system, BlinkMacSystemFont, sans-serif;
--vscode-font-weight: normal;
--vscode-font-size: 13px;
--vscode-editor-font-family: Fira Code, Menlo, Monaco, "Courier New", monospace;
--vscode-editor-font-weight: normal;
--vscode-editor-font-size: 15px;
--vscode-foreground: #cccccc;
--vscode-errorForeground: #f48771;
--vscode-descriptionForeground: #abb2bf;
--vscode-icon-foreground: #c5c5c5;
--vscode-focusBorder: #3e4452;
--vscode-textSeparator-foreground: rgba(255, 255, 255, 0.18);
--vscode-textLink-foreground: #61afef;
--vscode-textLink-activeForeground: #3794ff;
--vscode-textPreformat-foreground: #d19a66;
--vscode-textBlockQuote-background: #2e3440;
--vscode-textBlockQuote-border: #4b5362;
--vscode-textCodeBlock-background: rgba(10, 10, 10, 0.4);
--vscode-widget-shadow: rgba(0, 0, 0, 0.36);
--vscode-input-background: #1d1f23;
--vscode-input-foreground: #cccccc;
--vscode-inputOption-activeBorder: rgba(0, 122, 204, 0);
--vscode-inputOption-activeBackground: rgba(62, 68, 82, 0.4);
--vscode-inputOption-activeForeground: #ffffff;
--vscode-input-placeholderForeground: rgba(204, 204, 204, 0.5);
--vscode-inputValidation-infoBackground: #063b49;
--vscode-inputValidation-infoBorder: #007acc;
--vscode-inputValidation-warningBackground: #352a05;
--vscode-inputValidation-warningBorder: #b89500;
--vscode-inputValidation-errorBackground: #5a1d1d;
--vscode-inputValidation-errorBorder: #be1100;
--vscode-dropdown-background: #21252b;
--vscode-dropdown-foreground: #f0f0f0;
--vscode-dropdown-border: #21252b;
--vscode-checkbox-background: #21252b;
--vscode-checkbox-foreground: #f0f0f0;
--vscode-checkbox-border: #404754;
--vscode-button-foreground: #ffffff;
--vscode-button-background: #404754;
--vscode-button-hoverBackground: #4d5565;
--vscode-button-secondaryForeground: #c0bdbd;
--vscode-button-secondaryBackground: #30333d;
--vscode-button-secondaryHoverBackground: #3a3d49;
--vscode-badge-background: #282c34;
--vscode-badge-foreground: #ffffff;
--vscode-scrollbar-shadow: #23252c;
--vscode-scrollbarSlider-background: rgba(78, 86, 102, 0.38);
--vscode-scrollbarSlider-hoverBackground: rgba(90, 99, 117, 0.5);
--vscode-scrollbarSlider-activeBackground: rgba(116, 125, 145, 0.5);
--vscode-progressBar-background: #0e70c0;
--vscode-editorError-foreground: #c24038;
--vscode-editorWarning-foreground: #d19a66;
--vscode-editorInfo-foreground: #3794ff;
--vscode-editorHint-foreground: rgba(238, 238, 238, 0.7);
--vscode-sash-hoverBorder: #3e4452;
--vscode-editor-background: #282c34;
--vscode-editor-foreground: #abb2bf;
--vscode-editorWidget-background: #21252b;
--vscode-editorWidget-foreground: #cccccc;
--vscode-editorWidget-border: #454545;
--vscode-quickInput-background: #21252b;
--vscode-quickInput-foreground: #cccccc;
--vscode-quickInputTitle-background: rgba(255, 255, 255, 0.1);
--vscode-pickerGroup-foreground: #3794ff;
--vscode-pickerGroup-border: #3f3f46;
--vscode-keybindingLabel-background: rgba(128, 128, 128, 0.17);
--vscode-keybindingLabel-foreground: #cccccc;
--vscode-keybindingLabel-border: rgba(51, 51, 51, 0.6);
--vscode-keybindingLabel-bottomBorder: rgba(68, 68, 68, 0.6);
--vscode-editor-selectionBackground: rgba(103, 118, 150, 0.38);
--vscode-editor-inactiveSelectionBackground: rgba(103, 118, 150, 0.19);
--vscode-editor-selectionHighlightBackground: rgba(255, 255, 255, 0.06);
--vscode-editor-selectionHighlightBorder: #dddddd;
--vscode-editor-findMatchBackground: #42557b;
--vscode-editor-findMatchHighlightBackground: rgba(97, 153, 255, 0.18);
--vscode-editor-findRangeHighlightBackground: rgba(58, 61, 65, 0.4);
--vscode-editor-findMatchBorder: #457dff;
--vscode-searchEditor-findMatchBackground: rgba(97, 153, 255, 0.12);
--vscode-editor-hoverHighlightBackground: rgba(38, 79, 120, 0.25);
--vscode-editorHoverWidget-background: #21252b;
--vscode-editorHoverWidget-foreground: #cccccc;
--vscode-editorHoverWidget-border: #181a1f;
--vscode-editorHoverWidget-statusBarBackground: #282c34;
--vscode-editorLink-activeForeground: #4e94ce;
--vscode-editorInlayHint-foreground: #abb2bf;
--vscode-editorInlayHint-background: #2c313c;
--vscode-editorInlayHint-typeForeground: #abb2bf;
--vscode-editorInlayHint-typeBackground: #2c313c;
--vscode-editorInlayHint-parameterForeground: #abb2bf;
--vscode-editorInlayHint-parameterBackground: #2c313c;
--vscode-editorLightBulb-foreground: #ffcc00;
--vscode-editorLightBulbAutoFix-foreground: #75beff;
--vscode-diffEditor-insertedTextBackground: rgba(0, 128, 155, 0.2);
--vscode-diffEditor-removedTextBackground: rgba(255, 0, 0, 0.2);
--vscode-diffEditor-diagonalFill: rgba(204, 204, 204, 0.2);
--vscode-list-focusBackground: #323842;
--vscode-list-focusForeground: #f0f0f0;
--vscode-list-focusOutline: #3e4452;
--vscode-list-activeSelectionBackground: #2c313a;
--vscode-list-activeSelectionForeground: #d7dae0;
--vscode-list-inactiveSelectionBackground: #323842;
--vscode-list-inactiveSelectionForeground: #d7dae0;
--vscode-list-hoverBackground: #2c313a;
--vscode-list-hoverForeground: #ffffff;
--vscode-list-dropBackground: #062f4a;
--vscode-list-highlightForeground: #c5c5c5;
--vscode-list-focusHighlightForeground: #c5c5c5;
--vscode-list-invalidItemForeground: #b89500;
--vscode-list-errorForeground: #f88070;
--vscode-list-warningForeground: #d19a66;
--vscode-listFilterWidget-background: #653723;
--vscode-listFilterWidget-outline: rgba(0, 0, 0, 0);
--vscode-listFilterWidget-noMatchesOutline: #be1100;
--vscode-list-filterMatchBackground: rgba(97, 153, 255, 0.18);
--vscode-tree-indentGuidesStroke: #585858;
--vscode-tree-tableColumnsBorder: rgba(204, 204, 204, 0.13);
--vscode-list-deemphasizedForeground: #8c8c8c;
--vscode-quickInputList-focusForeground: #d7dae0;
--vscode-quickInputList-focusBackground: #2c313a;
--vscode-menu-foreground: #abb2bf;
--vscode-menu-background: #21252b;
--vscode-menu-selectionForeground: #d7dae0;
--vscode-menu-selectionBackground: #2c313a;
--vscode-menu-separatorBackground: #343a45;
--vscode-toolbar-hoverBackground: rgba(90, 93, 94, 0.31);
--vscode-toolbar-activeBackground: rgba(99, 102, 103, 0.31);
--vscode-editor-snippetTabstopHighlightBackground: rgba(124, 124, 124, 0.3);
--vscode-editor-snippetFinalTabstopHighlightBorder: #525252;
--vscode-breadcrumb-foreground: rgba(204, 204, 204, 0.8);
--vscode-breadcrumb-background: #282c34;
--vscode-breadcrumb-focusForeground: #e0e0e0;
--vscode-breadcrumb-activeSelectionForeground: #e0e0e0;
--vscode-breadcrumbPicker-background: #21252b;
--vscode-merge-currentHeaderBackground: rgba(64, 200, 174, 0.5);
--vscode-merge-currentContentBackground: rgba(64, 200, 174, 0.2);
--vscode-merge-incomingHeaderBackground: rgba(64, 166, 255, 0.5);
--vscode-merge-incomingContentBackground: rgba(64, 166, 255, 0.2);
--vscode-merge-commonHeaderBackground: rgba(96, 96, 96, 0.4);
--vscode-merge-commonContentBackground: rgba(96, 96, 96, 0.16);
--vscode-editorOverviewRuler-currentContentForeground: rgba(64, 200, 174, 0.5);
--vscode-editorOverviewRuler-incomingContentForeground: rgba(64, 166, 255, 0.5);
--vscode-editorOverviewRuler-commonContentForeground: rgba(96, 96, 96, 0.4);
--vscode-editorOverviewRuler-findMatchForeground: rgba(209, 134, 22, 0.49);
--vscode-editorOverviewRuler-selectionHighlightForeground: rgba(160, 160, 160, 0.8);
--vscode-minimap-findMatchHighlight: #d18616;
--vscode-minimap-selectionOccurrenceHighlight: #676767;
--vscode-minimap-selectionHighlight: #264f78;
--vscode-minimap-errorHighlight: rgba(255, 18, 18, 0.7);
--vscode-minimap-warningHighlight: #d19a66;
--vscode-minimap-foregroundOpacity: #000000;
--vscode-minimapSlider-background: rgba(78, 86, 102, 0.19);
--vscode-minimapSlider-hoverBackground: rgba(90, 99, 117, 0.25);
--vscode-minimapSlider-activeBackground: rgba(116, 125, 145, 0.25);
--vscode-problemsErrorIcon-foreground: #c24038;
--vscode-problemsWarningIcon-foreground: #d19a66;
--vscode-problemsInfoIcon-foreground: #3794ff;
--vscode-charts-foreground: #cccccc;
--vscode-charts-lines: rgba(204, 204, 204, 0.5);
--vscode-charts-red: #c24038;
--vscode-charts-blue: #3794ff;
--vscode-charts-yellow: #d19a66;
--vscode-charts-orange: #d18616;
--vscode-charts-green: #89d185;
--vscode-charts-purple: #b180d7;
--vscode-editor-lineHighlightBackground: #2c313c;
--vscode-editor-lineHighlightBorder: #282828;
--vscode-editor-rangeHighlightBackground: rgba(255, 255, 255, 0.04);
--vscode-editor-symbolHighlightBackground: rgba(97, 153, 255, 0.18);
--vscode-editorCursor-foreground: #528bff;
--vscode-editorCursor-background: rgba(255, 255, 255, 0.79);
--vscode-editorWhitespace-foreground: #3b4048;
--vscode-editorIndentGuide-background: #3b4048;
--vscode-editorIndentGuide-activeBackground: rgba(200, 200, 200, 0.35);
--vscode-editorLineNumber-foreground: #495162;
--vscode-editorActiveLineNumber-foreground: #737984;
--vscode-editorLineNumber-activeForeground: #abb2bf;
--vscode-editorRuler-foreground: rgba(171, 178, 191, 0.15);
--vscode-editorCodeLens-foreground: #999999;
--vscode-editorBracketMatch-background: #515a6b;
--vscode-editorBracketMatch-border: #515a6b;
--vscode-editorOverviewRuler-border: rgba(127, 127, 127, 0.3);
--vscode-editorGutter-background: #282c34;
--vscode-editorUnnecessaryCode-opacity: rgba(0, 0, 0, 0.67);
--vscode-editorGhostText-foreground: rgba(255, 255, 255, 0.34);
--vscode-editorOverviewRuler-rangeHighlightForeground: rgba(0, 122, 204, 0.6);
--vscode-editorOverviewRuler-errorForeground: rgba(255, 18, 18, 0.7);
--vscode-editorOverviewRuler-warningForeground: #d19a66;
--vscode-editorOverviewRuler-infoForeground: #3794ff;
--vscode-editorBracketHighlight-foreground1: #ffd700;
--vscode-editorBracketHighlight-foreground2: #da70d6;
--vscode-editorBracketHighlight-foreground3: #179fff;
--vscode-editorBracketHighlight-foreground4: rgba(0, 0, 0, 0);
--vscode-editorBracketHighlight-foreground5: rgba(0, 0, 0, 0);
--vscode-editorBracketHighlight-foreground6: rgba(0, 0, 0, 0);
--vscode-editorBracketHighlight-unexpectedBracket\.foreground: rgba(255, 18, 18, 0.8);
--vscode-editorBracketPairGuide-background1: rgba(0, 0, 0, 0);
--vscode-editorBracketPairGuide-background2: rgba(0, 0, 0, 0);
--vscode-editorBracketPairGuide-background3: rgba(0, 0, 0, 0);
--vscode-editorBracketPairGuide-background4: rgba(0, 0, 0, 0);
--vscode-editorBracketPairGuide-background5: rgba(0, 0, 0, 0);
--vscode-editorBracketPairGuide-background6: rgba(0, 0, 0, 0);
--vscode-editorBracketPairGuide-activeBackground1: rgba(0, 0, 0, 0);
--vscode-editorBracketPairGuide-activeBackground2: rgba(0, 0, 0, 0);
--vscode-editorBracketPairGuide-activeBackground3: rgba(0, 0, 0, 0);
--vscode-editorBracketPairGuide-activeBackground4: rgba(0, 0, 0, 0);
--vscode-editorBracketPairGuide-activeBackground5: rgba(0, 0, 0, 0);
--vscode-editorBracketPairGuide-activeBackground6: rgba(0, 0, 0, 0);
--vscode-symbolIcon-arrayForeground: #cccccc;
--vscode-symbolIcon-booleanForeground: #cccccc;
--vscode-symbolIcon-classForeground: #ee9d28;
--vscode-symbolIcon-colorForeground: #cccccc;
--vscode-symbolIcon-constantForeground: #cccccc;
--vscode-symbolIcon-constructorForeground: #b180d7;
--vscode-symbolIcon-enumeratorForeground: #ee9d28;
--vscode-symbolIcon-enumeratorMemberForeground: #75beff;
--vscode-symbolIcon-eventForeground: #ee9d28;
--vscode-symbolIcon-fieldForeground: #75beff;
--vscode-symbolIcon-fileForeground: #cccccc;
--vscode-symbolIcon-folderForeground: #cccccc;
--vscode-symbolIcon-functionForeground: #b180d7;
--vscode-symbolIcon-interfaceForeground: #75beff;
--vscode-symbolIcon-keyForeground: #cccccc;
--vscode-symbolIcon-keywordForeground: #cccccc;
--vscode-symbolIcon-methodForeground: #b180d7;
--vscode-symbolIcon-moduleForeground: #cccccc;
--vscode-symbolIcon-namespaceForeground: #cccccc;
--vscode-symbolIcon-nullForeground: #cccccc;
--vscode-symbolIcon-numberForeground: #cccccc;
--vscode-symbolIcon-objectForeground: #cccccc;
--vscode-symbolIcon-operatorForeground: #cccccc;
--vscode-symbolIcon-packageForeground: #cccccc;
--vscode-symbolIcon-propertyForeground: #cccccc;
--vscode-symbolIcon-referenceForeground: #cccccc;
--vscode-symbolIcon-snippetForeground: #cccccc;
--vscode-symbolIcon-stringForeground: #cccccc;
--vscode-symbolIcon-structForeground: #cccccc;
--vscode-symbolIcon-textForeground: #cccccc;
--vscode-symbolIcon-typeParameterForeground: #cccccc;
--vscode-symbolIcon-unitForeground: #cccccc;
--vscode-symbolIcon-variableForeground: #75beff;
--vscode-editorHoverWidget-highlightForeground: #c5c5c5;
--vscode-editorOverviewRuler-bracketMatchForeground: #a0a0a0;
--vscode-editor-foldBackground: rgba(103, 118, 150, 0.11);
--vscode-editorGutter-foldingControlForeground: #c5c5c5;
--vscode-editor-linkedEditingBackground: rgba(255, 0, 0, 0.3);
--vscode-editorSuggestWidget-background: #21252b;
--vscode-editorSuggestWidget-border: #181a1f;
--vscode-editorSuggestWidget-foreground: #abb2bf;
--vscode-editorSuggestWidget-selectedForeground: #d7dae0;
--vscode-editorSuggestWidget-selectedBackground: #2c313a;
--vscode-editorSuggestWidget-highlightForeground: #c5c5c5;
--vscode-editorSuggestWidget-focusHighlightForeground: #c5c5c5;
--vscode-editor-wordHighlightBackground: rgba(210, 224, 255, 0.18);
--vscode-editor-wordHighlightStrongBackground: rgba(171, 178, 191, 0.15);
--vscode-editor-wordHighlightBorder: #7f848e;
--vscode-editor-wordHighlightStrongBorder: #7f848e;
--vscode-editorOverviewRuler-wordHighlightForeground: rgba(160, 160, 160, 0.8);
--vscode-editorOverviewRuler-wordHighlightStrongForeground: rgba(192, 160, 192, 0.8);
--vscode-peekViewTitle-background: rgba(55, 148, 255, 0.1);
--vscode-peekViewTitleLabel-foreground: #ffffff;
--vscode-peekViewTitleDescription-foreground: rgba(204, 204, 204, 0.7);
--vscode-peekView-border: #3794ff;
--vscode-peekViewResult-background: #22262b;
--vscode-peekViewResult-lineForeground: #bbbbbb;
--vscode-peekViewResult-fileForeground: #ffffff;
--vscode-peekViewResult-selectionBackground: rgba(51, 153, 255, 0.2);
--vscode-peekViewResult-selectionForeground: #ffffff;
--vscode-peekViewEditor-background: #1b1d23;
--vscode-peekViewEditorGutter-background: #1b1d23;
--vscode-peekViewResult-matchHighlightBackground: rgba(234, 92, 0, 0.3);
--vscode-peekViewEditor-matchHighlightBackground: #29244b;
--vscode-editorMarkerNavigationError-background: #c24038;
--vscode-editorMarkerNavigationError-headerBackground: rgba(194, 64, 56, 0.1);
--vscode-editorMarkerNavigationWarning-background: #d19a66;
--vscode-editorMarkerNavigationWarning-headerBackground: rgba(209, 154, 102, 0.1);
--vscode-editorMarkerNavigationInfo-background: #3794ff;
--vscode-editorMarkerNavigationInfo-headerBackground: rgba(55, 148, 255, 0.1);
--vscode-editorMarkerNavigation-background: #21252b;
--vscode-tab-activeBackground: #282c34;
--vscode-tab-unfocusedActiveBackground: #282c34;
--vscode-tab-inactiveBackground: #21252b;
--vscode-tab-unfocusedInactiveBackground: #21252b;
--vscode-tab-activeForeground: #dcdcdc;
--vscode-tab-inactiveForeground: rgba(220, 220, 220, 0.5);
--vscode-tab-unfocusedActiveForeground: rgba(220, 220, 220, 0.5);
--vscode-tab-unfocusedInactiveForeground: rgba(220, 220, 220, 0.25);
--vscode-tab-hoverBackground: #323842;
--vscode-tab-unfocusedHoverBackground: #323842;
--vscode-tab-border: #181a1f;
--vscode-tab-lastPinnedBorder: #585858;
--vscode-tab-activeModifiedBorder: #3399cc;
--vscode-tab-inactiveModifiedBorder: rgba(51, 153, 204, 0.5);
--vscode-tab-unfocusedActiveModifiedBorder: rgba(51, 153, 204, 0.5);
--vscode-tab-unfocusedInactiveModifiedBorder: rgba(51, 153, 204, 0.25);
--vscode-editorPane-background: #282c34;
--vscode-editorGroupHeader-tabsBackground: #21252b;
--vscode-editorGroupHeader-noTabsBackground: #282c34;
--vscode-editorGroup-border: #181a1f;
--vscode-editorGroup-dropBackground: rgba(83, 89, 93, 0.5);
--vscode-sideBySideEditor-horizontalBorder: #181a1f;
--vscode-sideBySideEditor-verticalBorder: #181a1f;
--vscode-panel-background: #282c34;
--vscode-panel-border: rgba(128, 128, 128, 0.35);
--vscode-panelTitle-activeForeground: #e7e7e7;
--vscode-panelTitle-inactiveForeground: rgba(231, 231, 231, 0.6);
--vscode-panelTitle-activeBorder: #e7e7e7;
--vscode-panel-dropBorder: #e7e7e7;
--vscode-panelSection-dropBackground: rgba(83, 89, 93, 0.5);
--vscode-panelSectionHeader-background: #21252b;
--vscode-panelSection-border: rgba(128, 128, 128, 0.35);
--vscode-banner-background: #2c313a;
--vscode-banner-foreground: #d7dae0;
--vscode-banner-iconForeground: #3794ff;
--vscode-statusBar-foreground: #9da5b4;
--vscode-statusBar-noFolderForeground: #9da5b4;
--vscode-statusBar-background: #21252b;
--vscode-statusBar-noFolderBackground: #21252b;
--vscode-statusBarItem-activeBackground: rgba(255, 255, 255, 0.18);
--vscode-statusBarItem-hoverBackground: #2c313a;
--vscode-statusBarItem-prominentForeground: #9da5b4;
--vscode-statusBarItem-prominentBackground: rgba(0, 0, 0, 0.5);
--vscode-statusBarItem-prominentHoverBackground: rgba(0, 0, 0, 0.3);
--vscode-statusBarItem-errorBackground: #c72e0f;
--vscode-statusBarItem-errorForeground: #ffffff;
--vscode-statusBarItem-warningBackground: #905c2b;
--vscode-statusBarItem-warningForeground: #ffffff;
--vscode-activityBar-background: #282c34;
--vscode-activityBar-foreground: #d7dae0;
--vscode-activityBar-inactiveForeground: rgba(215, 218, 224, 0.4);
--vscode-activityBar-activeBorder: #d7dae0;
--vscode-activityBar-dropBorder: #d7dae0;
--vscode-activityBarBadge-background: #4d78cc;
--vscode-activityBarBadge-foreground: #f8fafd;
--vscode-statusBarItem-remoteBackground: #4d78cc;
--vscode-statusBarItem-remoteForeground: #f8fafd;
--vscode-extensionBadge-remoteBackground: #4d78cc;
--vscode-extensionBadge-remoteForeground: #f8fafd;
--vscode-sideBar-background: #21252b;
--vscode-sideBar-foreground: #abb2bf;
--vscode-sideBarTitle-foreground: #abb2bf;
--vscode-sideBar-dropBackground: rgba(83, 89, 93, 0.5);
--vscode-sideBarSectionHeader-background: #282c34;
--vscode-sideBarSectionHeader-foreground: #abb2bf;
--vscode-titleBar-activeForeground: #9da5b4;
--vscode-titleBar-inactiveForeground: #6b717d;
--vscode-titleBar-activeBackground: #282c34;
--vscode-titleBar-inactiveBackground: #21252b;
--vscode-menubar-selectionForeground: #9da5b4;
--vscode-menubar-selectionBackground: rgba(255, 255, 255, 0.1);
--vscode-notifications-foreground: #cccccc;
--vscode-notifications-background: #21252b;
--vscode-notificationLink-foreground: #61afef;
--vscode-notificationCenterHeader-background: #2b3038;
--vscode-notifications-border: #2b3038;
--vscode-notificationsErrorIcon-foreground: #c24038;
--vscode-notificationsWarningIcon-foreground: #d19a66;
--vscode-notificationsInfoIcon-foreground: #3794ff;
--vscode-editorGutter-commentRangeForeground: #c5c5c5;
--vscode-debugToolBar-background: #21252b;
--vscode-debugIcon-startForeground: #89d185;
--vscode-settings-headerForeground: #ffffff;
--vscode-settings-modifiedItemIndicator: #0c7d9d;
--vscode-settings-dropdownBackground: #21252b;
--vscode-settings-dropdownForeground: #f0f0f0;
--vscode-settings-dropdownBorder: #21252b;
--vscode-settings-dropdownListBorder: #454545;
--vscode-settings-checkboxBackground: #21252b;
--vscode-settings-checkboxForeground: #f0f0f0;
--vscode-settings-checkboxBorder: #404754;
--vscode-settings-textInputBackground: #1d1f23;
--vscode-settings-textInputForeground: #cccccc;
--vscode-settings-numberInputBackground: #1d1f23;
--vscode-settings-numberInputForeground: #cccccc;
--vscode-settings-focusedRowBackground: #282c34;
--vscode-settings-rowHoverBackground: rgba(40, 44, 52, 0.5);
--vscode-settings-focusedRowBorder: rgba(255, 255, 255, 0.12);
--vscode-terminal-background: #282c34;
--vscode-terminal-foreground: #abb2bf;
--vscode-terminal-selectionBackground: rgba(171, 178, 191, 0.19);
--vscode-terminal-border: #abb2bf;
--vscode-terminal-dropBackground: rgba(83, 89, 93, 0.5);
--vscode-testing-iconFailed: #f14c4c;
--vscode-testing-iconErrored: #f14c4c;
--vscode-testing-iconPassed: #73c991;
--vscode-testing-runAction: #73c991;
--vscode-testing-iconQueued: #cca700;
--vscode-testing-iconUnset: #848484;
--vscode-testing-iconSkipped: #848484;
--vscode-testing-peekBorder: #c24038;
--vscode-testing-peekHeaderBackground: rgba(194, 64, 56, 0.1);
--vscode-testing-message\.error\.decorationForeground: #c24038;
--vscode-testing-message\.error\.lineBackground: rgba(255, 0, 0, 0.2);
--vscode-testing-message\.info\.decorationForeground: rgba(171, 178, 191, 0.5);
--vscode-welcomePage-tileBackground: #21252b;
--vscode-welcomePage-tileHoverBackground: #282c34;
--vscode-welcomePage-tileShadow: rgba(0, 0, 0, 0.36);
--vscode-welcomePage-progress\.background: #1d1f23;
--vscode-welcomePage-progress\.foreground: #61afef;
--vscode-walkThrough-embeddedEditorBackground: #2e3440;
--vscode-statusBar-debuggingBackground: #cc6633;
--vscode-statusBar-debuggingForeground: #ffffff;
--vscode-statusBar-debuggingBorder: #66017a;
--vscode-debugExceptionWidget-border: #a31515;
--vscode-debugExceptionWidget-background: #420b0d;
--vscode-ports-iconRunningProcessForeground: #4d78cc;
--vscode-editorGutter-modifiedBackground: #948b60;
--vscode-editorGutter-addedBackground: #109868;
--vscode-editorGutter-deletedBackground: #9a353d;
--vscode-minimapGutter-modifiedBackground: #948b60;
--vscode-minimapGutter-addedBackground: #109868;
--vscode-minimapGutter-deletedBackground: #9a353d;
--vscode-editorOverviewRuler-modifiedForeground: rgba(148, 139, 96, 0.6);
--vscode-editorOverviewRuler-addedForeground: rgba(16, 152, 104, 0.6);
--vscode-editorOverviewRuler-deletedForeground: rgba(154, 53, 61, 0.6);
--vscode-keybindingTable-headerBackground: rgba(204, 204, 204, 0.04);
--vscode-keybindingTable-rowsBackground: rgba(204, 204, 204, 0.04);
--vscode-editor-stackFrameHighlightBackground: rgba(255, 255, 0, 0.2);
--vscode-editor-focusedStackFrameHighlightBackground: rgba(122, 189, 122, 0.3);
--vscode-debugIcon-breakpointForeground: #e51400;
--vscode-debugIcon-breakpointDisabledForeground: #848484;
--vscode-debugIcon-breakpointUnverifiedForeground: #848484;
--vscode-debugIcon-breakpointCurrentStackframeForeground: #ffcc00;
--vscode-debugIcon-breakpointStackframeForeground: #89d185;
--vscode-editor-inlineValuesForeground: rgba(255, 255, 255, 0.5);
--vscode-editor-inlineValuesBackground: rgba(255, 200, 0, 0.2);
--vscode-notebook-cellBorderColor: #323842;
--vscode-notebook-focusedEditorBorder: #3e4452;
--vscode-notebookStatusSuccessIcon-foreground: #89d185;
--vscode-notebookStatusErrorIcon-foreground: #f48771;
--vscode-notebookStatusRunningIcon-foreground: #cccccc;
--vscode-notebook-cellToolbarSeparator: rgba(128, 128, 128, 0.35);
--vscode-notebook-selectedCellBackground: #323842;
--vscode-notebook-selectedCellBorder: #323842;
--vscode-notebook-focusedCellBorder: #3e4452;
--vscode-notebook-inactiveFocusedCellBorder: #323842;
--vscode-notebook-cellStatusBarItemHoverBackground: rgba(255, 255, 255, 0.15);
--vscode-notebook-cellInsertionIndicator: #3e4452;
--vscode-notebookScrollbarSlider-background: rgba(78, 86, 102, 0.38);
--vscode-notebookScrollbarSlider-hoverBackground: rgba(90, 99, 117, 0.5);
--vscode-notebookScrollbarSlider-activeBackground: rgba(116, 125, 145, 0.5);
--vscode-notebook-symbolHighlightBackground: rgba(255, 255, 255, 0.04);
--vscode-notebook-cellEditorBackground: #21252b;
--vscode-scm-providerBorder: #454545;
--vscode-debugTokenExpression-name: #c586c0;
--vscode-debugTokenExpression-value: rgba(204, 204, 204, 0.6);
--vscode-debugTokenExpression-string: #ce9178;
--vscode-debugTokenExpression-boolean: #4e94ce;
--vscode-debugTokenExpression-number: #b5cea8;
--vscode-debugTokenExpression-error: #f48771;
--vscode-debugView-exceptionLabelForeground: #cccccc;
--vscode-debugView-exceptionLabelBackground: #6c2022;
--vscode-debugView-stateLabelForeground: #cccccc;
--vscode-debugView-stateLabelBackground: rgba(136, 136, 136, 0.27);
--vscode-debugView-valueChangedHighlight: #569cd6;
--vscode-debugConsole-infoForeground: #3794ff;
--vscode-debugConsole-warningForeground: #d19a66;
--vscode-debugConsole-errorForeground: #f48771;
--vscode-debugConsole-sourceForeground: #cccccc;
--vscode-debugConsoleInputIcon-foreground: #cccccc;
--vscode-debugIcon-pauseForeground: #75beff;
--vscode-debugIcon-stopForeground: #f48771;
--vscode-debugIcon-disconnectForeground: #f48771;
--vscode-debugIcon-restartForeground: #89d185;
--vscode-debugIcon-stepOverForeground: #75beff;
--vscode-debugIcon-stepIntoForeground: #75beff;
--vscode-debugIcon-stepOutForeground: #75beff;
--vscode-debugIcon-continueForeground: #75beff;
--vscode-debugIcon-stepBackForeground: #75beff;
--vscode-extensionButton-prominentBackground: #404754;
--vscode-extensionButton-prominentForeground: #ffffff;
--vscode-extensionButton-prominentHoverBackground: #4d5565;
--vscode-extensionIcon-starForeground: #ff8e00;
--vscode-extensionIcon-verifiedForeground: #61afef;
--vscode-terminal-ansiBlack: #3f4451;
--vscode-terminal-ansiRed: #e05561;
--vscode-terminal-ansiGreen: #8cc265;
--vscode-terminal-ansiYellow: #d18f52;
--vscode-terminal-ansiBlue: #4aa5f0;
--vscode-terminal-ansiMagenta: #c162de;
--vscode-terminal-ansiCyan: #42b3c2;
--vscode-terminal-ansiWhite: #e6e6e6;
--vscode-terminal-ansiBrightBlack: #4f5666;
--vscode-terminal-ansiBrightRed: #ff616e;
--vscode-terminal-ansiBrightGreen: #a5e075;
--vscode-terminal-ansiBrightYellow: #f0a45d;
--vscode-terminal-ansiBrightBlue: #4dc4ff;
--vscode-terminal-ansiBrightMagenta: #de73ff;
--vscode-terminal-ansiBrightCyan: #4cd1e0;
--vscode-terminal-ansiBrightWhite: #d7dae0;
--vscode-interactive-activeCodeBorder: #3794ff;
--vscode-interactive-inactiveCodeBorder: #323842;
--vscode-gitDecoration-addedResourceForeground: #81b88b;
--vscode-gitDecoration-modifiedResourceForeground: #e2c08d;
--vscode-gitDecoration-deletedResourceForeground: #c74e39;
--vscode-gitDecoration-renamedResourceForeground: #73c991;
--vscode-gitDecoration-untrackedResourceForeground: #73c991;
--vscode-gitDecoration-ignoredResourceForeground: #636b78;
--vscode-gitDecoration-stageModifiedResourceForeground: #e2c08d;
--vscode-gitDecoration-stageDeletedResourceForeground: #c74e39;
--vscode-gitDecoration-conflictingResourceForeground: #e4676b;
--vscode-gitDecoration-submoduleResourceForeground: #8db9e2;
--vscode-gitlens-gutterBackgroundColor: rgba(255, 255, 255, 0.07);
--vscode-gitlens-gutterForegroundColor: #bebebe;
--vscode-gitlens-gutterUncommittedForegroundColor: rgba(0, 188, 242, 0.6);
--vscode-gitlens-trailingLineBackgroundColor: rgba(0, 0, 0, 0);
--vscode-gitlens-trailingLineForegroundColor: rgba(153, 153, 153, 0.35);
--vscode-gitlens-lineHighlightBackgroundColor: rgba(0, 188, 242, 0.2);
--vscode-gitlens-lineHighlightOverviewRulerColor: rgba(0, 188, 242, 0.6);
--vscode-gitlens-closedPullRequestIconColor: #f85149;
--vscode-gitlens-openPullRequestIconColor: #56d364;
--vscode-gitlens-mergedPullRequestIconColor: #995dff;
--vscode-gitlens-unpushlishedChangesIconColor: #35b15e;
--vscode-gitlens-unpublishedCommitIconColor: #35b15e;
--vscode-gitlens-unpulledChangesIconColor: #b15e35;
--vscode-gitlens-decorations\.addedForegroundColor: #81b88b;
--vscode-gitlens-decorations\.copiedForegroundColor: #73c991;
--vscode-gitlens-decorations\.deletedForegroundColor: #c74e39;
--vscode-gitlens-decorations\.ignoredForegroundColor: #636b78;
--vscode-gitlens-decorations\.modifiedForegroundColor: #e2c08d;
--vscode-gitlens-decorations\.untrackedForegroundColor: #73c991;
--vscode-gitlens-decorations\.renamedForegroundColor: #73c991;
--vscode-gitlens-decorations\.branchAheadForegroundColor: #35b15e;
--vscode-gitlens-decorations\.branchBehindForegroundColor: #b15e35;
--vscode-gitlens-decorations\.branchDivergedForegroundColor: #d8af1b;
--vscode-gitlens-decorations\.branchUpToDateForegroundColor: #abb2bf;
--vscode-gitlens-decorations\.branchUnpublishedForegroundColor: #35b15e;
--vscode-gitlens-decorations\.branchMissingUpstreamForegroundColor: #c74e39;