Skip to content

Instantly share code, notes, and snippets.

@nwolverson
Created July 23, 2018 21:15
Show Gist options
  • Save nwolverson/16eebf679a42249c6e18551e3458631e to your computer and use it in GitHub Desktop.
Save nwolverson/16eebf679a42249c6e18551e3458631e to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
Debugger listening on port 11128.
Warning: This is an experimental feature and could change at any time.
To start debugging, open the following URL in Chrome:
chrome-devtools://devtools/bundled/inspector.html?experiments=true&v8only=true&ws=127.0.0.1:11128/762898b5-b49b-4cbd-818c-1f70111ce54e
[Trace - 21:53:30] Sending notification '$/setTraceNotification'.
Params: {
"value": "verbose"
}
[Trace - 21:53:30] Sending notification 'workspace/didChangeConfiguration'.
Params: {
"settings": {
"http": {
"proxy": "",
"proxyStrictSSL": true
},
"json": {
"format": {
"enable": true
},
"schemas": []
}
}
}
[Trace - 21:53:30] Received request 'vscode/content - (4)'.
Params: "vscode://schemas/settings/user"
[Trace - 21:53:30] Sending response 'vscode/content - (4)'. Processing request took 13ms
Result: "{\"properties\":{\"editor.fontFamily\":{\"type\":\"string\",\"default\":\"Menlo, Monaco, 'Courier New', monospace\",\"description\":\"Controls the font family.\",\"overridable\":true,\"scope\":3},\"editor.fontWeight\":{\"type\":\"string\",\"enum\":[\"normal\",\"bold\",\"100\",\"200\",\"300\",\"400\",\"500\",\"600\",\"700\",\"800\",\"900\"],\"default\":\"normal\",\"description\":\"Controls the font weight.\",\"overridable\":true,\"scope\":3},\"editor.fontSize\":{\"type\":\"number\",\"default\":12,\"description\":\"Controls the font size in pixels.\",\"overridable\":true,\"scope\":3},\"editor.lineHeight\":{\"type\":\"number\",\"default\":0,\"description\":\"Controls the line height. Use 0 to compute the lineHeight from the fontSize.\",\"overridable\":true,\"scope\":3},\"editor.letterSpacing\":{\"type\":\"number\",\"default\":0,\"description\":\"Controls the letter spacing in pixels.\",\"overridable\":true,\"scope\":3},\"editor.lineNumbers\":{\"type\":\"string\",\"enum\":[\"off\",\"on\",\"relative\",\"interval\"],\"enumDescriptions\":[\"Line numbers are not rendered.\",\"Line numbers are rendered as absolute number.\",\"Line numbers are rendered as distance in lines to cursor position.\",\"Line numbers are rendered every 10 lines.\"],\"default\":\"on\",\"description\":\"Controls the display of line numbers.\",\"overridable\":true,\"scope\":3},\"editor.rulers\":{\"type\":\"array\",\"items\":{\"type\":\"number\"},\"default\":[],\"description\":\"Render vertical rulers after a certain number of monospace characters. Use multiple values for multiple rulers. No rulers are drawn if array is empty\",\"overridable\":true,\"scope\":3},\"editor.wordSeparators\":{\"type\":\"string\",\"default\":\"`~!@#$%^&*()-=+[{]}\\\\|;:'\\\",.<>/?\",\"description\":\"Characters that will be used as word separators when doing word related navigations or operations\",\"overridable\":true,\"scope\":3},\"editor.tabSize\":{\"type\":\"number\",\"default\":4,\"minimum\":1,\"description\":\"The number of spaces a tab is equal to. This setting is overridden based on the file contents when `editor.detectIndentation` is on.\",\"errorMessage\":\"Expected 'number'. Note that the value \\\"auto\\\" has been replaced by the `editor.detectIndentation` setting.\",\"overridable\":true,\"scope\":3},\"editor.insertSpaces\":{\"type\":\"boolean\",\"default\":true,\"description\":\"Insert spaces when pressing Tab. This setting is overridden based on the file contents when `editor.detectIndentation` is on.\",\"errorMessage\":\"Expected 'boolean'. Note that the value \\\"auto\\\" has been replaced by the `editor.detectIndentation` setting.\",\"overridable\":true,\"scope\":3},\"editor.detectIndentation\":{\"type\":\"boolean\",\"default\":true,\"description\":\"When opening a file, `editor.tabSize` and `editor.insertSpaces` will be detected based on the file contents.\",\"overridable\":true,\"scope\":3},\"editor.roundedSelection\":{\"type\":\"boolean\",\"default\":true,\"description\":\"Controls if selections have rounded corners\",\"overridable\":true,\"scope\":3},\"editor.scrollBeyondLastLine\":{\"type\":\"boolean\",\"default\":true,\"description\":\"Controls if the editor will scroll beyond the last line\",\"overridable\":true,\"scope\":3},\"editor.scrollBeyondLastColumn\":{\"type\":\"number\",\"default\":5,\"description\":\"Controls the number of extra characters beyond which the editor will scroll horizontally\",\"overridable\":true,\"scope\":3},\"editor.smoothScrolling\":{\"type\":\"boolean\",\"default\":false,\"description\":\"Controls if the editor will scroll using an animation\",\"overridable\":true,\"scope\":3},\"editor.minimap.enabled\":{\"type\":\"boolean\",\"default\":true,\"description\":\"Controls if the minimap is shown\",\"overridable\":true,\"scope\":3},\"editor.minimap.side\":{\"type\":\"string\",\"enum\":[\"left\",\"right\"],\"default\":\"right\",\"description\":\"Controls the side where to render the minimap.\",\"overridable\":true,\"scope\":3},\"editor.minimap.showSlider\":{\"type\":\"string\",\"enum\":[\"always\",\"mouseover\"],\"default\":\"mouseover\",\"description\":\"Controls whether the minimap slider is automatically hidden.\",\"overridable\":true,\"scope\":3},\"editor.minimap.renderCharacters\":{\"type\":\"boolean\",\"default\":true,\"description\":\"Render the actual characters on a line (as opposed to color blocks)\",\"overridable\":true,\"scope\":3},\"editor.minimap.maxColumn\":{\"type\":\"number\",\"default\":120,\"description\":\"Limit the width of the minimap to render at most a certain number of columns\",\"overridable\":true,\"scope\":3},\"editor.hover.enabled\":{\"type\":\"boolean\",\"default\":true,\"description\":\"Controls if the hover is shown\",\"overridable\":true,\"scope\":3},\"editor.hover.delay\":{\"type\":\"number\",\"default\":300,\"description\":\"Controls the delay after which to show the hover\",\"overridable\":true,\"scope\":3},\"editor.hover.sticky\":{\"type\":\"boolean\",\"default\":true,\"description\":\"Controls if the hover should remain visible when mouse is moved over it\",\"overridable\":true,\"scope\":3},\"editor.find.seedSearchStringFromSelection\":{\"type\":\"boolean\",\"default\":true,\"description\":\"Controls if we seed the search string in Find Widget from editor selection\",\"overridable\":true,\"scope\":3},\"editor.find.autoFindInSelection\":{\"type\":\"boolean\",\"default\":false,\"description\":\"Controls if Find in Selection flag is turned on when multiple characters or lines of text are selected in the editor\",\"overridable\":true,\"scope\":3},\"editor.find.globalFindClipboard\":{\"type\":\"boolean\",\"default\":false,\"description\":\"Controls if the Find Widget should read or modify the shared find clipboard on macOS\",\"included\":true,\"overridable\":true,\"scope\":3},\"editor.wordWrap\":{\"type\":\"string\",\"enum\":[\"off\",\"on\",\"wordWrapColumn\",\"bounded\"],\"enumDescriptions\":[\"Lines will never wrap.\",\"Lines will wrap at the viewport width.\",\"Lines will wrap at `editor.wordWrapColumn`.\",\"Lines will wrap at the minimum of viewport and `editor.wordWrapColumn`.\"],\"default\":\"off\",\"description\":\"Controls how lines should wrap. Can be:\\n - 'off' (disable wrapping),\\n - 'on' (viewport wrapping),\\n - 'wordWrapColumn' (wrap at `editor.wordWrapColumn`) or\\n - 'bounded' (wrap at minimum of viewport and `editor.wordWrapColumn`).\",\"overridable\":true,\"scope\":3},\"editor.wordWrapColumn\":{\"type\":\"integer\",\"default\":80,\"minimum\":1,\"description\":\"Controls the wrapping column of the editor when `editor.wordWrap` is 'wordWrapColumn' or 'bounded'.\",\"overridable\":true,\"scope\":3},\"editor.wrappingIndent\":{\"type\":\"string\",\"enum\":[\"none\",\"same\",\"indent\",\"deepIndent\"],\"default\":\"same\",\"description\":\"Controls the indentation of wrapped lines. Can be one of 'none', 'same', 'indent' or 'deepIndent'.\",\"overridable\":true,\"scope\":3},\"editor.mouseWheelScrollSensitivity\":{\"type\":\"number\",\"default\":1,\"description\":\"A multiplier to be used on the `deltaX` and `deltaY` of mouse wheel scroll events\",\"overridable\":true,\"scope\":3},\"editor.multiCursorModifier\":{\"type\":\"string\",\"enum\":[\"ctrlCmd\",\"alt\"],\"enumDescriptions\":[\"Maps to `Control` on Windows and Linux and to `Command` on macOS.\",\"Maps to `Alt` on Windows and Linux and to `Option` on macOS.\"],\"default\":\"alt\",\"description\":\"The modifier to be used to add multiple cursors with the mouse. `ctrlCmd` maps to `Control` on Windows and Linux and to `Command` on macOS. The Go To Definition and Open Link mouse gestures will adapt such that they do not conflict with the multicursor modifier.\",\"overridable\":true,\"scope\":3},\"editor.multiCursorMergeOverlapping\":{\"type\":\"boolean\",\"default\":true,\"description\":\"Merge multiple cursors when they are overlapping.\",\"overridable\":true,\"scope\":3},\"editor.quickSuggestions\":{\"anyOf\":[{\"type\":\"boolean\"},{\"type\":\"object\",\"properties\":{\"strings\":{\"type\":\"boolean\",\"default\":false,\"description\":\"Enable quick suggestions inside strings.\"},\"comments\":{\"type\":\"boolean\",\"default\":false,\"description\":\"Enable quick suggestions inside comments.\"},\"other\":{\"type\":\"boolean\",\"default\":true,\"description\":\"Enable quick suggestions outside of strings and comments.\"}}}],\"default\":{\"other\":true,\"comments\":false,\"strings\":false},\"description\":\"Controls if suggestions should automatically show up while typing\",\"overridable\":true,\"scope\":3},\"editor.quickSuggestionsDelay\":{\"type\":\"integer\",\"default\":10,\"minimum\":0,\"description\":\"Controls the delay in ms after which quick suggestions will show up\",\"overridable\":true,\"scope\":3},\"editor.parameterHints\":{\"type\":\"boolean\",\"default\":true,\"description\":\"Enables pop-up that shows parameter documentation and type information as you type\",\"overridable\":true,\"scope\":3},\"editor.autoClosingBrackets\":{\"type\":\"boolean\",\"default\":true,\"description\":\"Controls if the editor should automatically close brackets after opening them\",\"overridable\":true,\"scope\":3},\"editor.formatOnType\":{\"type\":\"boolean\",\"default\":false,\"description\":\"Controls if the editor should automatically format the line after typing\",\"overridable\":true,\"scope\":3},\"editor.formatOnPaste\":{\"type\":\"boolean\",\"default\":false,\"description\":\"Controls if the editor should automatically format the pasted content. A formatter must be available and the formatter should be able to format a range in a document.\",\"overridable\":true,\"scope\":3},\"editor.autoIndent\":{\"type\":\"boolean\",\"default\":true,\"description\":\"Controls if the editor should automatically adjust the indentation when users type, paste or move lines. Indentation rules of the language must be available.\",\"overridable\":true,\"scope\":3},\"editor.suggestOnTriggerCharacters\":{\"type\":\"boolean\",\"default\":true,\"description\":\"Controls if suggestions should automatically show up when typing trigger characters\",\"overridable\":true,\"scope\":3},\"editor.acceptSuggestionOnEnter\":{\"type\":\"string\",\"enum\":[\"on\",\"smart\",\"off\"],\"default\":\"on\",\"description\":\"Controls if suggestions should be accepted on 'Enter' - in addition to 'Tab'. Helps to avoid ambiguity between inserting new lines or accepting suggestions. The value 'smart' means only accept a suggestion with Enter when it makes a textual change\",\"overridable\":true,\"scope\":3},\"editor.acceptSuggestionOnCommitCharacter\":{\"type\":\"boolean\",\"default\":true,\"description\":\"Controls if suggestions should be accepted on commit characters. For instance in JavaScript the semi-colon (';') can be a commit character that accepts a suggestion and types that character.\",\"overridable\":true,\"scope\":3},\"editor.snippetSuggestions\":{\"type\":\"string\",\"enum\":[\"top\",\"bottom\",\"inline\",\"none\"],\"enumDescriptions\":[\"Show snippet suggestions on top of other suggestions.\",\"Show snippet suggestions below other suggestions.\",\"Show snippets suggestions with other suggestions.\",\"Do not show snippet suggestions.\"],\"default\":\"inline\",\"description\":\"Controls whether snippets are shown with other suggestions and how they are sorted.\",\"overridable\":true,\"scope\":3},\"editor.emptySelectionClipboard\":{\"type\":\"boolean\",\"default\":true,\"description\":\"Controls whether copying without a selection copies the current line.\",\"overridable\":true,\"scope\":3},\"editor.wordBasedSuggestions\":{\"type\":\"boolean\",\"default\":true,\"description\":\"Controls whether completions should be computed based on words in the document.\",\"overridable\":true,\"scope\":3},\"editor.suggestSelection\":{\"type\":\"string\",\"enum\":[\"first\",\"recentlyUsed\",\"recentlyUsedByPrefix\"],\"enumDescriptions\":[\"Always select the first suggestion.\",\"Select recent suggestions unless further typing selects one, e.g. `console.| -> console.log` because `log` has been completed recently.\",\"Select suggestions based on previous prefixes that have completed those suggestions, e.g. `co -> console` and `con -> const`.\"],\"default\":\"recentlyUsed\",\"description\":\"Controls how suggestions are pre-selected when showing the suggest list.\",\"overridable\":true,\"scope\":3},\"editor.suggestFontSize\":{\"type\":\"integer\",\"default\":0,\"minimum\":0,\"description\":\"Font size for the suggest widget\",\"overridable\":true,\"scope\":3},\"editor.suggestLineHeight\":{\"type\":\"integer\",\"default\":0,\"minimum\":0,\"description\":\"Line height for the suggest widget\",\"overridable\":true,\"scope\":3},\"editor.selectionHighlight\":{\"type\":\"boolean\",\"default\":true,\"description\":\"Controls whether the editor should highlight similar matches to the selection\",\"overridable\":true,\"scope\":3},\"editor.occurrencesHighlight\":{\"type\":\"boolean\",\"default\":true,\"description\":\"Controls whether the editor should highlight semantic symbol occurrences\",\"overridable\":true,\"scope\":3},\"editor.overviewRulerLanes\":{\"type\":\"integer\",\"default\":3,\"description\":\"Controls the number of decorations that can show up at the same position in the overview ruler\",\"overridable\":true,\"scope\":3},\"editor.overviewRulerBorder\":{\"type\":\"boolean\",\"default\":true,\"description\":\"Controls if a border should be drawn around the overview ruler.\",\"overridable\":true,\"scope\":3},\"editor.cursorBlinking\":{\"type\":\"string\",\"enum\":[\"blink\",\"smooth\",\"phase\",\"expand\",\"solid\"],\"default\":\"blink\",\"description\":\"Control the cursor animation style.\",\"overridable\":true,\"scope\":3},\"editor.mouseWheelZoom\":{\"type\":\"boolean\",\"default\":false,\"description\":\"Zoom the font of the editor when using mouse wheel and holding Ctrl\",\"overridable\":true,\"scope\":3},\"editor.cursorStyle\":{\"type\":\"string\",\"enum\":[\"block\",\"block-outline\",\"line\",\"line-thin\",\"underline\",\"underline-thin\"],\"default\":\"line\",\"description\":\"Controls the cursor style, accepted values are 'block', 'block-outline', 'line', 'line-thin', 'underline' and 'underline-thin'\",\"overridable\":true,\"scope\":3},\"editor.cursorWidth\":{\"type\":\"integer\",\"default\":0,\"description\":\"Controls the width of the cursor when editor.cursorStyle is set to 'line'\",\"overridable\":true,\"scope\":3},\"editor.fontLigatures\":{\"type\":\"boolean\",\"default\":false,\"description\":\"Enables font ligatures\",\"overridable\":true,\"scope\":3},\"editor.hideCursorInOverviewRuler\":{\"type\":\"boolean\",\"default\":false,\"description\":\"Controls if the cursor should be hidden in the overview ruler.\",\"overridable\":true,\"scope\":3},\"editor.renderWhitespace\":{\"type\":\"string\",\"enum\":[\"none\",\"boundary\",\"all\"],\"default\":\"none\",\"description\":\"Controls how the editor should render whitespace characters, possibilities are 'none', 'boundary', and 'all'. The 'boundary' option does not render single spaces between words.\",\"overridable\":true,\"scope\":3},\"editor.renderControlCharacters\":{\"type\":\"boolean\",\"default\":false,\"description\":\"Controls whether the editor should render control characters\",\"overridable\":true,\"scope\":3},\"editor.renderIndentGuides\":{\"type\":\"boolean\",\"default\":true,\"description\":\"Controls whether the editor should render indent guides\",\"overridable\":true,\"scope\":3},\"editor.highlightActiveIndentGuide\":{\"type\":\"boolean\",\"default\":true,\"description\":\"Controls whether the editor should highlight the active indent guide\",\"overridable\":true,\"scope\":3},\"editor.renderLineHighlight\":{\"type\":\"string\",\"enum\":[\"none\",\"gutter\",\"line\",\"all\"],\"default\":\"line\",\"description\":\"Controls how the editor should render the current line highlight, possibilities are 'none', 'gutter', 'line', and 'all'.\",\"overridable\":true,\"scope\":3},\"editor.codeLens\":{\"type\":\"boolean\",\"default\":true,\"description\":\"Controls if the editor shows CodeLens\",\"overridable\":true,\"scope\":3},\"editor.folding\":{\"type\":\"boolean\",\"default\":true,\"description\":\"Controls whether the editor has code folding enabled\",\"overridable\":true,\"scope\":3},\"editor.foldingStrategy\":{\"type\":\"string\",\"enum\":[\"auto\",\"indentation\"],\"enumDescriptions\":[\"If available, use a language specific folding strategy, otherwise falls back to the indentation based strategy.\",\"Always use the indentation based folding strategy\"],\"default\":\"auto\",\"description\":\"Controls the way folding ranges are computed. 'auto' picks uses a language specific folding strategy, if available. 'indentation' forces that the indentation based folding strategy is used.\",\"overridable\":true,\"scope\":3},\"editor.showFoldingControls\":{\"type\":\"string\",\"enum\":[\"always\",\"mouseover\"],\"default\":\"mouseover\",\"description\":\"Controls whether the fold controls on the gutter are automatically hidden.\",\"overridable\":true,\"scope\":3},\"editor.matchBrackets\":{\"type\":\"boolean\",\"default\":true,\"description\":\"Highlight matching brackets when one of them is selected.\",\"overridable\":true,\"scope\":3},\"editor.glyphMargin\":{\"type\":\"boolean\",\"default\":true,\"description\":\"Controls whether the editor should render the vertical glyph margin. Glyph margin is mostly used for debugging.\",\"overridable\":true,\"scope\":3},\"editor.useTabStops\":{\"type\":\"boolean\",\"default\":true,\"description\":\"Inserting and deleting whitespace follows tab stops\",\"overridable\":true,\"scope\":3},\"editor.trimAutoWhitespace\":{\"type\":\"boolean\",\"default\":true,\"description\":\"Remove trailing auto inserted whitespace\",\"overridable\":true,\"scope\":3},\"editor.stablePeek\":{\"type\":\"boolean\",\"default\":false,\"description\":\"Keep peek editors open even when double clicking their content or when hitting Escape.\",\"overridable\":true,\"scope\":3},\"editor.dragAndDrop\":{\"type\":\"boolean\",\"default\":true,\"description\":\"Controls if the editor should allow to move selections via drag and drop.\",\"overridable\":true,\"scope\":3},\"editor.accessibilitySupport\":{\"type\":\"string\",\"enum\":[\"auto\",\"on\",\"off\"],\"enumDescriptions\":[\"The editor will use platform APIs to detect when a Screen Reader is attached.\",\"The editor will be permanently optimized for usage with a Screen Reader.\",\"The editor will never be optimized for usage with a Screen Reader.\"],\"default\":\"auto\",\"description\":\"Controls whether the editor should run in a mode where it is optimized for screen readers.\",\"overridable\":true,\"scope\":3},\"editor.showUnused\":{\"type\":\"boolean\",\"default\":true,\"description\":\"Controls fading out of unused code.\",\"overridable\":true,\"scope\":3},\"editor.links\":{\"type\":\"boolean\",\"default\":true,\"description\":\"Controls whether the editor should detect links and make them clickable\",\"overridable\":true,\"scope\":3},\"editor.colorDecorators\":{\"type\":\"boolean\",\"default\":true,\"description\":\"Controls whether the editor should render the inline color decorators and color picker.\",\"overridable\":true,\"scope\":3},\"editor.lightbulb.enabled\":{\"type\":\"boolean\",\"default\":true,\"description\":\"Enables the code action lightbulb\",\"overridable\":true,\"scope\":3},\"editor.codeActionsOnSave\":{\"type\":\"object\",\"properties\":{\"source.organizeImports\":{\"type\":\"boolean\",\"description\":\"Run organize imports on save?\"}},\"additionalProperties\":{\"type\":\"boolean\"},\"default\":{},\"description\":\"Code action kinds to be run on save.\",\"overridable\":true,\"scope\":3},\"editor.codeActionsOnSaveTimeout\":{\"type\":\"number\",\"default\":750,\"description\":\"Timeout for code actions run on save.\",\"overridable\":true,\"scope\":3},\"diffEditor.renderSideBySide\":{\"type\":\"boolean\",\"default\":true,\"description\":\"Controls if the diff editor shows the diff side by side or inline\",\"overridable\":true,\"scope\":3},\"diffEditor.ignoreTrimWhitespace\":{\"type\":\"boolean\",\"default\":true,\"description\":\"Controls if the diff editor shows changes in leading or trailing whitespace as diffs\",\"overridable\":true,\"scope\":3},\"editor.largeFileOptimizations\":{\"type\":\"boolean\",\"default\":true,\"description\":\"Special handling for large files to disable certain memory intensive features.\",\"overridable\":true,\"scope\":3},\"diffEditor.renderIndicators\":{\"type\":\"boolean\",\"default\":true,\"description\":\"Controls if the diff editor shows +/- indicators for added/removed changes\",\"overridable\":true,\"scope\":3},\"http.proxy\":{\"type\":\"string\",\"pattern\":\"^https?://([^:]*(:[^@]*)?@)?([^:]+)(:\\\\d+)?/?$|^$\",\"description\":\"The proxy setting to use. If not set will be taken from the http_proxy and https_proxy environment variables\",\"default\":\"\",\"scope\":2},\"http.proxyStrictSSL\":{\"type\":\"boolean\",\"default\":true,\"description\":\"Whether the proxy server certificate should be verified against the list of supplied CAs.\",\"scope\":2},\"http.proxyAuthorization\":{\"type\":[\"null\",\"string\"],\"default\":null,\"description\":\"The value to send as the 'Proxy-Authorization' header for every network request.\",\"scope\":2},\"telemetry.enableTelemetry\":{\"type\":\"boolean\",\"description\":\"Enable usage data and errors to be sent to Microsoft.\",\"default\":true,\"scope\":2},\"update.channel\":{\"type\":\"string\",\"enum\":[\"none\",\"default\"],\"default\":\"default\",\"scope\":1,\"description\":\"Configure whether you receive automatic updates from an update channel. Requires a restart after change.\"},\"update.enableWindowsBackgroundUpdates\":{\"type\":\"boolean\",\"default\":true,\"scope\":1,\"description\":\"Enables Windows background updates.\"},\"update.showReleaseNotes\":{\"type\":\"boolean\",\"default\":true,\"description\":\"Show Release Notes after an update.\",\"scope\":2},\"workbench.list.multiSelectModifier\":{\"type\":\"string\",\"enum\":[\"ctrlCmd\",\"alt\"],\"enumDescriptions\":[\"Maps to `Control` on Windows and Linux and to `Command` on macOS.\",\"Maps to `Alt` on Windows and Linux and to `Option` on macOS.\"],\"default\":\"ctrlCmd\",\"description\":\"The modifier to be used to add an item in trees and lists to a multi-selection with the mouse (for example in the explorer, open editors and scm view). `ctrlCmd` maps to `Control` on Windows and Linux and to `Command` on macOS. The 'Open to Side' mouse gestures - if supported - will adapt such that they do not conflict with the multiselect modifier.\",\"scope\":2},\"workbench.list.openMode\":{\"type\":\"string\",\"enum\":[\"singleClick\",\"doubleClick\"],\"enumDescriptions\":[\"Opens items on mouse single click.\",\"Open items on mouse double click.\"],\"default\":\"singleClick\",\"description\":\"Controls how to open items in trees and lists using the mouse (if supported). Set to `singleClick` to open items with a single mouse click and `doubleClick` to only open via mouse double click. For parents with children in trees, this setting will control if a single click expands the parent or a double click. Note that some trees and lists might choose to ignore this setting if it is not applicable. \",\"scope\":2},\"workbench.tree.horizontalScrolling\":{\"type\":\"boolean\",\"default\":false,\"description\":\"Controls whether trees support horizontal scrolling in the workbench.\",\"scope\":2},\"workbench.statusBar.feedback.visible\":{\"type\":\"boolean\",\"default\":true,\"description\":\"Controls the visibility of the Twitter feedback (smiley) in the status bar at the bottom of the workbench.\",\"scope\":2},\"telemetry.enableCrashReporter\":{\"type\":\"boolean\",\"description\":\"Enable crash reports to be sent to Microsoft.\\nThis option requires restart to take effect.\",\"default\":true,\"scope\":2},\"problems.decorations.enabled\":{\"description\":\"Show Errors & Warnings on files and folder.\",\"type\":\"boolean\",\"default\":true,\"scope\":2},\"workbench.startupEditor\":{\"type\":\"string\",\"enum\":[\"none\",\"welcomePage\",\"newUntitledFile\"],\"enumDescriptions\":[\"Start without an editor.\",\"Open the Welcome page (default).\",\"Open a new untitled file.\"],\"default\":\"welcomePage\",\"description\":\"Controls which editor is shown at startup, if none is restored from the previous session. Select 'none' to start without an editor, 'welcomePage' to open the Welcome page (default), 'newUntitledFile' to open a new untitled file (only opening an empty workspace).\",\"scope\":2},\"terminal.explorerKind\":{\"type\":\"string\",\"enum\":[\"integrated\",\"external\"],\"description\":\"Customizes what kind of terminal to launch.\",\"default\":\"integrated\",\"scope\":2},\"terminal.external.windowsExec\":{\"type\":\"string\",\"description\":\"Customizes which terminal to run on Windows.\",\"default\":\"C:\\\\Windows\\\\System32\\\\cmd.exe\",\"scope\":1},\"terminal.external.osxExec\":{\"type\":\"string\",\"description\":\"Customizes which terminal application to run on OS X.\",\"default\":\"Terminal.app\",\"scope\":1},\"terminal.external.linuxExec\":{\"type\":\"string\",\"description\":\"Customizes which terminal to run on Linux.\",\"default\":\"xterm\",\"scope\":1},\"keyboard.dispatch\":{\"type\":\"string\",\"enum\":[\"code\",\"keyCode\"],\"default\":\"code\",\"description\":\"Controls the dispatching logic for key presses to use either `code` (recommended) or `keyCode`.\",\"included\":true,\"overridable\":true,\"scope\":2},\"keyboard.touchbar.enabled\":{\"type\":\"boolean\",\"default\":true,\"description\":\"Enables the macOS touchbar buttons on the keyboard if available.\",\"included\":true,\"overridable\":true,\"scope\":2},\"editor.tabCompletion\":{\"type\":\"boolean\",\"default\":false,\"description\":\"Insert snippets when their prefix matches. Works best when 'quickSuggestions' aren't enabled.\",\"scope\":2},\"workbench.colorTheme\":{\"type\":\"string\",\"description\":\"Specifies the color theme used in the workbench.\",\"default\":\"Default Dark+\",\"enum\":[\"Default Dark+\",\"Abyss\",\"Default Light+\",\"Visual Studio Dark\",\"Visual Studio Light\",\"Default High Contrast\",\"Kimbie Dark\",\"Monokai\",\"Monokai Dimmed\",\"Quiet Light\",\"Red\",\"Solarized Dark\",\"Solarized Light\",\"Tomorrow Night Blue\"],\"enumDescriptions\":[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],\"errorMessage\":\"Theme is unknown or not installed.\",\"scope\":2},\"workbench.iconTheme\":{\"type\":[\"string\",\"null\"],\"default\":\"vs-seti\",\"description\":\"Specifies the icon theme used in the workbench or 'null' to not show any file icons.\",\"enum\":[null,\"vs-minimal\",\"vs-seti\"],\"enumDescriptions\":[\"No file icons\",\"\",\"\"],\"errorMessage\":\"File icon theme is unknown or not installed.\",\"scope\":2},\"workbench.colorCustomizations\":{\"type\":\"object\",\"description\":\"Overrides colors from the currently selected color theme.\",\"properties\":{\"foreground\":{\"type\":\"string\",\"description\":\"Overall foreground color. This color is only used if not overridden by a component.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"errorForeground\":{\"type\":\"string\",\"description\":\"Overall foreground color for error messages. This color is only used if not overridden by a component.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"descriptionForeground\":{\"type\":\"string\",\"description\":\"Foreground color for description text providing additional information, for example for a label.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"focusBorder\":{\"type\":\"string\",\"description\":\"Overall border color for focused elements. This color is only used if not overridden by a component.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"contrastBorder\":{\"type\":\"string\",\"description\":\"An extra border around elements to separate them from others for greater contrast.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"contrastActiveBorder\":{\"type\":\"string\",\"description\":\"An extra border around active elements to separate them from others for greater contrast.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"selection.background\":{\"type\":\"string\",\"description\":\"The background color of text selections in the workbench (e.g. for input fields or text areas). Note that this does not apply to selections within the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textSeparator.foreground\":{\"type\":\"string\",\"description\":\"Color for text separators.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textLink.foreground\":{\"type\":\"string\",\"description\":\"Foreground color for links in text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textLink.activeForeground\":{\"type\":\"string\",\"description\":\"Foreground color for links in text when clicked on and on mouse hover.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textPreformat.foreground\":{\"type\":\"string\",\"description\":\"Foreground color for preformatted text segments.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textBlockQuote.background\":{\"type\":\"string\",\"description\":\"Background color for block quotes in text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textBlockQuote.border\":{\"type\":\"string\",\"description\":\"Border color for block quotes in text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textCodeBlock.background\":{\"type\":\"string\",\"description\":\"Background color for code blocks in text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"widget.shadow\":{\"type\":\"string\",\"description\":\"Shadow color of widgets such as find/replace inside the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"input.background\":{\"type\":\"string\",\"description\":\"Input box background.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"input.foreground\":{\"type\":\"string\",\"description\":\"Input box foreground.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"input.border\":{\"type\":\"string\",\"description\":\"Input box border.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputOption.activeBorder\":{\"type\":\"string\",\"description\":\"Border color of activated options in input fields.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"input.placeholderForeground\":{\"type\":\"string\",\"description\":\"Input box foreground color for placeholder text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.infoBackground\":{\"type\":\"string\",\"description\":\"Input validation background color for information severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.infoBorder\":{\"type\":\"string\",\"description\":\"Input validation border color for information severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.warningBackground\":{\"type\":\"string\",\"description\":\"Input validation background color for warning severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.warningBorder\":{\"type\":\"string\",\"description\":\"Input validation border color for warning severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.errorBackground\":{\"type\":\"string\",\"description\":\"Input validation background color for error severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.errorBorder\":{\"type\":\"string\",\"description\":\"Input validation border color for error severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"dropdown.background\":{\"type\":\"string\",\"description\":\"Dropdown background.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"dropdown.listBackground\":{\"type\":\"string\",\"description\":\"Dropdown list background.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"dropdown.foreground\":{\"type\":\"string\",\"description\":\"Dropdown foreground.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"dropdown.border\":{\"type\":\"string\",\"description\":\"Dropdown border.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.focusBackground\":{\"type\":\"string\",\"description\":\"List/Tree background color for the focused item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.focusForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color for the focused item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.activeSelectionBackground\":{\"type\":\"string\",\"description\":\"List/Tree background color for the selected item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.activeSelectionForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color for the selected item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.inactiveSelectionBackground\":{\"type\":\"string\",\"description\":\"List/Tree background color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.inactiveSelectionForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.inactiveFocusBackground\":{\"type\":\"string\",\"description\":\"List/Tree background color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.hoverBackground\":{\"type\":\"string\",\"description\":\"List/Tree background when hovering over items using the mouse.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.hoverForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground when hovering over items using the mouse.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.dropBackground\":{\"type\":\"string\",\"description\":\"List/Tree drag and drop background when moving items around using the mouse.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.highlightForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color of the match highlights when searching inside the list/tree.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.invalidItemForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color for invalid items, for example an unresolved root in explorer.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.errorForeground\":{\"type\":\"string\",\"description\":\"Foreground color of list items containing errors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.warningForeground\":{\"type\":\"string\",\"description\":\"Foreground color of list items containing warnings.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"pickerGroup.foreground\":{\"type\":\"string\",\"description\":\"Quick picker color for grouping labels.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"pickerGroup.border\":{\"type\":\"string\",\"description\":\"Quick picker color for grouping borders.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"button.foreground\":{\"type\":\"string\",\"description\":\"Button foreground color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"button.background\":{\"type\":\"string\",\"description\":\"Button background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"button.hoverBackground\":{\"type\":\"string\",\"description\":\"Button background color when hovering.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"badge.background\":{\"type\":\"string\",\"description\":\"Badge background color. Badges are small information labels, e.g. for search results count.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"badge.foreground\":{\"type\":\"string\",\"description\":\"Badge foreground color. Badges are small information labels, e.g. for search results count.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"scrollbar.shadow\":{\"type\":\"string\",\"description\":\"Scrollbar shadow to indicate that the view is scrolled.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"scrollbarSlider.background\":{\"type\":\"string\",\"description\":\"Scrollbar slider background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"scrollbarSlider.hoverBackground\":{\"type\":\"string\",\"description\":\"Scrollbar slider background color when hovering.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"scrollbarSlider.activeBackground\":{\"type\":\"string\",\"description\":\"Scrollbar slider background color when clicked on.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"progressBar.background\":{\"type\":\"string\",\"description\":\"Background color of the progress bar that can show for long running operations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.background\":{\"type\":\"string\",\"description\":\"Editor background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.foreground\":{\"type\":\"string\",\"description\":\"Editor default foreground color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWidget.background\":{\"type\":\"string\",\"description\":\"Background color of editor widgets, such as find/replace.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWidget.border\":{\"type\":\"string\",\"description\":\"Border color of editor widgets. The color is only used if the widget chooses to have a border and if the color is not overridden by a widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWidget.resizeBorder\":{\"type\":\"string\",\"description\":\"Border color of the resize bar of editor widgets. The color is only used if the widget chooses to have a resize border and if the color is not overridden by a widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.selectionBackground\":{\"type\":\"string\",\"description\":\"Color of the editor selection.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.selectionForeground\":{\"type\":\"string\",\"description\":\"Color of the selected text for high contrast.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.inactiveSelectionBackground\":{\"type\":\"string\",\"description\":\"Color of the selection in an inactive editor. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.selectionHighlightBackground\":{\"type\":\"string\",\"description\":\"Color for regions with the same content as the selection. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.selectionHighlightBorder\":{\"type\":\"string\",\"description\":\"Border color for regions with the same content as the selection.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findMatchBackground\":{\"type\":\"string\",\"description\":\"Color of the current search match.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findMatchHighlightBackground\":{\"type\":\"string\",\"description\":\"Color of the other search matches. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findRangeHighlightBackground\":{\"type\":\"string\",\"description\":\"Color of the range limiting the search. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findMatchBorder\":{\"type\":\"string\",\"description\":\"Border color of the current search match.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findMatchHighlightBorder\":{\"type\":\"string\",\"description\":\"Border color of the other search matches.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findRangeHighlightBorder\":{\"type\":\"string\",\"description\":\"Border color of the range limiting the search. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.hoverHighlightBackground\":{\"type\":\"string\",\"description\":\"Highlight below the word for which a hover is shown. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorHoverWidget.background\":{\"type\":\"string\",\"description\":\"Background color of the editor hover.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorHoverWidget.border\":{\"type\":\"string\",\"description\":\"Border color of the editor hover.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorLink.activeForeground\":{\"type\":\"string\",\"description\":\"Color of active links.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"diffEditor.insertedTextBackground\":{\"type\":\"string\",\"description\":\"Background color for text that got inserted. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"diffEditor.removedTextBackground\":{\"type\":\"string\",\"description\":\"Background color for text that got removed. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"diffEditor.insertedTextBorder\":{\"type\":\"string\",\"description\":\"Outline color for the text that got inserted.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"diffEditor.removedTextBorder\":{\"type\":\"string\",\"description\":\"Outline color for text that got removed.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.currentHeaderBackground\":{\"type\":\"string\",\"description\":\"Current header background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.currentContentBackground\":{\"type\":\"string\",\"description\":\"Current content background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.incomingHeaderBackground\":{\"type\":\"string\",\"description\":\"Incoming header background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.incomingContentBackground\":{\"type\":\"string\",\"description\":\"Incoming content background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.commonHeaderBackground\":{\"type\":\"string\",\"description\":\"Common ancestor header background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.commonContentBackground\":{\"type\":\"string\",\"description\":\"Common ancestor content background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.border\":{\"type\":\"string\",\"description\":\"Border color on headers and the splitter in inline merge-conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.currentContentForeground\":{\"type\":\"string\",\"description\":\"Current overview ruler foreground for inline merge-conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.incomingContentForeground\":{\"type\":\"string\",\"description\":\"Incoming overview ruler foreground for inline merge-conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.commonContentForeground\":{\"type\":\"string\",\"description\":\"Common ancestor overview ruler foreground for inline merge-conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.findMatchForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for find matches. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.selectionHighlightForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for selection highlights. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.lineHighlightBackground\":{\"type\":\"string\",\"description\":\"Background color for the highlight of line at the cursor position.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.lineHighlightBorder\":{\"type\":\"string\",\"description\":\"Background color for the border around the line at the cursor position.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.rangeHighlightBackground\":{\"type\":\"string\",\"description\":\"Background color of highlighted ranges, like by quick open and find features. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.rangeHighlightBorder\":{\"type\":\"string\",\"description\":\"Background color of the border around highlighted ranges.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorCursor.foreground\":{\"type\":\"string\",\"description\":\"Color of the editor cursor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorCursor.background\":{\"type\":\"string\",\"description\":\"The background color of the editor cursor. Allows customizing the color of a character overlapped by a block cursor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWhitespace.foreground\":{\"type\":\"string\",\"description\":\"Color of whitespace characters in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorIndentGuide.background\":{\"type\":\"string\",\"description\":\"Color of the editor indentation guides.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorIndentGuide.activeBackground\":{\"type\":\"string\",\"description\":\"Color of the active editor indentation guides.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorLineNumber.foreground\":{\"type\":\"string\",\"description\":\"Color of editor line numbers.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorActiveLineNumber.foreground\":{\"type\":\"string\",\"description\":\"Color of editor active line number\",\"format\":\"color-hex\",\"default\":\"#ff0000\",\"deprecationMessage\":\"Id is deprecated. Use 'editorLineNumber.activeForeground' instead.\"},\"editorLineNumber.activeForeground\":{\"type\":\"string\",\"description\":\"Color of editor active line number\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorRuler.foreground\":{\"type\":\"string\",\"description\":\"Color of the editor rulers.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorCodeLens.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of editor code lenses\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorBracketMatch.background\":{\"type\":\"string\",\"description\":\"Background color behind matching brackets\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorBracketMatch.border\":{\"type\":\"string\",\"description\":\"Color for matching brackets boxes\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.border\":{\"type\":\"string\",\"description\":\"Color of the overview ruler border.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGutter.background\":{\"type\":\"string\",\"description\":\"Background color of the editor gutter. The gutter contains the glyph margins and the line numbers.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorError.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of error squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorError.border\":{\"type\":\"string\",\"description\":\"Border color of error squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWarning.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of warning squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWarning.border\":{\"type\":\"string\",\"description\":\"Border color of warning squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorInfo.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of info squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorInfo.border\":{\"type\":\"string\",\"description\":\"Border color of info squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorHint.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of hint squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorHint.border\":{\"type\":\"string\",\"description\":\"Border color of hint squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorUnnecessaryCode.border\":{\"type\":\"string\",\"description\":\"Border of unnecessary code in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorUnnecessaryCode.opacity\":{\"type\":\"string\",\"description\":\"Opacity of unnecessary code in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.rangeHighlightForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for range highlights. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.errorForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for errors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.warningForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for warnings.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.infoForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for infos.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.bracketMatchForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for matching brackets.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorMarkerNavigationError.background\":{\"type\":\"string\",\"description\":\"Editor marker navigation widget error color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorMarkerNavigationWarning.background\":{\"type\":\"string\",\"description\":\"Editor marker navigation widget warning color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorMarkerNavigationInfo.background\":{\"type\":\"string\",\"description\":\"Editor marker navigation widget info color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorMarkerNavigation.background\":{\"type\":\"string\",\"description\":\"Editor marker navigation widget background.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.background\":{\"type\":\"string\",\"description\":\"Background color of the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.border\":{\"type\":\"string\",\"description\":\"Border color of the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.selectedBackground\":{\"type\":\"string\",\"description\":\"Background color of the selected entry in the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.highlightForeground\":{\"type\":\"string\",\"description\":\"Color of the match highlights in the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.wordHighlightBackground\":{\"type\":\"string\",\"description\":\"Background color of a symbol during read-access, like reading a variable. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.wordHighlightStrongBackground\":{\"type\":\"string\",\"description\":\"Background color of a symbol during write-access, like writing to a variable. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.wordHighlightBorder\":{\"type\":\"string\",\"description\":\"Border color of a symbol during read-access, like reading a variable.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.wordHighlightStrongBorder\":{\"type\":\"string\",\"description\":\"Border color of a symbol during write-access, like writing to a variable.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.wordHighlightForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for symbol highlights. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.wordHighlightStrongForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for write-access symbol highlights. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewTitle.background\":{\"type\":\"string\",\"description\":\"Background color of the peek view title area.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewTitleLabel.foreground\":{\"type\":\"string\",\"description\":\"Color of the peek view title.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewTitleDescription.foreground\":{\"type\":\"string\",\"description\":\"Color of the peek view title info.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekView.border\":{\"type\":\"string\",\"description\":\"Color of the peek view borders and arrow.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.background\":{\"type\":\"string\",\"description\":\"Background color of the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.lineForeground\":{\"type\":\"string\",\"description\":\"Foreground color for line nodes in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.fileForeground\":{\"type\":\"string\",\"description\":\"Foreground color for file nodes in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.selectionBackground\":{\"type\":\"string\",\"description\":\"Background color of the selected entry in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.selectionForeground\":{\"type\":\"string\",\"description\":\"Foreground color of the selected entry in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewEditor.background\":{\"type\":\"string\",\"description\":\"Background color of the peek view editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewEditorGutter.background\":{\"type\":\"string\",\"description\":\"Background color of the gutter in the peek view editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.matchHighlightBackground\":{\"type\":\"string\",\"description\":\"Match highlight color in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewEditor.matchHighlightBackground\":{\"type\":\"string\",\"description\":\"Match highlight color in the peek view editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewEditor.matchHighlightBorder\":{\"type\":\"string\",\"description\":\"Match highlight border in the peek view editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.activeBackground\":{\"type\":\"string\",\"description\":\"Active tab background color. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.inactiveBackground\":{\"type\":\"string\",\"description\":\"Inactive tab background color. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.hoverBackground\":{\"type\":\"string\",\"description\":\"Tab background color when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedHoverBackground\":{\"type\":\"string\",\"description\":\"Tab background color in an unfocused group when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.border\":{\"type\":\"string\",\"description\":\"Border to separate tabs from each other. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.activeBorder\":{\"type\":\"string\",\"description\":\"Border on the bottom of an active tab. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.activeBorderTop\":{\"type\":\"string\",\"description\":\"Border to the top of an active tab. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedActiveBorder\":{\"type\":\"string\",\"description\":\"Border on the bottom of an active tab in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedActiveBorderTop\":{\"type\":\"string\",\"description\":\"Border to the top of an active tab in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.hoverBorder\":{\"type\":\"string\",\"description\":\"Border to highlight tabs when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedHoverBorder\":{\"type\":\"string\",\"description\":\"Border to highlight tabs in an unfocused group when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.activeForeground\":{\"type\":\"string\",\"description\":\"Active tab foreground color in an active group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.inactiveForeground\":{\"type\":\"string\",\"description\":\"Inactive tab foreground color in an active group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedActiveForeground\":{\"type\":\"string\",\"description\":\"Active tab foreground color in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedInactiveForeground\":{\"type\":\"string\",\"description\":\"Inactive tab foreground color in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroup.background\":{\"type\":\"string\",\"description\":\"Deprecated background color of an editor group.\",\"format\":\"color-hex\",\"default\":\"#ff0000\",\"deprecationMessage\":\"Deprecated: Background color of an editor group is no longer being supported with the introduction of the grid editor layout. You can use editorGroup.emptyBackground to set the background color of empty editor groups.\"},\"editorGroup.emptyBackground\":{\"type\":\"string\",\"description\":\"Background color of an empty editor group. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroup.focusedEmptyBorder\":{\"type\":\"string\",\"description\":\"Border color of an empty editor group that is focused. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroupHeader.tabsBackground\":{\"type\":\"string\",\"description\":\"Background color of the editor group title header when tabs are enabled. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroupHeader.tabsBorder\":{\"type\":\"string\",\"description\":\"Border color of the editor group title header when tabs are enabled. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroupHeader.noTabsBackground\":{\"type\":\"string\",\"description\":\"Background color of the editor group title header when tabs are disabled (`\\\"workbench.editor.showTabs\\\": false`). Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroup.border\":{\"type\":\"string\",\"description\":\"Color to separate multiple editor groups from each other. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroup.dropBackground\":{\"type\":\"string\",\"description\":\"Background color when dragging editors around. The color should have transparency so that the editor contents can still shine through.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panel.background\":{\"type\":\"string\",\"description\":\"Panel background color. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panel.border\":{\"type\":\"string\",\"description\":\"Panel border color to separate the panel from the editor. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panelTitle.activeForeground\":{\"type\":\"string\",\"description\":\"Title color for the active panel. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panelTitle.inactiveForeground\":{\"type\":\"string\",\"description\":\"Title color for the inactive panel. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panelTitle.activeBorder\":{\"type\":\"string\",\"description\":\"Border color for the active panel title. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panel.dropBackground\":{\"type\":\"string\",\"description\":\"Drag and drop feedback color for the panel title items. The color should have transparency so that the panel entries can still shine through. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.foreground\":{\"type\":\"string\",\"description\":\"Status bar foreground color when a workspace is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.noFolderForeground\":{\"type\":\"string\",\"description\":\"Status bar foreground color when no folder is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.background\":{\"type\":\"string\",\"description\":\"Status bar background color when a workspace is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.noFolderBackground\":{\"type\":\"string\",\"description\":\"Status bar background color when no folder is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.border\":{\"type\":\"string\",\"description\":\"Status bar border color separating to the sidebar and editor. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.noFolderBorder\":{\"type\":\"string\",\"description\":\"Status bar border color separating to the sidebar and editor when no folder is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBarItem.activeBackground\":{\"type\":\"string\",\"description\":\"Status bar item background color when clicking. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBarItem.hoverBackground\":{\"type\":\"string\",\"description\":\"Status bar item background color when hovering. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBarItem.prominentBackground\":{\"type\":\"string\",\"description\":\"Status bar prominent items background color. Prominent items stand out from other status bar entries to indicate importance. Change mode `Toggle Tab Key Moves Focus` from command palette to see an example. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBarItem.prominentHoverBackground\":{\"type\":\"string\",\"description\":\"Status bar prominent items background color when hovering. Prominent items stand out from other status bar entries to indicate importance. Change mode `Toggle Tab Key Moves Focus` from command palette to see an example. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBar.background\":{\"type\":\"string\",\"description\":\"Activity bar background color. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBar.foreground\":{\"type\":\"string\",\"description\":\"Activity bar foreground color (e.g. used for the icons). The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBar.border\":{\"type\":\"string\",\"description\":\"Activity bar border color separating to the side bar. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBar.dropBackground\":{\"type\":\"string\",\"description\":\"Drag and drop feedback color for the activity bar items. The color should have transparency so that the activity bar entries can still shine through. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBarBadge.background\":{\"type\":\"string\",\"description\":\"Activity notification badge background color. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBarBadge.foreground\":{\"type\":\"string\",\"description\":\"Activity notification badge foreground color. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBar.background\":{\"type\":\"string\",\"description\":\"Side bar background color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBar.foreground\":{\"type\":\"string\",\"description\":\"Side bar foreground color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBar.border\":{\"type\":\"string\",\"description\":\"Side bar border color on the side separating to the editor. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBarTitle.foreground\":{\"type\":\"string\",\"description\":\"Side bar title foreground color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBar.dropBackground\":{\"type\":\"string\",\"description\":\"Drag and drop feedback color for the side bar sections. The color should have transparency so that the side bar sections can still shine through. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBarSectionHeader.background\":{\"type\":\"string\",\"description\":\"Side bar section header background color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBarSectionHeader.foreground\":{\"type\":\"string\",\"description\":\"Side bar section header foreground color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.activeForeground\":{\"type\":\"string\",\"description\":\"Title bar foreground when the window is active. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.inactiveForeground\":{\"type\":\"string\",\"description\":\"Title bar foreground when the window is inactive. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.activeBackground\":{\"type\":\"string\",\"description\":\"Title bar background when the window is active. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.inactiveBackground\":{\"type\":\"string\",\"description\":\"Title bar background when the window is inactive. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.border\":{\"type\":\"string\",\"description\":\"Title bar border color. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationCenter.border\":{\"type\":\"string\",\"description\":\"Notifications center border color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationToast.border\":{\"type\":\"string\",\"description\":\"Notification toast border color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notifications.foreground\":{\"type\":\"string\",\"description\":\"Notifications foreground color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notifications.background\":{\"type\":\"string\",\"description\":\"Notifications background color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationLink.foreground\":{\"type\":\"string\",\"description\":\"Notification links foreground color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationCenterHeader.foreground\":{\"type\":\"string\",\"description\":\"Notifications center header foreground color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationCenterHeader.background\":{\"type\":\"string\",\"description\":\"Notifications center header background color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notifications.border\":{\"type\":\"string\",\"description\":\"Notifications border color separating from other notifications in the notifications center. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"settings.modifiedItemForeground\":{\"type\":\"string\",\"description\":\"(For settings editor preview) The foreground color for a modified setting.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.background\":{\"type\":\"string\",\"description\":\"The background color of the terminal, this allows coloring the terminal differently to the panel.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.foreground\":{\"type\":\"string\",\"description\":\"The foreground color of the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminalCursor.foreground\":{\"type\":\"string\",\"description\":\"The foreground color of the terminal cursor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminalCursor.background\":{\"type\":\"string\",\"description\":\"The background color of the terminal cursor. Allows customizing the color of a character overlapped by a block cursor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.selectionBackground\":{\"type\":\"string\",\"description\":\"The selection background color of the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.border\":{\"type\":\"string\",\"description\":\"The color of the border that separates split panes within the terminal. This defaults to panel.border.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"debugExceptionWidget.border\":{\"type\":\"string\",\"description\":\"Exception widget border color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"debugExceptionWidget.background\":{\"type\":\"string\",\"description\":\"Exception widget background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"welcomePage.buttonBackground\":{\"type\":\"string\",\"description\":\"Background color for the buttons on the Welcome page.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"welcomePage.buttonHoverBackground\":{\"type\":\"string\",\"description\":\"Hover background color for the buttons on the Welcome page.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"walkThrough.embeddedEditorBackground\":{\"type\":\"string\",\"description\":\"Background color for the embedded editors on the Interactive Playground.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.debuggingBackground\":{\"type\":\"string\",\"description\":\"Status bar background color when a program is being debugged. The status bar is shown in the bottom of the window\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.debuggingForeground\":{\"type\":\"string\",\"description\":\"Status bar foreground color when a program is being debugged. The status bar is shown in the bottom of the window\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.debuggingBorder\":{\"type\":\"string\",\"description\":\"Status bar border color separating to the sidebar and editor when a program is being debugged. The status bar is shown in the bottom of the window\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGutter.modifiedBackground\":{\"type\":\"string\",\"description\":\"Editor gutter background color for lines that are modified.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGutter.addedBackground\":{\"type\":\"string\",\"description\":\"Editor gutter background color for lines that are added.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGutter.deletedBackground\":{\"type\":\"string\",\"description\":\"Editor gutter background color for lines that are deleted.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.modifiedForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for modified content.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.addedForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for added content.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.deletedForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for deleted content.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"debugToolBar.background\":{\"type\":\"string\",\"description\":\"Debug toolbar background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"debugToolBar.border\":{\"type\":\"string\",\"description\":\"Debug toolbar border color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorPane.background\":{\"type\":\"string\",\"description\":\"Background color of the editor pane visible on the left and right side of the centered editor layout.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"extensionButton.prominentBackground\":{\"type\":\"string\",\"description\":\"Button background color for actions extension that stand out (e.g. install button).\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"extensionButton.prominentForeground\":{\"type\":\"string\",\"description\":\"Button foreground color for actions extension that stand out (e.g. install button).\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"extensionButton.prominentHoverBackground\":{\"type\":\"string\",\"description\":\"Button background hover color for actions extension that stand out (e.g. install button).\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBlack\":{\"type\":\"string\",\"description\":\"'Black' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiRed\":{\"type\":\"string\",\"description\":\"'Red' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiGreen\":{\"type\":\"string\",\"description\":\"'Green' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiYellow\":{\"type\":\"string\",\"description\":\"'Yellow' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBlue\":{\"type\":\"string\",\"description\":\"'Blue' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiMagenta\":{\"type\":\"string\",\"description\":\"'Magenta' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiCyan\":{\"type\":\"string\",\"description\":\"'Cyan' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiWhite\":{\"type\":\"string\",\"description\":\"'White' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightBlack\":{\"type\":\"string\",\"description\":\"'BrightBlack' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightRed\":{\"type\":\"string\",\"description\":\"'BrightRed' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightGreen\":{\"type\":\"string\",\"description\":\"'BrightGreen' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightYellow\":{\"type\":\"string\",\"description\":\"'BrightYellow' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightBlue\":{\"type\":\"string\",\"description\":\"'BrightBlue' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightMagenta\":{\"type\":\"string\",\"description\":\"'BrightMagenta' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightCyan\":{\"type\":\"string\",\"description\":\"'BrightCyan' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightWhite\":{\"type\":\"string\",\"description\":\"'BrightWhite' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.addedResourceForeground\":{\"type\":\"string\",\"description\":\"Color for added resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.modifiedResourceForeground\":{\"type\":\"string\",\"description\":\"Color for modified resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.deletedResourceForeground\":{\"type\":\"string\",\"description\":\"Color for deleted resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.untrackedResourceForeground\":{\"type\":\"string\",\"description\":\"Color for untracked resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.ignoredResourceForeground\":{\"type\":\"string\",\"description\":\"Color for ignored resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.conflictingResourceForeground\":{\"type\":\"string\",\"description\":\"Color for resources with conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.submoduleResourceForeground\":{\"type\":\"string\",\"description\":\"Color for submodule resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"[Default Dark+]\":{\"type\":\"object\",\"description\":\"Overrides colors from the currently selected color theme.\",\"properties\":{\"foreground\":{\"type\":\"string\",\"description\":\"Overall foreground color. This color is only used if not overridden by a component.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"errorForeground\":{\"type\":\"string\",\"description\":\"Overall foreground color for error messages. This color is only used if not overridden by a component.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"descriptionForeground\":{\"type\":\"string\",\"description\":\"Foreground color for description text providing additional information, for example for a label.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"focusBorder\":{\"type\":\"string\",\"description\":\"Overall border color for focused elements. This color is only used if not overridden by a component.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"contrastBorder\":{\"type\":\"string\",\"description\":\"An extra border around elements to separate them from others for greater contrast.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"contrastActiveBorder\":{\"type\":\"string\",\"description\":\"An extra border around active elements to separate them from others for greater contrast.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"selection.background\":{\"type\":\"string\",\"description\":\"The background color of text selections in the workbench (e.g. for input fields or text areas). Note that this does not apply to selections within the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textSeparator.foreground\":{\"type\":\"string\",\"description\":\"Color for text separators.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textLink.foreground\":{\"type\":\"string\",\"description\":\"Foreground color for links in text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textLink.activeForeground\":{\"type\":\"string\",\"description\":\"Foreground color for links in text when clicked on and on mouse hover.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textPreformat.foreground\":{\"type\":\"string\",\"description\":\"Foreground color for preformatted text segments.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textBlockQuote.background\":{\"type\":\"string\",\"description\":\"Background color for block quotes in text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textBlockQuote.border\":{\"type\":\"string\",\"description\":\"Border color for block quotes in text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textCodeBlock.background\":{\"type\":\"string\",\"description\":\"Background color for code blocks in text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"widget.shadow\":{\"type\":\"string\",\"description\":\"Shadow color of widgets such as find/replace inside the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"input.background\":{\"type\":\"string\",\"description\":\"Input box background.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"input.foreground\":{\"type\":\"string\",\"description\":\"Input box foreground.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"input.border\":{\"type\":\"string\",\"description\":\"Input box border.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputOption.activeBorder\":{\"type\":\"string\",\"description\":\"Border color of activated options in input fields.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"input.placeholderForeground\":{\"type\":\"string\",\"description\":\"Input box foreground color for placeholder text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.infoBackground\":{\"type\":\"string\",\"description\":\"Input validation background color for information severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.infoBorder\":{\"type\":\"string\",\"description\":\"Input validation border color for information severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.warningBackground\":{\"type\":\"string\",\"description\":\"Input validation background color for warning severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.warningBorder\":{\"type\":\"string\",\"description\":\"Input validation border color for warning severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.errorBackground\":{\"type\":\"string\",\"description\":\"Input validation background color for error severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.errorBorder\":{\"type\":\"string\",\"description\":\"Input validation border color for error severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"dropdown.background\":{\"type\":\"string\",\"description\":\"Dropdown background.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"dropdown.listBackground\":{\"type\":\"string\",\"description\":\"Dropdown list background.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"dropdown.foreground\":{\"type\":\"string\",\"description\":\"Dropdown foreground.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"dropdown.border\":{\"type\":\"string\",\"description\":\"Dropdown border.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.focusBackground\":{\"type\":\"string\",\"description\":\"List/Tree background color for the focused item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.focusForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color for the focused item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.activeSelectionBackground\":{\"type\":\"string\",\"description\":\"List/Tree background color for the selected item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.activeSelectionForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color for the selected item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.inactiveSelectionBackground\":{\"type\":\"string\",\"description\":\"List/Tree background color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.inactiveSelectionForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.inactiveFocusBackground\":{\"type\":\"string\",\"description\":\"List/Tree background color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.hoverBackground\":{\"type\":\"string\",\"description\":\"List/Tree background when hovering over items using the mouse.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.hoverForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground when hovering over items using the mouse.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.dropBackground\":{\"type\":\"string\",\"description\":\"List/Tree drag and drop background when moving items around using the mouse.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.highlightForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color of the match highlights when searching inside the list/tree.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.invalidItemForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color for invalid items, for example an unresolved root in explorer.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.errorForeground\":{\"type\":\"string\",\"description\":\"Foreground color of list items containing errors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.warningForeground\":{\"type\":\"string\",\"description\":\"Foreground color of list items containing warnings.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"pickerGroup.foreground\":{\"type\":\"string\",\"description\":\"Quick picker color for grouping labels.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"pickerGroup.border\":{\"type\":\"string\",\"description\":\"Quick picker color for grouping borders.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"button.foreground\":{\"type\":\"string\",\"description\":\"Button foreground color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"button.background\":{\"type\":\"string\",\"description\":\"Button background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"button.hoverBackground\":{\"type\":\"string\",\"description\":\"Button background color when hovering.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"badge.background\":{\"type\":\"string\",\"description\":\"Badge background color. Badges are small information labels, e.g. for search results count.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"badge.foreground\":{\"type\":\"string\",\"description\":\"Badge foreground color. Badges are small information labels, e.g. for search results count.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"scrollbar.shadow\":{\"type\":\"string\",\"description\":\"Scrollbar shadow to indicate that the view is scrolled.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"scrollbarSlider.background\":{\"type\":\"string\",\"description\":\"Scrollbar slider background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"scrollbarSlider.hoverBackground\":{\"type\":\"string\",\"description\":\"Scrollbar slider background color when hovering.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"scrollbarSlider.activeBackground\":{\"type\":\"string\",\"description\":\"Scrollbar slider background color when clicked on.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"progressBar.background\":{\"type\":\"string\",\"description\":\"Background color of the progress bar that can show for long running operations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.background\":{\"type\":\"string\",\"description\":\"Editor background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.foreground\":{\"type\":\"string\",\"description\":\"Editor default foreground color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWidget.background\":{\"type\":\"string\",\"description\":\"Background color of editor widgets, such as find/replace.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWidget.border\":{\"type\":\"string\",\"description\":\"Border color of editor widgets. The color is only used if the widget chooses to have a border and if the color is not overridden by a widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWidget.resizeBorder\":{\"type\":\"string\",\"description\":\"Border color of the resize bar of editor widgets. The color is only used if the widget chooses to have a resize border and if the color is not overridden by a widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.selectionBackground\":{\"type\":\"string\",\"description\":\"Color of the editor selection.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.selectionForeground\":{\"type\":\"string\",\"description\":\"Color of the selected text for high contrast.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.inactiveSelectionBackground\":{\"type\":\"string\",\"description\":\"Color of the selection in an inactive editor. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.selectionHighlightBackground\":{\"type\":\"string\",\"description\":\"Color for regions with the same content as the selection. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.selectionHighlightBorder\":{\"type\":\"string\",\"description\":\"Border color for regions with the same content as the selection.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findMatchBackground\":{\"type\":\"string\",\"description\":\"Color of the current search match.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findMatchHighlightBackground\":{\"type\":\"string\",\"description\":\"Color of the other search matches. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findRangeHighlightBackground\":{\"type\":\"string\",\"description\":\"Color of the range limiting the search. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findMatchBorder\":{\"type\":\"string\",\"description\":\"Border color of the current search match.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findMatchHighlightBorder\":{\"type\":\"string\",\"description\":\"Border color of the other search matches.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findRangeHighlightBorder\":{\"type\":\"string\",\"description\":\"Border color of the range limiting the search. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.hoverHighlightBackground\":{\"type\":\"string\",\"description\":\"Highlight below the word for which a hover is shown. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorHoverWidget.background\":{\"type\":\"string\",\"description\":\"Background color of the editor hover.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorHoverWidget.border\":{\"type\":\"string\",\"description\":\"Border color of the editor hover.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorLink.activeForeground\":{\"type\":\"string\",\"description\":\"Color of active links.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"diffEditor.insertedTextBackground\":{\"type\":\"string\",\"description\":\"Background color for text that got inserted. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"diffEditor.removedTextBackground\":{\"type\":\"string\",\"description\":\"Background color for text that got removed. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"diffEditor.insertedTextBorder\":{\"type\":\"string\",\"description\":\"Outline color for the text that got inserted.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"diffEditor.removedTextBorder\":{\"type\":\"string\",\"description\":\"Outline color for text that got removed.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.currentHeaderBackground\":{\"type\":\"string\",\"description\":\"Current header background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.currentContentBackground\":{\"type\":\"string\",\"description\":\"Current content background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.incomingHeaderBackground\":{\"type\":\"string\",\"description\":\"Incoming header background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.incomingContentBackground\":{\"type\":\"string\",\"description\":\"Incoming content background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.commonHeaderBackground\":{\"type\":\"string\",\"description\":\"Common ancestor header background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.commonContentBackground\":{\"type\":\"string\",\"description\":\"Common ancestor content background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.border\":{\"type\":\"string\",\"description\":\"Border color on headers and the splitter in inline merge-conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.currentContentForeground\":{\"type\":\"string\",\"description\":\"Current overview ruler foreground for inline merge-conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.incomingContentForeground\":{\"type\":\"string\",\"description\":\"Incoming overview ruler foreground for inline merge-conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.commonContentForeground\":{\"type\":\"string\",\"description\":\"Common ancestor overview ruler foreground for inline merge-conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.findMatchForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for find matches. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.selectionHighlightForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for selection highlights. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.lineHighlightBackground\":{\"type\":\"string\",\"description\":\"Background color for the highlight of line at the cursor position.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.lineHighlightBorder\":{\"type\":\"string\",\"description\":\"Background color for the border around the line at the cursor position.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.rangeHighlightBackground\":{\"type\":\"string\",\"description\":\"Background color of highlighted ranges, like by quick open and find features. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.rangeHighlightBorder\":{\"type\":\"string\",\"description\":\"Background color of the border around highlighted ranges.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorCursor.foreground\":{\"type\":\"string\",\"description\":\"Color of the editor cursor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorCursor.background\":{\"type\":\"string\",\"description\":\"The background color of the editor cursor. Allows customizing the color of a character overlapped by a block cursor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWhitespace.foreground\":{\"type\":\"string\",\"description\":\"Color of whitespace characters in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorIndentGuide.background\":{\"type\":\"string\",\"description\":\"Color of the editor indentation guides.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorIndentGuide.activeBackground\":{\"type\":\"string\",\"description\":\"Color of the active editor indentation guides.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorLineNumber.foreground\":{\"type\":\"string\",\"description\":\"Color of editor line numbers.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorActiveLineNumber.foreground\":{\"type\":\"string\",\"description\":\"Color of editor active line number\",\"format\":\"color-hex\",\"default\":\"#ff0000\",\"deprecationMessage\":\"Id is deprecated. Use 'editorLineNumber.activeForeground' instead.\"},\"editorLineNumber.activeForeground\":{\"type\":\"string\",\"description\":\"Color of editor active line number\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorRuler.foreground\":{\"type\":\"string\",\"description\":\"Color of the editor rulers.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorCodeLens.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of editor code lenses\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorBracketMatch.background\":{\"type\":\"string\",\"description\":\"Background color behind matching brackets\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorBracketMatch.border\":{\"type\":\"string\",\"description\":\"Color for matching brackets boxes\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.border\":{\"type\":\"string\",\"description\":\"Color of the overview ruler border.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGutter.background\":{\"type\":\"string\",\"description\":\"Background color of the editor gutter. The gutter contains the glyph margins and the line numbers.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorError.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of error squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorError.border\":{\"type\":\"string\",\"description\":\"Border color of error squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWarning.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of warning squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWarning.border\":{\"type\":\"string\",\"description\":\"Border color of warning squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorInfo.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of info squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorInfo.border\":{\"type\":\"string\",\"description\":\"Border color of info squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorHint.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of hint squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorHint.border\":{\"type\":\"string\",\"description\":\"Border color of hint squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorUnnecessaryCode.border\":{\"type\":\"string\",\"description\":\"Border of unnecessary code in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorUnnecessaryCode.opacity\":{\"type\":\"string\",\"description\":\"Opacity of unnecessary code in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.rangeHighlightForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for range highlights. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.errorForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for errors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.warningForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for warnings.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.infoForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for infos.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.bracketMatchForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for matching brackets.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorMarkerNavigationError.background\":{\"type\":\"string\",\"description\":\"Editor marker navigation widget error color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorMarkerNavigationWarning.background\":{\"type\":\"string\",\"description\":\"Editor marker navigation widget warning color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorMarkerNavigationInfo.background\":{\"type\":\"string\",\"description\":\"Editor marker navigation widget info color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorMarkerNavigation.background\":{\"type\":\"string\",\"description\":\"Editor marker navigation widget background.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.background\":{\"type\":\"string\",\"description\":\"Background color of the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.border\":{\"type\":\"string\",\"description\":\"Border color of the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.selectedBackground\":{\"type\":\"string\",\"description\":\"Background color of the selected entry in the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.highlightForeground\":{\"type\":\"string\",\"description\":\"Color of the match highlights in the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.wordHighlightBackground\":{\"type\":\"string\",\"description\":\"Background color of a symbol during read-access, like reading a variable. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.wordHighlightStrongBackground\":{\"type\":\"string\",\"description\":\"Background color of a symbol during write-access, like writing to a variable. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.wordHighlightBorder\":{\"type\":\"string\",\"description\":\"Border color of a symbol during read-access, like reading a variable.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.wordHighlightStrongBorder\":{\"type\":\"string\",\"description\":\"Border color of a symbol during write-access, like writing to a variable.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.wordHighlightForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for symbol highlights. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.wordHighlightStrongForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for write-access symbol highlights. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewTitle.background\":{\"type\":\"string\",\"description\":\"Background color of the peek view title area.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewTitleLabel.foreground\":{\"type\":\"string\",\"description\":\"Color of the peek view title.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewTitleDescription.foreground\":{\"type\":\"string\",\"description\":\"Color of the peek view title info.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekView.border\":{\"type\":\"string\",\"description\":\"Color of the peek view borders and arrow.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.background\":{\"type\":\"string\",\"description\":\"Background color of the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.lineForeground\":{\"type\":\"string\",\"description\":\"Foreground color for line nodes in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.fileForeground\":{\"type\":\"string\",\"description\":\"Foreground color for file nodes in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.selectionBackground\":{\"type\":\"string\",\"description\":\"Background color of the selected entry in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.selectionForeground\":{\"type\":\"string\",\"description\":\"Foreground color of the selected entry in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewEditor.background\":{\"type\":\"string\",\"description\":\"Background color of the peek view editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewEditorGutter.background\":{\"type\":\"string\",\"description\":\"Background color of the gutter in the peek view editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.matchHighlightBackground\":{\"type\":\"string\",\"description\":\"Match highlight color in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewEditor.matchHighlightBackground\":{\"type\":\"string\",\"description\":\"Match highlight color in the peek view editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewEditor.matchHighlightBorder\":{\"type\":\"string\",\"description\":\"Match highlight border in the peek view editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.activeBackground\":{\"type\":\"string\",\"description\":\"Active tab background color. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.inactiveBackground\":{\"type\":\"string\",\"description\":\"Inactive tab background color. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.hoverBackground\":{\"type\":\"string\",\"description\":\"Tab background color when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedHoverBackground\":{\"type\":\"string\",\"description\":\"Tab background color in an unfocused group when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.border\":{\"type\":\"string\",\"description\":\"Border to separate tabs from each other. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.activeBorder\":{\"type\":\"string\",\"description\":\"Border on the bottom of an active tab. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.activeBorderTop\":{\"type\":\"string\",\"description\":\"Border to the top of an active tab. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedActiveBorder\":{\"type\":\"string\",\"description\":\"Border on the bottom of an active tab in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedActiveBorderTop\":{\"type\":\"string\",\"description\":\"Border to the top of an active tab in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.hoverBorder\":{\"type\":\"string\",\"description\":\"Border to highlight tabs when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedHoverBorder\":{\"type\":\"string\",\"description\":\"Border to highlight tabs in an unfocused group when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.activeForeground\":{\"type\":\"string\",\"description\":\"Active tab foreground color in an active group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.inactiveForeground\":{\"type\":\"string\",\"description\":\"Inactive tab foreground color in an active group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedActiveForeground\":{\"type\":\"string\",\"description\":\"Active tab foreground color in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedInactiveForeground\":{\"type\":\"string\",\"description\":\"Inactive tab foreground color in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroup.background\":{\"type\":\"string\",\"description\":\"Deprecated background color of an editor group.\",\"format\":\"color-hex\",\"default\":\"#ff0000\",\"deprecationMessage\":\"Deprecated: Background color of an editor group is no longer being supported with the introduction of the grid editor layout. You can use editorGroup.emptyBackground to set the background color of empty editor groups.\"},\"editorGroup.emptyBackground\":{\"type\":\"string\",\"description\":\"Background color of an empty editor group. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroup.focusedEmptyBorder\":{\"type\":\"string\",\"description\":\"Border color of an empty editor group that is focused. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroupHeader.tabsBackground\":{\"type\":\"string\",\"description\":\"Background color of the editor group title header when tabs are enabled. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroupHeader.tabsBorder\":{\"type\":\"string\",\"description\":\"Border color of the editor group title header when tabs are enabled. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroupHeader.noTabsBackground\":{\"type\":\"string\",\"description\":\"Background color of the editor group title header when tabs are disabled (`\\\"workbench.editor.showTabs\\\": false`). Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroup.border\":{\"type\":\"string\",\"description\":\"Color to separate multiple editor groups from each other. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroup.dropBackground\":{\"type\":\"string\",\"description\":\"Background color when dragging editors around. The color should have transparency so that the editor contents can still shine through.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panel.background\":{\"type\":\"string\",\"description\":\"Panel background color. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panel.border\":{\"type\":\"string\",\"description\":\"Panel border color to separate the panel from the editor. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panelTitle.activeForeground\":{\"type\":\"string\",\"description\":\"Title color for the active panel. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panelTitle.inactiveForeground\":{\"type\":\"string\",\"description\":\"Title color for the inactive panel. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panelTitle.activeBorder\":{\"type\":\"string\",\"description\":\"Border color for the active panel title. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panel.dropBackground\":{\"type\":\"string\",\"description\":\"Drag and drop feedback color for the panel title items. The color should have transparency so that the panel entries can still shine through. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.foreground\":{\"type\":\"string\",\"description\":\"Status bar foreground color when a workspace is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.noFolderForeground\":{\"type\":\"string\",\"description\":\"Status bar foreground color when no folder is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.background\":{\"type\":\"string\",\"description\":\"Status bar background color when a workspace is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.noFolderBackground\":{\"type\":\"string\",\"description\":\"Status bar background color when no folder is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.border\":{\"type\":\"string\",\"description\":\"Status bar border color separating to the sidebar and editor. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.noFolderBorder\":{\"type\":\"string\",\"description\":\"Status bar border color separating to the sidebar and editor when no folder is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBarItem.activeBackground\":{\"type\":\"string\",\"description\":\"Status bar item background color when clicking. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBarItem.hoverBackground\":{\"type\":\"string\",\"description\":\"Status bar item background color when hovering. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBarItem.prominentBackground\":{\"type\":\"string\",\"description\":\"Status bar prominent items background color. Prominent items stand out from other status bar entries to indicate importance. Change mode `Toggle Tab Key Moves Focus` from command palette to see an example. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBarItem.prominentHoverBackground\":{\"type\":\"string\",\"description\":\"Status bar prominent items background color when hovering. Prominent items stand out from other status bar entries to indicate importance. Change mode `Toggle Tab Key Moves Focus` from command palette to see an example. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBar.background\":{\"type\":\"string\",\"description\":\"Activity bar background color. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBar.foreground\":{\"type\":\"string\",\"description\":\"Activity bar foreground color (e.g. used for the icons). The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBar.border\":{\"type\":\"string\",\"description\":\"Activity bar border color separating to the side bar. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBar.dropBackground\":{\"type\":\"string\",\"description\":\"Drag and drop feedback color for the activity bar items. The color should have transparency so that the activity bar entries can still shine through. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBarBadge.background\":{\"type\":\"string\",\"description\":\"Activity notification badge background color. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBarBadge.foreground\":{\"type\":\"string\",\"description\":\"Activity notification badge foreground color. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBar.background\":{\"type\":\"string\",\"description\":\"Side bar background color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBar.foreground\":{\"type\":\"string\",\"description\":\"Side bar foreground color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBar.border\":{\"type\":\"string\",\"description\":\"Side bar border color on the side separating to the editor. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBarTitle.foreground\":{\"type\":\"string\",\"description\":\"Side bar title foreground color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBar.dropBackground\":{\"type\":\"string\",\"description\":\"Drag and drop feedback color for the side bar sections. The color should have transparency so that the side bar sections can still shine through. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBarSectionHeader.background\":{\"type\":\"string\",\"description\":\"Side bar section header background color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBarSectionHeader.foreground\":{\"type\":\"string\",\"description\":\"Side bar section header foreground color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.activeForeground\":{\"type\":\"string\",\"description\":\"Title bar foreground when the window is active. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.inactiveForeground\":{\"type\":\"string\",\"description\":\"Title bar foreground when the window is inactive. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.activeBackground\":{\"type\":\"string\",\"description\":\"Title bar background when the window is active. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.inactiveBackground\":{\"type\":\"string\",\"description\":\"Title bar background when the window is inactive. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.border\":{\"type\":\"string\",\"description\":\"Title bar border color. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationCenter.border\":{\"type\":\"string\",\"description\":\"Notifications center border color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationToast.border\":{\"type\":\"string\",\"description\":\"Notification toast border color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notifications.foreground\":{\"type\":\"string\",\"description\":\"Notifications foreground color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notifications.background\":{\"type\":\"string\",\"description\":\"Notifications background color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationLink.foreground\":{\"type\":\"string\",\"description\":\"Notification links foreground color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationCenterHeader.foreground\":{\"type\":\"string\",\"description\":\"Notifications center header foreground color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationCenterHeader.background\":{\"type\":\"string\",\"description\":\"Notifications center header background color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notifications.border\":{\"type\":\"string\",\"description\":\"Notifications border color separating from other notifications in the notifications center. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"settings.modifiedItemForeground\":{\"type\":\"string\",\"description\":\"(For settings editor preview) The foreground color for a modified setting.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.background\":{\"type\":\"string\",\"description\":\"The background color of the terminal, this allows coloring the terminal differently to the panel.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.foreground\":{\"type\":\"string\",\"description\":\"The foreground color of the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminalCursor.foreground\":{\"type\":\"string\",\"description\":\"The foreground color of the terminal cursor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminalCursor.background\":{\"type\":\"string\",\"description\":\"The background color of the terminal cursor. Allows customizing the color of a character overlapped by a block cursor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.selectionBackground\":{\"type\":\"string\",\"description\":\"The selection background color of the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.border\":{\"type\":\"string\",\"description\":\"The color of the border that separates split panes within the terminal. This defaults to panel.border.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"debugExceptionWidget.border\":{\"type\":\"string\",\"description\":\"Exception widget border color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"debugExceptionWidget.background\":{\"type\":\"string\",\"description\":\"Exception widget background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"welcomePage.buttonBackground\":{\"type\":\"string\",\"description\":\"Background color for the buttons on the Welcome page.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"welcomePage.buttonHoverBackground\":{\"type\":\"string\",\"description\":\"Hover background color for the buttons on the Welcome page.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"walkThrough.embeddedEditorBackground\":{\"type\":\"string\",\"description\":\"Background color for the embedded editors on the Interactive Playground.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.debuggingBackground\":{\"type\":\"string\",\"description\":\"Status bar background color when a program is being debugged. The status bar is shown in the bottom of the window\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.debuggingForeground\":{\"type\":\"string\",\"description\":\"Status bar foreground color when a program is being debugged. The status bar is shown in the bottom of the window\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.debuggingBorder\":{\"type\":\"string\",\"description\":\"Status bar border color separating to the sidebar and editor when a program is being debugged. The status bar is shown in the bottom of the window\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGutter.modifiedBackground\":{\"type\":\"string\",\"description\":\"Editor gutter background color for lines that are modified.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGutter.addedBackground\":{\"type\":\"string\",\"description\":\"Editor gutter background color for lines that are added.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGutter.deletedBackground\":{\"type\":\"string\",\"description\":\"Editor gutter background color for lines that are deleted.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.modifiedForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for modified content.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.addedForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for added content.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.deletedForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for deleted content.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"debugToolBar.background\":{\"type\":\"string\",\"description\":\"Debug toolbar background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"debugToolBar.border\":{\"type\":\"string\",\"description\":\"Debug toolbar border color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorPane.background\":{\"type\":\"string\",\"description\":\"Background color of the editor pane visible on the left and right side of the centered editor layout.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"extensionButton.prominentBackground\":{\"type\":\"string\",\"description\":\"Button background color for actions extension that stand out (e.g. install button).\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"extensionButton.prominentForeground\":{\"type\":\"string\",\"description\":\"Button foreground color for actions extension that stand out (e.g. install button).\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"extensionButton.prominentHoverBackground\":{\"type\":\"string\",\"description\":\"Button background hover color for actions extension that stand out (e.g. install button).\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBlack\":{\"type\":\"string\",\"description\":\"'Black' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiRed\":{\"type\":\"string\",\"description\":\"'Red' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiGreen\":{\"type\":\"string\",\"description\":\"'Green' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiYellow\":{\"type\":\"string\",\"description\":\"'Yellow' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBlue\":{\"type\":\"string\",\"description\":\"'Blue' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiMagenta\":{\"type\":\"string\",\"description\":\"'Magenta' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiCyan\":{\"type\":\"string\",\"description\":\"'Cyan' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiWhite\":{\"type\":\"string\",\"description\":\"'White' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightBlack\":{\"type\":\"string\",\"description\":\"'BrightBlack' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightRed\":{\"type\":\"string\",\"description\":\"'BrightRed' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightGreen\":{\"type\":\"string\",\"description\":\"'BrightGreen' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightYellow\":{\"type\":\"string\",\"description\":\"'BrightYellow' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightBlue\":{\"type\":\"string\",\"description\":\"'BrightBlue' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightMagenta\":{\"type\":\"string\",\"description\":\"'BrightMagenta' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightCyan\":{\"type\":\"string\",\"description\":\"'BrightCyan' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightWhite\":{\"type\":\"string\",\"description\":\"'BrightWhite' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.addedResourceForeground\":{\"type\":\"string\",\"description\":\"Color for added resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.modifiedResourceForeground\":{\"type\":\"string\",\"description\":\"Color for modified resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.deletedResourceForeground\":{\"type\":\"string\",\"description\":\"Color for deleted resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.untrackedResourceForeground\":{\"type\":\"string\",\"description\":\"Color for untracked resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.ignoredResourceForeground\":{\"type\":\"string\",\"description\":\"Color for ignored resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.conflictingResourceForeground\":{\"type\":\"string\",\"description\":\"Color for resources with conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.submoduleResourceForeground\":{\"type\":\"string\",\"description\":\"Color for submodule resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"}},\"additionalProperties\":false,\"default\":{},\"defaultSnippets\":[{\"body\":{\"statusBar.background\":\"#666666\",\"panel.background\":\"#555555\",\"sideBar.background\":\"#444444\"}}],\"scope\":2},\"[Abyss]\":{\"type\":\"object\",\"description\":\"Overrides colors from the currently selected color theme.\",\"properties\":{\"foreground\":{\"type\":\"string\",\"description\":\"Overall foreground color. This color is only used if not overridden by a component.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"errorForeground\":{\"type\":\"string\",\"description\":\"Overall foreground color for error messages. This color is only used if not overridden by a component.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"descriptionForeground\":{\"type\":\"string\",\"description\":\"Foreground color for description text providing additional information, for example for a label.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"focusBorder\":{\"type\":\"string\",\"description\":\"Overall border color for focused elements. This color is only used if not overridden by a component.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"contrastBorder\":{\"type\":\"string\",\"description\":\"An extra border around elements to separate them from others for greater contrast.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"contrastActiveBorder\":{\"type\":\"string\",\"description\":\"An extra border around active elements to separate them from others for greater contrast.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"selection.background\":{\"type\":\"string\",\"description\":\"The background color of text selections in the workbench (e.g. for input fields or text areas). Note that this does not apply to selections within the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textSeparator.foreground\":{\"type\":\"string\",\"description\":\"Color for text separators.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textLink.foreground\":{\"type\":\"string\",\"description\":\"Foreground color for links in text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textLink.activeForeground\":{\"type\":\"string\",\"description\":\"Foreground color for links in text when clicked on and on mouse hover.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textPreformat.foreground\":{\"type\":\"string\",\"description\":\"Foreground color for preformatted text segments.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textBlockQuote.background\":{\"type\":\"string\",\"description\":\"Background color for block quotes in text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textBlockQuote.border\":{\"type\":\"string\",\"description\":\"Border color for block quotes in text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textCodeBlock.background\":{\"type\":\"string\",\"description\":\"Background color for code blocks in text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"widget.shadow\":{\"type\":\"string\",\"description\":\"Shadow color of widgets such as find/replace inside the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"input.background\":{\"type\":\"string\",\"description\":\"Input box background.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"input.foreground\":{\"type\":\"string\",\"description\":\"Input box foreground.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"input.border\":{\"type\":\"string\",\"description\":\"Input box border.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputOption.activeBorder\":{\"type\":\"string\",\"description\":\"Border color of activated options in input fields.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"input.placeholderForeground\":{\"type\":\"string\",\"description\":\"Input box foreground color for placeholder text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.infoBackground\":{\"type\":\"string\",\"description\":\"Input validation background color for information severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.infoBorder\":{\"type\":\"string\",\"description\":\"Input validation border color for information severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.warningBackground\":{\"type\":\"string\",\"description\":\"Input validation background color for warning severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.warningBorder\":{\"type\":\"string\",\"description\":\"Input validation border color for warning severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.errorBackground\":{\"type\":\"string\",\"description\":\"Input validation background color for error severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.errorBorder\":{\"type\":\"string\",\"description\":\"Input validation border color for error severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"dropdown.background\":{\"type\":\"string\",\"description\":\"Dropdown background.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"dropdown.listBackground\":{\"type\":\"string\",\"description\":\"Dropdown list background.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"dropdown.foreground\":{\"type\":\"string\",\"description\":\"Dropdown foreground.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"dropdown.border\":{\"type\":\"string\",\"description\":\"Dropdown border.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.focusBackground\":{\"type\":\"string\",\"description\":\"List/Tree background color for the focused item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.focusForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color for the focused item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.activeSelectionBackground\":{\"type\":\"string\",\"description\":\"List/Tree background color for the selected item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.activeSelectionForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color for the selected item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.inactiveSelectionBackground\":{\"type\":\"string\",\"description\":\"List/Tree background color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.inactiveSelectionForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.inactiveFocusBackground\":{\"type\":\"string\",\"description\":\"List/Tree background color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.hoverBackground\":{\"type\":\"string\",\"description\":\"List/Tree background when hovering over items using the mouse.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.hoverForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground when hovering over items using the mouse.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.dropBackground\":{\"type\":\"string\",\"description\":\"List/Tree drag and drop background when moving items around using the mouse.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.highlightForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color of the match highlights when searching inside the list/tree.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.invalidItemForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color for invalid items, for example an unresolved root in explorer.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.errorForeground\":{\"type\":\"string\",\"description\":\"Foreground color of list items containing errors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.warningForeground\":{\"type\":\"string\",\"description\":\"Foreground color of list items containing warnings.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"pickerGroup.foreground\":{\"type\":\"string\",\"description\":\"Quick picker color for grouping labels.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"pickerGroup.border\":{\"type\":\"string\",\"description\":\"Quick picker color for grouping borders.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"button.foreground\":{\"type\":\"string\",\"description\":\"Button foreground color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"button.background\":{\"type\":\"string\",\"description\":\"Button background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"button.hoverBackground\":{\"type\":\"string\",\"description\":\"Button background color when hovering.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"badge.background\":{\"type\":\"string\",\"description\":\"Badge background color. Badges are small information labels, e.g. for search results count.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"badge.foreground\":{\"type\":\"string\",\"description\":\"Badge foreground color. Badges are small information labels, e.g. for search results count.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"scrollbar.shadow\":{\"type\":\"string\",\"description\":\"Scrollbar shadow to indicate that the view is scrolled.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"scrollbarSlider.background\":{\"type\":\"string\",\"description\":\"Scrollbar slider background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"scrollbarSlider.hoverBackground\":{\"type\":\"string\",\"description\":\"Scrollbar slider background color when hovering.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"scrollbarSlider.activeBackground\":{\"type\":\"string\",\"description\":\"Scrollbar slider background color when clicked on.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"progressBar.background\":{\"type\":\"string\",\"description\":\"Background color of the progress bar that can show for long running operations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.background\":{\"type\":\"string\",\"description\":\"Editor background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.foreground\":{\"type\":\"string\",\"description\":\"Editor default foreground color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWidget.background\":{\"type\":\"string\",\"description\":\"Background color of editor widgets, such as find/replace.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWidget.border\":{\"type\":\"string\",\"description\":\"Border color of editor widgets. The color is only used if the widget chooses to have a border and if the color is not overridden by a widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWidget.resizeBorder\":{\"type\":\"string\",\"description\":\"Border color of the resize bar of editor widgets. The color is only used if the widget chooses to have a resize border and if the color is not overridden by a widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.selectionBackground\":{\"type\":\"string\",\"description\":\"Color of the editor selection.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.selectionForeground\":{\"type\":\"string\",\"description\":\"Color of the selected text for high contrast.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.inactiveSelectionBackground\":{\"type\":\"string\",\"description\":\"Color of the selection in an inactive editor. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.selectionHighlightBackground\":{\"type\":\"string\",\"description\":\"Color for regions with the same content as the selection. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.selectionHighlightBorder\":{\"type\":\"string\",\"description\":\"Border color for regions with the same content as the selection.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findMatchBackground\":{\"type\":\"string\",\"description\":\"Color of the current search match.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findMatchHighlightBackground\":{\"type\":\"string\",\"description\":\"Color of the other search matches. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findRangeHighlightBackground\":{\"type\":\"string\",\"description\":\"Color of the range limiting the search. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findMatchBorder\":{\"type\":\"string\",\"description\":\"Border color of the current search match.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findMatchHighlightBorder\":{\"type\":\"string\",\"description\":\"Border color of the other search matches.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findRangeHighlightBorder\":{\"type\":\"string\",\"description\":\"Border color of the range limiting the search. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.hoverHighlightBackground\":{\"type\":\"string\",\"description\":\"Highlight below the word for which a hover is shown. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorHoverWidget.background\":{\"type\":\"string\",\"description\":\"Background color of the editor hover.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorHoverWidget.border\":{\"type\":\"string\",\"description\":\"Border color of the editor hover.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorLink.activeForeground\":{\"type\":\"string\",\"description\":\"Color of active links.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"diffEditor.insertedTextBackground\":{\"type\":\"string\",\"description\":\"Background color for text that got inserted. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"diffEditor.removedTextBackground\":{\"type\":\"string\",\"description\":\"Background color for text that got removed. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"diffEditor.insertedTextBorder\":{\"type\":\"string\",\"description\":\"Outline color for the text that got inserted.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"diffEditor.removedTextBorder\":{\"type\":\"string\",\"description\":\"Outline color for text that got removed.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.currentHeaderBackground\":{\"type\":\"string\",\"description\":\"Current header background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.currentContentBackground\":{\"type\":\"string\",\"description\":\"Current content background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.incomingHeaderBackground\":{\"type\":\"string\",\"description\":\"Incoming header background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.incomingContentBackground\":{\"type\":\"string\",\"description\":\"Incoming content background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.commonHeaderBackground\":{\"type\":\"string\",\"description\":\"Common ancestor header background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.commonContentBackground\":{\"type\":\"string\",\"description\":\"Common ancestor content background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.border\":{\"type\":\"string\",\"description\":\"Border color on headers and the splitter in inline merge-conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.currentContentForeground\":{\"type\":\"string\",\"description\":\"Current overview ruler foreground for inline merge-conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.incomingContentForeground\":{\"type\":\"string\",\"description\":\"Incoming overview ruler foreground for inline merge-conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.commonContentForeground\":{\"type\":\"string\",\"description\":\"Common ancestor overview ruler foreground for inline merge-conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.findMatchForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for find matches. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.selectionHighlightForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for selection highlights. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.lineHighlightBackground\":{\"type\":\"string\",\"description\":\"Background color for the highlight of line at the cursor position.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.lineHighlightBorder\":{\"type\":\"string\",\"description\":\"Background color for the border around the line at the cursor position.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.rangeHighlightBackground\":{\"type\":\"string\",\"description\":\"Background color of highlighted ranges, like by quick open and find features. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.rangeHighlightBorder\":{\"type\":\"string\",\"description\":\"Background color of the border around highlighted ranges.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorCursor.foreground\":{\"type\":\"string\",\"description\":\"Color of the editor cursor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorCursor.background\":{\"type\":\"string\",\"description\":\"The background color of the editor cursor. Allows customizing the color of a character overlapped by a block cursor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWhitespace.foreground\":{\"type\":\"string\",\"description\":\"Color of whitespace characters in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorIndentGuide.background\":{\"type\":\"string\",\"description\":\"Color of the editor indentation guides.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorIndentGuide.activeBackground\":{\"type\":\"string\",\"description\":\"Color of the active editor indentation guides.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorLineNumber.foreground\":{\"type\":\"string\",\"description\":\"Color of editor line numbers.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorActiveLineNumber.foreground\":{\"type\":\"string\",\"description\":\"Color of editor active line number\",\"format\":\"color-hex\",\"default\":\"#ff0000\",\"deprecationMessage\":\"Id is deprecated. Use 'editorLineNumber.activeForeground' instead.\"},\"editorLineNumber.activeForeground\":{\"type\":\"string\",\"description\":\"Color of editor active line number\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorRuler.foreground\":{\"type\":\"string\",\"description\":\"Color of the editor rulers.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorCodeLens.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of editor code lenses\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorBracketMatch.background\":{\"type\":\"string\",\"description\":\"Background color behind matching brackets\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorBracketMatch.border\":{\"type\":\"string\",\"description\":\"Color for matching brackets boxes\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.border\":{\"type\":\"string\",\"description\":\"Color of the overview ruler border.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGutter.background\":{\"type\":\"string\",\"description\":\"Background color of the editor gutter. The gutter contains the glyph margins and the line numbers.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorError.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of error squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorError.border\":{\"type\":\"string\",\"description\":\"Border color of error squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWarning.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of warning squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWarning.border\":{\"type\":\"string\",\"description\":\"Border color of warning squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorInfo.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of info squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorInfo.border\":{\"type\":\"string\",\"description\":\"Border color of info squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorHint.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of hint squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorHint.border\":{\"type\":\"string\",\"description\":\"Border color of hint squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorUnnecessaryCode.border\":{\"type\":\"string\",\"description\":\"Border of unnecessary code in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorUnnecessaryCode.opacity\":{\"type\":\"string\",\"description\":\"Opacity of unnecessary code in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.rangeHighlightForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for range highlights. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.errorForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for errors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.warningForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for warnings.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.infoForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for infos.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.bracketMatchForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for matching brackets.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorMarkerNavigationError.background\":{\"type\":\"string\",\"description\":\"Editor marker navigation widget error color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorMarkerNavigationWarning.background\":{\"type\":\"string\",\"description\":\"Editor marker navigation widget warning color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorMarkerNavigationInfo.background\":{\"type\":\"string\",\"description\":\"Editor marker navigation widget info color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorMarkerNavigation.background\":{\"type\":\"string\",\"description\":\"Editor marker navigation widget background.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.background\":{\"type\":\"string\",\"description\":\"Background color of the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.border\":{\"type\":\"string\",\"description\":\"Border color of the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.selectedBackground\":{\"type\":\"string\",\"description\":\"Background color of the selected entry in the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.highlightForeground\":{\"type\":\"string\",\"description\":\"Color of the match highlights in the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.wordHighlightBackground\":{\"type\":\"string\",\"description\":\"Background color of a symbol during read-access, like reading a variable. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.wordHighlightStrongBackground\":{\"type\":\"string\",\"description\":\"Background color of a symbol during write-access, like writing to a variable. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.wordHighlightBorder\":{\"type\":\"string\",\"description\":\"Border color of a symbol during read-access, like reading a variable.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.wordHighlightStrongBorder\":{\"type\":\"string\",\"description\":\"Border color of a symbol during write-access, like writing to a variable.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.wordHighlightForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for symbol highlights. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.wordHighlightStrongForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for write-access symbol highlights. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewTitle.background\":{\"type\":\"string\",\"description\":\"Background color of the peek view title area.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewTitleLabel.foreground\":{\"type\":\"string\",\"description\":\"Color of the peek view title.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewTitleDescription.foreground\":{\"type\":\"string\",\"description\":\"Color of the peek view title info.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekView.border\":{\"type\":\"string\",\"description\":\"Color of the peek view borders and arrow.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.background\":{\"type\":\"string\",\"description\":\"Background color of the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.lineForeground\":{\"type\":\"string\",\"description\":\"Foreground color for line nodes in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.fileForeground\":{\"type\":\"string\",\"description\":\"Foreground color for file nodes in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.selectionBackground\":{\"type\":\"string\",\"description\":\"Background color of the selected entry in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.selectionForeground\":{\"type\":\"string\",\"description\":\"Foreground color of the selected entry in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewEditor.background\":{\"type\":\"string\",\"description\":\"Background color of the peek view editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewEditorGutter.background\":{\"type\":\"string\",\"description\":\"Background color of the gutter in the peek view editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.matchHighlightBackground\":{\"type\":\"string\",\"description\":\"Match highlight color in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewEditor.matchHighlightBackground\":{\"type\":\"string\",\"description\":\"Match highlight color in the peek view editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewEditor.matchHighlightBorder\":{\"type\":\"string\",\"description\":\"Match highlight border in the peek view editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.activeBackground\":{\"type\":\"string\",\"description\":\"Active tab background color. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.inactiveBackground\":{\"type\":\"string\",\"description\":\"Inactive tab background color. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.hoverBackground\":{\"type\":\"string\",\"description\":\"Tab background color when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedHoverBackground\":{\"type\":\"string\",\"description\":\"Tab background color in an unfocused group when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.border\":{\"type\":\"string\",\"description\":\"Border to separate tabs from each other. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.activeBorder\":{\"type\":\"string\",\"description\":\"Border on the bottom of an active tab. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.activeBorderTop\":{\"type\":\"string\",\"description\":\"Border to the top of an active tab. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedActiveBorder\":{\"type\":\"string\",\"description\":\"Border on the bottom of an active tab in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedActiveBorderTop\":{\"type\":\"string\",\"description\":\"Border to the top of an active tab in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.hoverBorder\":{\"type\":\"string\",\"description\":\"Border to highlight tabs when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedHoverBorder\":{\"type\":\"string\",\"description\":\"Border to highlight tabs in an unfocused group when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.activeForeground\":{\"type\":\"string\",\"description\":\"Active tab foreground color in an active group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.inactiveForeground\":{\"type\":\"string\",\"description\":\"Inactive tab foreground color in an active group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedActiveForeground\":{\"type\":\"string\",\"description\":\"Active tab foreground color in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedInactiveForeground\":{\"type\":\"string\",\"description\":\"Inactive tab foreground color in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroup.background\":{\"type\":\"string\",\"description\":\"Deprecated background color of an editor group.\",\"format\":\"color-hex\",\"default\":\"#ff0000\",\"deprecationMessage\":\"Deprecated: Background color of an editor group is no longer being supported with the introduction of the grid editor layout. You can use editorGroup.emptyBackground to set the background color of empty editor groups.\"},\"editorGroup.emptyBackground\":{\"type\":\"string\",\"description\":\"Background color of an empty editor group. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroup.focusedEmptyBorder\":{\"type\":\"string\",\"description\":\"Border color of an empty editor group that is focused. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroupHeader.tabsBackground\":{\"type\":\"string\",\"description\":\"Background color of the editor group title header when tabs are enabled. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroupHeader.tabsBorder\":{\"type\":\"string\",\"description\":\"Border color of the editor group title header when tabs are enabled. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroupHeader.noTabsBackground\":{\"type\":\"string\",\"description\":\"Background color of the editor group title header when tabs are disabled (`\\\"workbench.editor.showTabs\\\": false`). Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroup.border\":{\"type\":\"string\",\"description\":\"Color to separate multiple editor groups from each other. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroup.dropBackground\":{\"type\":\"string\",\"description\":\"Background color when dragging editors around. The color should have transparency so that the editor contents can still shine through.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panel.background\":{\"type\":\"string\",\"description\":\"Panel background color. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panel.border\":{\"type\":\"string\",\"description\":\"Panel border color to separate the panel from the editor. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panelTitle.activeForeground\":{\"type\":\"string\",\"description\":\"Title color for the active panel. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panelTitle.inactiveForeground\":{\"type\":\"string\",\"description\":\"Title color for the inactive panel. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panelTitle.activeBorder\":{\"type\":\"string\",\"description\":\"Border color for the active panel title. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panel.dropBackground\":{\"type\":\"string\",\"description\":\"Drag and drop feedback color for the panel title items. The color should have transparency so that the panel entries can still shine through. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.foreground\":{\"type\":\"string\",\"description\":\"Status bar foreground color when a workspace is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.noFolderForeground\":{\"type\":\"string\",\"description\":\"Status bar foreground color when no folder is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.background\":{\"type\":\"string\",\"description\":\"Status bar background color when a workspace is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.noFolderBackground\":{\"type\":\"string\",\"description\":\"Status bar background color when no folder is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.border\":{\"type\":\"string\",\"description\":\"Status bar border color separating to the sidebar and editor. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.noFolderBorder\":{\"type\":\"string\",\"description\":\"Status bar border color separating to the sidebar and editor when no folder is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBarItem.activeBackground\":{\"type\":\"string\",\"description\":\"Status bar item background color when clicking. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBarItem.hoverBackground\":{\"type\":\"string\",\"description\":\"Status bar item background color when hovering. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBarItem.prominentBackground\":{\"type\":\"string\",\"description\":\"Status bar prominent items background color. Prominent items stand out from other status bar entries to indicate importance. Change mode `Toggle Tab Key Moves Focus` from command palette to see an example. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBarItem.prominentHoverBackground\":{\"type\":\"string\",\"description\":\"Status bar prominent items background color when hovering. Prominent items stand out from other status bar entries to indicate importance. Change mode `Toggle Tab Key Moves Focus` from command palette to see an example. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBar.background\":{\"type\":\"string\",\"description\":\"Activity bar background color. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBar.foreground\":{\"type\":\"string\",\"description\":\"Activity bar foreground color (e.g. used for the icons). The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBar.border\":{\"type\":\"string\",\"description\":\"Activity bar border color separating to the side bar. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBar.dropBackground\":{\"type\":\"string\",\"description\":\"Drag and drop feedback color for the activity bar items. The color should have transparency so that the activity bar entries can still shine through. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBarBadge.background\":{\"type\":\"string\",\"description\":\"Activity notification badge background color. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBarBadge.foreground\":{\"type\":\"string\",\"description\":\"Activity notification badge foreground color. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBar.background\":{\"type\":\"string\",\"description\":\"Side bar background color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBar.foreground\":{\"type\":\"string\",\"description\":\"Side bar foreground color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBar.border\":{\"type\":\"string\",\"description\":\"Side bar border color on the side separating to the editor. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBarTitle.foreground\":{\"type\":\"string\",\"description\":\"Side bar title foreground color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBar.dropBackground\":{\"type\":\"string\",\"description\":\"Drag and drop feedback color for the side bar sections. The color should have transparency so that the side bar sections can still shine through. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBarSectionHeader.background\":{\"type\":\"string\",\"description\":\"Side bar section header background color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBarSectionHeader.foreground\":{\"type\":\"string\",\"description\":\"Side bar section header foreground color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.activeForeground\":{\"type\":\"string\",\"description\":\"Title bar foreground when the window is active. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.inactiveForeground\":{\"type\":\"string\",\"description\":\"Title bar foreground when the window is inactive. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.activeBackground\":{\"type\":\"string\",\"description\":\"Title bar background when the window is active. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.inactiveBackground\":{\"type\":\"string\",\"description\":\"Title bar background when the window is inactive. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.border\":{\"type\":\"string\",\"description\":\"Title bar border color. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationCenter.border\":{\"type\":\"string\",\"description\":\"Notifications center border color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationToast.border\":{\"type\":\"string\",\"description\":\"Notification toast border color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notifications.foreground\":{\"type\":\"string\",\"description\":\"Notifications foreground color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notifications.background\":{\"type\":\"string\",\"description\":\"Notifications background color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationLink.foreground\":{\"type\":\"string\",\"description\":\"Notification links foreground color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationCenterHeader.foreground\":{\"type\":\"string\",\"description\":\"Notifications center header foreground color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationCenterHeader.background\":{\"type\":\"string\",\"description\":\"Notifications center header background color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notifications.border\":{\"type\":\"string\",\"description\":\"Notifications border color separating from other notifications in the notifications center. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"settings.modifiedItemForeground\":{\"type\":\"string\",\"description\":\"(For settings editor preview) The foreground color for a modified setting.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.background\":{\"type\":\"string\",\"description\":\"The background color of the terminal, this allows coloring the terminal differently to the panel.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.foreground\":{\"type\":\"string\",\"description\":\"The foreground color of the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminalCursor.foreground\":{\"type\":\"string\",\"description\":\"The foreground color of the terminal cursor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminalCursor.background\":{\"type\":\"string\",\"description\":\"The background color of the terminal cursor. Allows customizing the color of a character overlapped by a block cursor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.selectionBackground\":{\"type\":\"string\",\"description\":\"The selection background color of the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.border\":{\"type\":\"string\",\"description\":\"The color of the border that separates split panes within the terminal. This defaults to panel.border.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"debugExceptionWidget.border\":{\"type\":\"string\",\"description\":\"Exception widget border color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"debugExceptionWidget.background\":{\"type\":\"string\",\"description\":\"Exception widget background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"welcomePage.buttonBackground\":{\"type\":\"string\",\"description\":\"Background color for the buttons on the Welcome page.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"welcomePage.buttonHoverBackground\":{\"type\":\"string\",\"description\":\"Hover background color for the buttons on the Welcome page.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"walkThrough.embeddedEditorBackground\":{\"type\":\"string\",\"description\":\"Background color for the embedded editors on the Interactive Playground.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.debuggingBackground\":{\"type\":\"string\",\"description\":\"Status bar background color when a program is being debugged. The status bar is shown in the bottom of the window\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.debuggingForeground\":{\"type\":\"string\",\"description\":\"Status bar foreground color when a program is being debugged. The status bar is shown in the bottom of the window\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.debuggingBorder\":{\"type\":\"string\",\"description\":\"Status bar border color separating to the sidebar and editor when a program is being debugged. The status bar is shown in the bottom of the window\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGutter.modifiedBackground\":{\"type\":\"string\",\"description\":\"Editor gutter background color for lines that are modified.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGutter.addedBackground\":{\"type\":\"string\",\"description\":\"Editor gutter background color for lines that are added.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGutter.deletedBackground\":{\"type\":\"string\",\"description\":\"Editor gutter background color for lines that are deleted.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.modifiedForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for modified content.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.addedForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for added content.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.deletedForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for deleted content.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"debugToolBar.background\":{\"type\":\"string\",\"description\":\"Debug toolbar background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"debugToolBar.border\":{\"type\":\"string\",\"description\":\"Debug toolbar border color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorPane.background\":{\"type\":\"string\",\"description\":\"Background color of the editor pane visible on the left and right side of the centered editor layout.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"extensionButton.prominentBackground\":{\"type\":\"string\",\"description\":\"Button background color for actions extension that stand out (e.g. install button).\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"extensionButton.prominentForeground\":{\"type\":\"string\",\"description\":\"Button foreground color for actions extension that stand out (e.g. install button).\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"extensionButton.prominentHoverBackground\":{\"type\":\"string\",\"description\":\"Button background hover color for actions extension that stand out (e.g. install button).\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBlack\":{\"type\":\"string\",\"description\":\"'Black' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiRed\":{\"type\":\"string\",\"description\":\"'Red' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiGreen\":{\"type\":\"string\",\"description\":\"'Green' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiYellow\":{\"type\":\"string\",\"description\":\"'Yellow' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBlue\":{\"type\":\"string\",\"description\":\"'Blue' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiMagenta\":{\"type\":\"string\",\"description\":\"'Magenta' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiCyan\":{\"type\":\"string\",\"description\":\"'Cyan' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiWhite\":{\"type\":\"string\",\"description\":\"'White' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightBlack\":{\"type\":\"string\",\"description\":\"'BrightBlack' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightRed\":{\"type\":\"string\",\"description\":\"'BrightRed' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightGreen\":{\"type\":\"string\",\"description\":\"'BrightGreen' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightYellow\":{\"type\":\"string\",\"description\":\"'BrightYellow' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightBlue\":{\"type\":\"string\",\"description\":\"'BrightBlue' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightMagenta\":{\"type\":\"string\",\"description\":\"'BrightMagenta' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightCyan\":{\"type\":\"string\",\"description\":\"'BrightCyan' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightWhite\":{\"type\":\"string\",\"description\":\"'BrightWhite' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.addedResourceForeground\":{\"type\":\"string\",\"description\":\"Color for added resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.modifiedResourceForeground\":{\"type\":\"string\",\"description\":\"Color for modified resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.deletedResourceForeground\":{\"type\":\"string\",\"description\":\"Color for deleted resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.untrackedResourceForeground\":{\"type\":\"string\",\"description\":\"Color for untracked resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.ignoredResourceForeground\":{\"type\":\"string\",\"description\":\"Color for ignored resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.conflictingResourceForeground\":{\"type\":\"string\",\"description\":\"Color for resources with conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.submoduleResourceForeground\":{\"type\":\"string\",\"description\":\"Color for submodule resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"}},\"additionalProperties\":false,\"default\":{},\"defaultSnippets\":[{\"body\":{\"statusBar.background\":\"#666666\",\"panel.background\":\"#555555\",\"sideBar.background\":\"#444444\"}}],\"scope\":2},\"[Default Light+]\":{\"type\":\"object\",\"description\":\"Overrides colors from the currently selected color theme.\",\"properties\":{\"foreground\":{\"type\":\"string\",\"description\":\"Overall foreground color. This color is only used if not overridden by a component.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"errorForeground\":{\"type\":\"string\",\"description\":\"Overall foreground color for error messages. This color is only used if not overridden by a component.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"descriptionForeground\":{\"type\":\"string\",\"description\":\"Foreground color for description text providing additional information, for example for a label.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"focusBorder\":{\"type\":\"string\",\"description\":\"Overall border color for focused elements. This color is only used if not overridden by a component.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"contrastBorder\":{\"type\":\"string\",\"description\":\"An extra border around elements to separate them from others for greater contrast.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"contrastActiveBorder\":{\"type\":\"string\",\"description\":\"An extra border around active elements to separate them from others for greater contrast.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"selection.background\":{\"type\":\"string\",\"description\":\"The background color of text selections in the workbench (e.g. for input fields or text areas). Note that this does not apply to selections within the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textSeparator.foreground\":{\"type\":\"string\",\"description\":\"Color for text separators.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textLink.foreground\":{\"type\":\"string\",\"description\":\"Foreground color for links in text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textLink.activeForeground\":{\"type\":\"string\",\"description\":\"Foreground color for links in text when clicked on and on mouse hover.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textPreformat.foreground\":{\"type\":\"string\",\"description\":\"Foreground color for preformatted text segments.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textBlockQuote.background\":{\"type\":\"string\",\"description\":\"Background color for block quotes in text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textBlockQuote.border\":{\"type\":\"string\",\"description\":\"Border color for block quotes in text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textCodeBlock.background\":{\"type\":\"string\",\"description\":\"Background color for code blocks in text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"widget.shadow\":{\"type\":\"string\",\"description\":\"Shadow color of widgets such as find/replace inside the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"input.background\":{\"type\":\"string\",\"description\":\"Input box background.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"input.foreground\":{\"type\":\"string\",\"description\":\"Input box foreground.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"input.border\":{\"type\":\"string\",\"description\":\"Input box border.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputOption.activeBorder\":{\"type\":\"string\",\"description\":\"Border color of activated options in input fields.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"input.placeholderForeground\":{\"type\":\"string\",\"description\":\"Input box foreground color for placeholder text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.infoBackground\":{\"type\":\"string\",\"description\":\"Input validation background color for information severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.infoBorder\":{\"type\":\"string\",\"description\":\"Input validation border color for information severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.warningBackground\":{\"type\":\"string\",\"description\":\"Input validation background color for warning severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.warningBorder\":{\"type\":\"string\",\"description\":\"Input validation border color for warning severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.errorBackground\":{\"type\":\"string\",\"description\":\"Input validation background color for error severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.errorBorder\":{\"type\":\"string\",\"description\":\"Input validation border color for error severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"dropdown.background\":{\"type\":\"string\",\"description\":\"Dropdown background.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"dropdown.listBackground\":{\"type\":\"string\",\"description\":\"Dropdown list background.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"dropdown.foreground\":{\"type\":\"string\",\"description\":\"Dropdown foreground.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"dropdown.border\":{\"type\":\"string\",\"description\":\"Dropdown border.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.focusBackground\":{\"type\":\"string\",\"description\":\"List/Tree background color for the focused item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.focusForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color for the focused item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.activeSelectionBackground\":{\"type\":\"string\",\"description\":\"List/Tree background color for the selected item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.activeSelectionForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color for the selected item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.inactiveSelectionBackground\":{\"type\":\"string\",\"description\":\"List/Tree background color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.inactiveSelectionForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.inactiveFocusBackground\":{\"type\":\"string\",\"description\":\"List/Tree background color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.hoverBackground\":{\"type\":\"string\",\"description\":\"List/Tree background when hovering over items using the mouse.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.hoverForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground when hovering over items using the mouse.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.dropBackground\":{\"type\":\"string\",\"description\":\"List/Tree drag and drop background when moving items around using the mouse.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.highlightForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color of the match highlights when searching inside the list/tree.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.invalidItemForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color for invalid items, for example an unresolved root in explorer.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.errorForeground\":{\"type\":\"string\",\"description\":\"Foreground color of list items containing errors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.warningForeground\":{\"type\":\"string\",\"description\":\"Foreground color of list items containing warnings.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"pickerGroup.foreground\":{\"type\":\"string\",\"description\":\"Quick picker color for grouping labels.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"pickerGroup.border\":{\"type\":\"string\",\"description\":\"Quick picker color for grouping borders.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"button.foreground\":{\"type\":\"string\",\"description\":\"Button foreground color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"button.background\":{\"type\":\"string\",\"description\":\"Button background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"button.hoverBackground\":{\"type\":\"string\",\"description\":\"Button background color when hovering.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"badge.background\":{\"type\":\"string\",\"description\":\"Badge background color. Badges are small information labels, e.g. for search results count.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"badge.foreground\":{\"type\":\"string\",\"description\":\"Badge foreground color. Badges are small information labels, e.g. for search results count.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"scrollbar.shadow\":{\"type\":\"string\",\"description\":\"Scrollbar shadow to indicate that the view is scrolled.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"scrollbarSlider.background\":{\"type\":\"string\",\"description\":\"Scrollbar slider background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"scrollbarSlider.hoverBackground\":{\"type\":\"string\",\"description\":\"Scrollbar slider background color when hovering.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"scrollbarSlider.activeBackground\":{\"type\":\"string\",\"description\":\"Scrollbar slider background color when clicked on.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"progressBar.background\":{\"type\":\"string\",\"description\":\"Background color of the progress bar that can show for long running operations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.background\":{\"type\":\"string\",\"description\":\"Editor background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.foreground\":{\"type\":\"string\",\"description\":\"Editor default foreground color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWidget.background\":{\"type\":\"string\",\"description\":\"Background color of editor widgets, such as find/replace.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWidget.border\":{\"type\":\"string\",\"description\":\"Border color of editor widgets. The color is only used if the widget chooses to have a border and if the color is not overridden by a widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWidget.resizeBorder\":{\"type\":\"string\",\"description\":\"Border color of the resize bar of editor widgets. The color is only used if the widget chooses to have a resize border and if the color is not overridden by a widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.selectionBackground\":{\"type\":\"string\",\"description\":\"Color of the editor selection.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.selectionForeground\":{\"type\":\"string\",\"description\":\"Color of the selected text for high contrast.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.inactiveSelectionBackground\":{\"type\":\"string\",\"description\":\"Color of the selection in an inactive editor. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.selectionHighlightBackground\":{\"type\":\"string\",\"description\":\"Color for regions with the same content as the selection. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.selectionHighlightBorder\":{\"type\":\"string\",\"description\":\"Border color for regions with the same content as the selection.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findMatchBackground\":{\"type\":\"string\",\"description\":\"Color of the current search match.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findMatchHighlightBackground\":{\"type\":\"string\",\"description\":\"Color of the other search matches. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findRangeHighlightBackground\":{\"type\":\"string\",\"description\":\"Color of the range limiting the search. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findMatchBorder\":{\"type\":\"string\",\"description\":\"Border color of the current search match.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findMatchHighlightBorder\":{\"type\":\"string\",\"description\":\"Border color of the other search matches.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findRangeHighlightBorder\":{\"type\":\"string\",\"description\":\"Border color of the range limiting the search. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.hoverHighlightBackground\":{\"type\":\"string\",\"description\":\"Highlight below the word for which a hover is shown. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorHoverWidget.background\":{\"type\":\"string\",\"description\":\"Background color of the editor hover.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorHoverWidget.border\":{\"type\":\"string\",\"description\":\"Border color of the editor hover.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorLink.activeForeground\":{\"type\":\"string\",\"description\":\"Color of active links.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"diffEditor.insertedTextBackground\":{\"type\":\"string\",\"description\":\"Background color for text that got inserted. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"diffEditor.removedTextBackground\":{\"type\":\"string\",\"description\":\"Background color for text that got removed. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"diffEditor.insertedTextBorder\":{\"type\":\"string\",\"description\":\"Outline color for the text that got inserted.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"diffEditor.removedTextBorder\":{\"type\":\"string\",\"description\":\"Outline color for text that got removed.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.currentHeaderBackground\":{\"type\":\"string\",\"description\":\"Current header background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.currentContentBackground\":{\"type\":\"string\",\"description\":\"Current content background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.incomingHeaderBackground\":{\"type\":\"string\",\"description\":\"Incoming header background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.incomingContentBackground\":{\"type\":\"string\",\"description\":\"Incoming content background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.commonHeaderBackground\":{\"type\":\"string\",\"description\":\"Common ancestor header background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.commonContentBackground\":{\"type\":\"string\",\"description\":\"Common ancestor content background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.border\":{\"type\":\"string\",\"description\":\"Border color on headers and the splitter in inline merge-conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.currentContentForeground\":{\"type\":\"string\",\"description\":\"Current overview ruler foreground for inline merge-conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.incomingContentForeground\":{\"type\":\"string\",\"description\":\"Incoming overview ruler foreground for inline merge-conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.commonContentForeground\":{\"type\":\"string\",\"description\":\"Common ancestor overview ruler foreground for inline merge-conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.findMatchForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for find matches. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.selectionHighlightForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for selection highlights. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.lineHighlightBackground\":{\"type\":\"string\",\"description\":\"Background color for the highlight of line at the cursor position.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.lineHighlightBorder\":{\"type\":\"string\",\"description\":\"Background color for the border around the line at the cursor position.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.rangeHighlightBackground\":{\"type\":\"string\",\"description\":\"Background color of highlighted ranges, like by quick open and find features. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.rangeHighlightBorder\":{\"type\":\"string\",\"description\":\"Background color of the border around highlighted ranges.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorCursor.foreground\":{\"type\":\"string\",\"description\":\"Color of the editor cursor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorCursor.background\":{\"type\":\"string\",\"description\":\"The background color of the editor cursor. Allows customizing the color of a character overlapped by a block cursor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWhitespace.foreground\":{\"type\":\"string\",\"description\":\"Color of whitespace characters in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorIndentGuide.background\":{\"type\":\"string\",\"description\":\"Color of the editor indentation guides.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorIndentGuide.activeBackground\":{\"type\":\"string\",\"description\":\"Color of the active editor indentation guides.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorLineNumber.foreground\":{\"type\":\"string\",\"description\":\"Color of editor line numbers.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorActiveLineNumber.foreground\":{\"type\":\"string\",\"description\":\"Color of editor active line number\",\"format\":\"color-hex\",\"default\":\"#ff0000\",\"deprecationMessage\":\"Id is deprecated. Use 'editorLineNumber.activeForeground' instead.\"},\"editorLineNumber.activeForeground\":{\"type\":\"string\",\"description\":\"Color of editor active line number\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorRuler.foreground\":{\"type\":\"string\",\"description\":\"Color of the editor rulers.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorCodeLens.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of editor code lenses\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorBracketMatch.background\":{\"type\":\"string\",\"description\":\"Background color behind matching brackets\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorBracketMatch.border\":{\"type\":\"string\",\"description\":\"Color for matching brackets boxes\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.border\":{\"type\":\"string\",\"description\":\"Color of the overview ruler border.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGutter.background\":{\"type\":\"string\",\"description\":\"Background color of the editor gutter. The gutter contains the glyph margins and the line numbers.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorError.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of error squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorError.border\":{\"type\":\"string\",\"description\":\"Border color of error squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWarning.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of warning squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWarning.border\":{\"type\":\"string\",\"description\":\"Border color of warning squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorInfo.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of info squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorInfo.border\":{\"type\":\"string\",\"description\":\"Border color of info squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorHint.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of hint squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorHint.border\":{\"type\":\"string\",\"description\":\"Border color of hint squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorUnnecessaryCode.border\":{\"type\":\"string\",\"description\":\"Border of unnecessary code in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorUnnecessaryCode.opacity\":{\"type\":\"string\",\"description\":\"Opacity of unnecessary code in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.rangeHighlightForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for range highlights. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.errorForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for errors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.warningForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for warnings.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.infoForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for infos.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.bracketMatchForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for matching brackets.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorMarkerNavigationError.background\":{\"type\":\"string\",\"description\":\"Editor marker navigation widget error color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorMarkerNavigationWarning.background\":{\"type\":\"string\",\"description\":\"Editor marker navigation widget warning color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorMarkerNavigationInfo.background\":{\"type\":\"string\",\"description\":\"Editor marker navigation widget info color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorMarkerNavigation.background\":{\"type\":\"string\",\"description\":\"Editor marker navigation widget background.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.background\":{\"type\":\"string\",\"description\":\"Background color of the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.border\":{\"type\":\"string\",\"description\":\"Border color of the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.selectedBackground\":{\"type\":\"string\",\"description\":\"Background color of the selected entry in the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.highlightForeground\":{\"type\":\"string\",\"description\":\"Color of the match highlights in the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.wordHighlightBackground\":{\"type\":\"string\",\"description\":\"Background color of a symbol during read-access, like reading a variable. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.wordHighlightStrongBackground\":{\"type\":\"string\",\"description\":\"Background color of a symbol during write-access, like writing to a variable. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.wordHighlightBorder\":{\"type\":\"string\",\"description\":\"Border color of a symbol during read-access, like reading a variable.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.wordHighlightStrongBorder\":{\"type\":\"string\",\"description\":\"Border color of a symbol during write-access, like writing to a variable.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.wordHighlightForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for symbol highlights. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.wordHighlightStrongForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for write-access symbol highlights. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewTitle.background\":{\"type\":\"string\",\"description\":\"Background color of the peek view title area.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewTitleLabel.foreground\":{\"type\":\"string\",\"description\":\"Color of the peek view title.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewTitleDescription.foreground\":{\"type\":\"string\",\"description\":\"Color of the peek view title info.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekView.border\":{\"type\":\"string\",\"description\":\"Color of the peek view borders and arrow.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.background\":{\"type\":\"string\",\"description\":\"Background color of the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.lineForeground\":{\"type\":\"string\",\"description\":\"Foreground color for line nodes in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.fileForeground\":{\"type\":\"string\",\"description\":\"Foreground color for file nodes in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.selectionBackground\":{\"type\":\"string\",\"description\":\"Background color of the selected entry in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.selectionForeground\":{\"type\":\"string\",\"description\":\"Foreground color of the selected entry in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewEditor.background\":{\"type\":\"string\",\"description\":\"Background color of the peek view editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewEditorGutter.background\":{\"type\":\"string\",\"description\":\"Background color of the gutter in the peek view editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.matchHighlightBackground\":{\"type\":\"string\",\"description\":\"Match highlight color in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewEditor.matchHighlightBackground\":{\"type\":\"string\",\"description\":\"Match highlight color in the peek view editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewEditor.matchHighlightBorder\":{\"type\":\"string\",\"description\":\"Match highlight border in the peek view editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.activeBackground\":{\"type\":\"string\",\"description\":\"Active tab background color. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.inactiveBackground\":{\"type\":\"string\",\"description\":\"Inactive tab background color. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.hoverBackground\":{\"type\":\"string\",\"description\":\"Tab background color when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedHoverBackground\":{\"type\":\"string\",\"description\":\"Tab background color in an unfocused group when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.border\":{\"type\":\"string\",\"description\":\"Border to separate tabs from each other. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.activeBorder\":{\"type\":\"string\",\"description\":\"Border on the bottom of an active tab. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.activeBorderTop\":{\"type\":\"string\",\"description\":\"Border to the top of an active tab. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedActiveBorder\":{\"type\":\"string\",\"description\":\"Border on the bottom of an active tab in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedActiveBorderTop\":{\"type\":\"string\",\"description\":\"Border to the top of an active tab in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.hoverBorder\":{\"type\":\"string\",\"description\":\"Border to highlight tabs when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedHoverBorder\":{\"type\":\"string\",\"description\":\"Border to highlight tabs in an unfocused group when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.activeForeground\":{\"type\":\"string\",\"description\":\"Active tab foreground color in an active group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.inactiveForeground\":{\"type\":\"string\",\"description\":\"Inactive tab foreground color in an active group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedActiveForeground\":{\"type\":\"string\",\"description\":\"Active tab foreground color in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedInactiveForeground\":{\"type\":\"string\",\"description\":\"Inactive tab foreground color in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroup.background\":{\"type\":\"string\",\"description\":\"Deprecated background color of an editor group.\",\"format\":\"color-hex\",\"default\":\"#ff0000\",\"deprecationMessage\":\"Deprecated: Background color of an editor group is no longer being supported with the introduction of the grid editor layout. You can use editorGroup.emptyBackground to set the background color of empty editor groups.\"},\"editorGroup.emptyBackground\":{\"type\":\"string\",\"description\":\"Background color of an empty editor group. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroup.focusedEmptyBorder\":{\"type\":\"string\",\"description\":\"Border color of an empty editor group that is focused. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroupHeader.tabsBackground\":{\"type\":\"string\",\"description\":\"Background color of the editor group title header when tabs are enabled. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroupHeader.tabsBorder\":{\"type\":\"string\",\"description\":\"Border color of the editor group title header when tabs are enabled. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroupHeader.noTabsBackground\":{\"type\":\"string\",\"description\":\"Background color of the editor group title header when tabs are disabled (`\\\"workbench.editor.showTabs\\\": false`). Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroup.border\":{\"type\":\"string\",\"description\":\"Color to separate multiple editor groups from each other. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroup.dropBackground\":{\"type\":\"string\",\"description\":\"Background color when dragging editors around. The color should have transparency so that the editor contents can still shine through.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panel.background\":{\"type\":\"string\",\"description\":\"Panel background color. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panel.border\":{\"type\":\"string\",\"description\":\"Panel border color to separate the panel from the editor. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panelTitle.activeForeground\":{\"type\":\"string\",\"description\":\"Title color for the active panel. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panelTitle.inactiveForeground\":{\"type\":\"string\",\"description\":\"Title color for the inactive panel. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panelTitle.activeBorder\":{\"type\":\"string\",\"description\":\"Border color for the active panel title. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panel.dropBackground\":{\"type\":\"string\",\"description\":\"Drag and drop feedback color for the panel title items. The color should have transparency so that the panel entries can still shine through. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.foreground\":{\"type\":\"string\",\"description\":\"Status bar foreground color when a workspace is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.noFolderForeground\":{\"type\":\"string\",\"description\":\"Status bar foreground color when no folder is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.background\":{\"type\":\"string\",\"description\":\"Status bar background color when a workspace is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.noFolderBackground\":{\"type\":\"string\",\"description\":\"Status bar background color when no folder is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.border\":{\"type\":\"string\",\"description\":\"Status bar border color separating to the sidebar and editor. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.noFolderBorder\":{\"type\":\"string\",\"description\":\"Status bar border color separating to the sidebar and editor when no folder is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBarItem.activeBackground\":{\"type\":\"string\",\"description\":\"Status bar item background color when clicking. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBarItem.hoverBackground\":{\"type\":\"string\",\"description\":\"Status bar item background color when hovering. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBarItem.prominentBackground\":{\"type\":\"string\",\"description\":\"Status bar prominent items background color. Prominent items stand out from other status bar entries to indicate importance. Change mode `Toggle Tab Key Moves Focus` from command palette to see an example. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBarItem.prominentHoverBackground\":{\"type\":\"string\",\"description\":\"Status bar prominent items background color when hovering. Prominent items stand out from other status bar entries to indicate importance. Change mode `Toggle Tab Key Moves Focus` from command palette to see an example. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBar.background\":{\"type\":\"string\",\"description\":\"Activity bar background color. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBar.foreground\":{\"type\":\"string\",\"description\":\"Activity bar foreground color (e.g. used for the icons). The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBar.border\":{\"type\":\"string\",\"description\":\"Activity bar border color separating to the side bar. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBar.dropBackground\":{\"type\":\"string\",\"description\":\"Drag and drop feedback color for the activity bar items. The color should have transparency so that the activity bar entries can still shine through. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBarBadge.background\":{\"type\":\"string\",\"description\":\"Activity notification badge background color. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBarBadge.foreground\":{\"type\":\"string\",\"description\":\"Activity notification badge foreground color. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBar.background\":{\"type\":\"string\",\"description\":\"Side bar background color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBar.foreground\":{\"type\":\"string\",\"description\":\"Side bar foreground color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBar.border\":{\"type\":\"string\",\"description\":\"Side bar border color on the side separating to the editor. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBarTitle.foreground\":{\"type\":\"string\",\"description\":\"Side bar title foreground color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBar.dropBackground\":{\"type\":\"string\",\"description\":\"Drag and drop feedback color for the side bar sections. The color should have transparency so that the side bar sections can still shine through. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBarSectionHeader.background\":{\"type\":\"string\",\"description\":\"Side bar section header background color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBarSectionHeader.foreground\":{\"type\":\"string\",\"description\":\"Side bar section header foreground color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.activeForeground\":{\"type\":\"string\",\"description\":\"Title bar foreground when the window is active. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.inactiveForeground\":{\"type\":\"string\",\"description\":\"Title bar foreground when the window is inactive. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.activeBackground\":{\"type\":\"string\",\"description\":\"Title bar background when the window is active. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.inactiveBackground\":{\"type\":\"string\",\"description\":\"Title bar background when the window is inactive. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.border\":{\"type\":\"string\",\"description\":\"Title bar border color. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationCenter.border\":{\"type\":\"string\",\"description\":\"Notifications center border color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationToast.border\":{\"type\":\"string\",\"description\":\"Notification toast border color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notifications.foreground\":{\"type\":\"string\",\"description\":\"Notifications foreground color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notifications.background\":{\"type\":\"string\",\"description\":\"Notifications background color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationLink.foreground\":{\"type\":\"string\",\"description\":\"Notification links foreground color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationCenterHeader.foreground\":{\"type\":\"string\",\"description\":\"Notifications center header foreground color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationCenterHeader.background\":{\"type\":\"string\",\"description\":\"Notifications center header background color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notifications.border\":{\"type\":\"string\",\"description\":\"Notifications border color separating from other notifications in the notifications center. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"settings.modifiedItemForeground\":{\"type\":\"string\",\"description\":\"(For settings editor preview) The foreground color for a modified setting.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.background\":{\"type\":\"string\",\"description\":\"The background color of the terminal, this allows coloring the terminal differently to the panel.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.foreground\":{\"type\":\"string\",\"description\":\"The foreground color of the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminalCursor.foreground\":{\"type\":\"string\",\"description\":\"The foreground color of the terminal cursor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminalCursor.background\":{\"type\":\"string\",\"description\":\"The background color of the terminal cursor. Allows customizing the color of a character overlapped by a block cursor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.selectionBackground\":{\"type\":\"string\",\"description\":\"The selection background color of the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.border\":{\"type\":\"string\",\"description\":\"The color of the border that separates split panes within the terminal. This defaults to panel.border.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"debugExceptionWidget.border\":{\"type\":\"string\",\"description\":\"Exception widget border color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"debugExceptionWidget.background\":{\"type\":\"string\",\"description\":\"Exception widget background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"welcomePage.buttonBackground\":{\"type\":\"string\",\"description\":\"Background color for the buttons on the Welcome page.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"welcomePage.buttonHoverBackground\":{\"type\":\"string\",\"description\":\"Hover background color for the buttons on the Welcome page.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"walkThrough.embeddedEditorBackground\":{\"type\":\"string\",\"description\":\"Background color for the embedded editors on the Interactive Playground.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.debuggingBackground\":{\"type\":\"string\",\"description\":\"Status bar background color when a program is being debugged. The status bar is shown in the bottom of the window\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.debuggingForeground\":{\"type\":\"string\",\"description\":\"Status bar foreground color when a program is being debugged. The status bar is shown in the bottom of the window\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.debuggingBorder\":{\"type\":\"string\",\"description\":\"Status bar border color separating to the sidebar and editor when a program is being debugged. The status bar is shown in the bottom of the window\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGutter.modifiedBackground\":{\"type\":\"string\",\"description\":\"Editor gutter background color for lines that are modified.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGutter.addedBackground\":{\"type\":\"string\",\"description\":\"Editor gutter background color for lines that are added.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGutter.deletedBackground\":{\"type\":\"string\",\"description\":\"Editor gutter background color for lines that are deleted.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.modifiedForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for modified content.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.addedForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for added content.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.deletedForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for deleted content.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"debugToolBar.background\":{\"type\":\"string\",\"description\":\"Debug toolbar background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"debugToolBar.border\":{\"type\":\"string\",\"description\":\"Debug toolbar border color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorPane.background\":{\"type\":\"string\",\"description\":\"Background color of the editor pane visible on the left and right side of the centered editor layout.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"extensionButton.prominentBackground\":{\"type\":\"string\",\"description\":\"Button background color for actions extension that stand out (e.g. install button).\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"extensionButton.prominentForeground\":{\"type\":\"string\",\"description\":\"Button foreground color for actions extension that stand out (e.g. install button).\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"extensionButton.prominentHoverBackground\":{\"type\":\"string\",\"description\":\"Button background hover color for actions extension that stand out (e.g. install button).\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBlack\":{\"type\":\"string\",\"description\":\"'Black' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiRed\":{\"type\":\"string\",\"description\":\"'Red' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiGreen\":{\"type\":\"string\",\"description\":\"'Green' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiYellow\":{\"type\":\"string\",\"description\":\"'Yellow' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBlue\":{\"type\":\"string\",\"description\":\"'Blue' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiMagenta\":{\"type\":\"string\",\"description\":\"'Magenta' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiCyan\":{\"type\":\"string\",\"description\":\"'Cyan' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiWhite\":{\"type\":\"string\",\"description\":\"'White' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightBlack\":{\"type\":\"string\",\"description\":\"'BrightBlack' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightRed\":{\"type\":\"string\",\"description\":\"'BrightRed' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightGreen\":{\"type\":\"string\",\"description\":\"'BrightGreen' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightYellow\":{\"type\":\"string\",\"description\":\"'BrightYellow' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightBlue\":{\"type\":\"string\",\"description\":\"'BrightBlue' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightMagenta\":{\"type\":\"string\",\"description\":\"'BrightMagenta' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightCyan\":{\"type\":\"string\",\"description\":\"'BrightCyan' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightWhite\":{\"type\":\"string\",\"description\":\"'BrightWhite' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.addedResourceForeground\":{\"type\":\"string\",\"description\":\"Color for added resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.modifiedResourceForeground\":{\"type\":\"string\",\"description\":\"Color for modified resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.deletedResourceForeground\":{\"type\":\"string\",\"description\":\"Color for deleted resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.untrackedResourceForeground\":{\"type\":\"string\",\"description\":\"Color for untracked resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.ignoredResourceForeground\":{\"type\":\"string\",\"description\":\"Color for ignored resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.conflictingResourceForeground\":{\"type\":\"string\",\"description\":\"Color for resources with conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.submoduleResourceForeground\":{\"type\":\"string\",\"description\":\"Color for submodule resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"}},\"additionalProperties\":false,\"default\":{},\"defaultSnippets\":[{\"body\":{\"statusBar.background\":\"#666666\",\"panel.background\":\"#555555\",\"sideBar.background\":\"#444444\"}}],\"scope\":2},\"[Visual Studio Dark]\":{\"type\":\"object\",\"description\":\"Overrides colors from the currently selected color theme.\",\"properties\":{\"foreground\":{\"type\":\"string\",\"description\":\"Overall foreground color. This color is only used if not overridden by a component.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"errorForeground\":{\"type\":\"string\",\"description\":\"Overall foreground color for error messages. This color is only used if not overridden by a component.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"descriptionForeground\":{\"type\":\"string\",\"description\":\"Foreground color for description text providing additional information, for example for a label.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"focusBorder\":{\"type\":\"string\",\"description\":\"Overall border color for focused elements. This color is only used if not overridden by a component.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"contrastBorder\":{\"type\":\"string\",\"description\":\"An extra border around elements to separate them from others for greater contrast.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"contrastActiveBorder\":{\"type\":\"string\",\"description\":\"An extra border around active elements to separate them from others for greater contrast.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"selection.background\":{\"type\":\"string\",\"description\":\"The background color of text selections in the workbench (e.g. for input fields or text areas). Note that this does not apply to selections within the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textSeparator.foreground\":{\"type\":\"string\",\"description\":\"Color for text separators.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textLink.foreground\":{\"type\":\"string\",\"description\":\"Foreground color for links in text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textLink.activeForeground\":{\"type\":\"string\",\"description\":\"Foreground color for links in text when clicked on and on mouse hover.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textPreformat.foreground\":{\"type\":\"string\",\"description\":\"Foreground color for preformatted text segments.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textBlockQuote.background\":{\"type\":\"string\",\"description\":\"Background color for block quotes in text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textBlockQuote.border\":{\"type\":\"string\",\"description\":\"Border color for block quotes in text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textCodeBlock.background\":{\"type\":\"string\",\"description\":\"Background color for code blocks in text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"widget.shadow\":{\"type\":\"string\",\"description\":\"Shadow color of widgets such as find/replace inside the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"input.background\":{\"type\":\"string\",\"description\":\"Input box background.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"input.foreground\":{\"type\":\"string\",\"description\":\"Input box foreground.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"input.border\":{\"type\":\"string\",\"description\":\"Input box border.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputOption.activeBorder\":{\"type\":\"string\",\"description\":\"Border color of activated options in input fields.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"input.placeholderForeground\":{\"type\":\"string\",\"description\":\"Input box foreground color for placeholder text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.infoBackground\":{\"type\":\"string\",\"description\":\"Input validation background color for information severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.infoBorder\":{\"type\":\"string\",\"description\":\"Input validation border color for information severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.warningBackground\":{\"type\":\"string\",\"description\":\"Input validation background color for warning severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.warningBorder\":{\"type\":\"string\",\"description\":\"Input validation border color for warning severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.errorBackground\":{\"type\":\"string\",\"description\":\"Input validation background color for error severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.errorBorder\":{\"type\":\"string\",\"description\":\"Input validation border color for error severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"dropdown.background\":{\"type\":\"string\",\"description\":\"Dropdown background.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"dropdown.listBackground\":{\"type\":\"string\",\"description\":\"Dropdown list background.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"dropdown.foreground\":{\"type\":\"string\",\"description\":\"Dropdown foreground.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"dropdown.border\":{\"type\":\"string\",\"description\":\"Dropdown border.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.focusBackground\":{\"type\":\"string\",\"description\":\"List/Tree background color for the focused item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.focusForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color for the focused item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.activeSelectionBackground\":{\"type\":\"string\",\"description\":\"List/Tree background color for the selected item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.activeSelectionForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color for the selected item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.inactiveSelectionBackground\":{\"type\":\"string\",\"description\":\"List/Tree background color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.inactiveSelectionForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.inactiveFocusBackground\":{\"type\":\"string\",\"description\":\"List/Tree background color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.hoverBackground\":{\"type\":\"string\",\"description\":\"List/Tree background when hovering over items using the mouse.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.hoverForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground when hovering over items using the mouse.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.dropBackground\":{\"type\":\"string\",\"description\":\"List/Tree drag and drop background when moving items around using the mouse.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.highlightForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color of the match highlights when searching inside the list/tree.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.invalidItemForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color for invalid items, for example an unresolved root in explorer.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.errorForeground\":{\"type\":\"string\",\"description\":\"Foreground color of list items containing errors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.warningForeground\":{\"type\":\"string\",\"description\":\"Foreground color of list items containing warnings.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"pickerGroup.foreground\":{\"type\":\"string\",\"description\":\"Quick picker color for grouping labels.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"pickerGroup.border\":{\"type\":\"string\",\"description\":\"Quick picker color for grouping borders.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"button.foreground\":{\"type\":\"string\",\"description\":\"Button foreground color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"button.background\":{\"type\":\"string\",\"description\":\"Button background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"button.hoverBackground\":{\"type\":\"string\",\"description\":\"Button background color when hovering.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"badge.background\":{\"type\":\"string\",\"description\":\"Badge background color. Badges are small information labels, e.g. for search results count.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"badge.foreground\":{\"type\":\"string\",\"description\":\"Badge foreground color. Badges are small information labels, e.g. for search results count.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"scrollbar.shadow\":{\"type\":\"string\",\"description\":\"Scrollbar shadow to indicate that the view is scrolled.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"scrollbarSlider.background\":{\"type\":\"string\",\"description\":\"Scrollbar slider background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"scrollbarSlider.hoverBackground\":{\"type\":\"string\",\"description\":\"Scrollbar slider background color when hovering.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"scrollbarSlider.activeBackground\":{\"type\":\"string\",\"description\":\"Scrollbar slider background color when clicked on.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"progressBar.background\":{\"type\":\"string\",\"description\":\"Background color of the progress bar that can show for long running operations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.background\":{\"type\":\"string\",\"description\":\"Editor background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.foreground\":{\"type\":\"string\",\"description\":\"Editor default foreground color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWidget.background\":{\"type\":\"string\",\"description\":\"Background color of editor widgets, such as find/replace.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWidget.border\":{\"type\":\"string\",\"description\":\"Border color of editor widgets. The color is only used if the widget chooses to have a border and if the color is not overridden by a widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWidget.resizeBorder\":{\"type\":\"string\",\"description\":\"Border color of the resize bar of editor widgets. The color is only used if the widget chooses to have a resize border and if the color is not overridden by a widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.selectionBackground\":{\"type\":\"string\",\"description\":\"Color of the editor selection.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.selectionForeground\":{\"type\":\"string\",\"description\":\"Color of the selected text for high contrast.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.inactiveSelectionBackground\":{\"type\":\"string\",\"description\":\"Color of the selection in an inactive editor. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.selectionHighlightBackground\":{\"type\":\"string\",\"description\":\"Color for regions with the same content as the selection. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.selectionHighlightBorder\":{\"type\":\"string\",\"description\":\"Border color for regions with the same content as the selection.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findMatchBackground\":{\"type\":\"string\",\"description\":\"Color of the current search match.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findMatchHighlightBackground\":{\"type\":\"string\",\"description\":\"Color of the other search matches. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findRangeHighlightBackground\":{\"type\":\"string\",\"description\":\"Color of the range limiting the search. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findMatchBorder\":{\"type\":\"string\",\"description\":\"Border color of the current search match.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findMatchHighlightBorder\":{\"type\":\"string\",\"description\":\"Border color of the other search matches.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findRangeHighlightBorder\":{\"type\":\"string\",\"description\":\"Border color of the range limiting the search. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.hoverHighlightBackground\":{\"type\":\"string\",\"description\":\"Highlight below the word for which a hover is shown. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorHoverWidget.background\":{\"type\":\"string\",\"description\":\"Background color of the editor hover.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorHoverWidget.border\":{\"type\":\"string\",\"description\":\"Border color of the editor hover.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorLink.activeForeground\":{\"type\":\"string\",\"description\":\"Color of active links.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"diffEditor.insertedTextBackground\":{\"type\":\"string\",\"description\":\"Background color for text that got inserted. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"diffEditor.removedTextBackground\":{\"type\":\"string\",\"description\":\"Background color for text that got removed. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"diffEditor.insertedTextBorder\":{\"type\":\"string\",\"description\":\"Outline color for the text that got inserted.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"diffEditor.removedTextBorder\":{\"type\":\"string\",\"description\":\"Outline color for text that got removed.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.currentHeaderBackground\":{\"type\":\"string\",\"description\":\"Current header background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.currentContentBackground\":{\"type\":\"string\",\"description\":\"Current content background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.incomingHeaderBackground\":{\"type\":\"string\",\"description\":\"Incoming header background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.incomingContentBackground\":{\"type\":\"string\",\"description\":\"Incoming content background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.commonHeaderBackground\":{\"type\":\"string\",\"description\":\"Common ancestor header background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.commonContentBackground\":{\"type\":\"string\",\"description\":\"Common ancestor content background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.border\":{\"type\":\"string\",\"description\":\"Border color on headers and the splitter in inline merge-conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.currentContentForeground\":{\"type\":\"string\",\"description\":\"Current overview ruler foreground for inline merge-conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.incomingContentForeground\":{\"type\":\"string\",\"description\":\"Incoming overview ruler foreground for inline merge-conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.commonContentForeground\":{\"type\":\"string\",\"description\":\"Common ancestor overview ruler foreground for inline merge-conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.findMatchForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for find matches. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.selectionHighlightForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for selection highlights. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.lineHighlightBackground\":{\"type\":\"string\",\"description\":\"Background color for the highlight of line at the cursor position.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.lineHighlightBorder\":{\"type\":\"string\",\"description\":\"Background color for the border around the line at the cursor position.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.rangeHighlightBackground\":{\"type\":\"string\",\"description\":\"Background color of highlighted ranges, like by quick open and find features. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.rangeHighlightBorder\":{\"type\":\"string\",\"description\":\"Background color of the border around highlighted ranges.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorCursor.foreground\":{\"type\":\"string\",\"description\":\"Color of the editor cursor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorCursor.background\":{\"type\":\"string\",\"description\":\"The background color of the editor cursor. Allows customizing the color of a character overlapped by a block cursor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWhitespace.foreground\":{\"type\":\"string\",\"description\":\"Color of whitespace characters in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorIndentGuide.background\":{\"type\":\"string\",\"description\":\"Color of the editor indentation guides.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorIndentGuide.activeBackground\":{\"type\":\"string\",\"description\":\"Color of the active editor indentation guides.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorLineNumber.foreground\":{\"type\":\"string\",\"description\":\"Color of editor line numbers.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorActiveLineNumber.foreground\":{\"type\":\"string\",\"description\":\"Color of editor active line number\",\"format\":\"color-hex\",\"default\":\"#ff0000\",\"deprecationMessage\":\"Id is deprecated. Use 'editorLineNumber.activeForeground' instead.\"},\"editorLineNumber.activeForeground\":{\"type\":\"string\",\"description\":\"Color of editor active line number\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorRuler.foreground\":{\"type\":\"string\",\"description\":\"Color of the editor rulers.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorCodeLens.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of editor code lenses\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorBracketMatch.background\":{\"type\":\"string\",\"description\":\"Background color behind matching brackets\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorBracketMatch.border\":{\"type\":\"string\",\"description\":\"Color for matching brackets boxes\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.border\":{\"type\":\"string\",\"description\":\"Color of the overview ruler border.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGutter.background\":{\"type\":\"string\",\"description\":\"Background color of the editor gutter. The gutter contains the glyph margins and the line numbers.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorError.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of error squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorError.border\":{\"type\":\"string\",\"description\":\"Border color of error squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWarning.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of warning squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWarning.border\":{\"type\":\"string\",\"description\":\"Border color of warning squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorInfo.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of info squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorInfo.border\":{\"type\":\"string\",\"description\":\"Border color of info squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorHint.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of hint squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorHint.border\":{\"type\":\"string\",\"description\":\"Border color of hint squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorUnnecessaryCode.border\":{\"type\":\"string\",\"description\":\"Border of unnecessary code in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorUnnecessaryCode.opacity\":{\"type\":\"string\",\"description\":\"Opacity of unnecessary code in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.rangeHighlightForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for range highlights. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.errorForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for errors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.warningForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for warnings.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.infoForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for infos.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.bracketMatchForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for matching brackets.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorMarkerNavigationError.background\":{\"type\":\"string\",\"description\":\"Editor marker navigation widget error color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorMarkerNavigationWarning.background\":{\"type\":\"string\",\"description\":\"Editor marker navigation widget warning color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorMarkerNavigationInfo.background\":{\"type\":\"string\",\"description\":\"Editor marker navigation widget info color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorMarkerNavigation.background\":{\"type\":\"string\",\"description\":\"Editor marker navigation widget background.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.background\":{\"type\":\"string\",\"description\":\"Background color of the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.border\":{\"type\":\"string\",\"description\":\"Border color of the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.selectedBackground\":{\"type\":\"string\",\"description\":\"Background color of the selected entry in the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.highlightForeground\":{\"type\":\"string\",\"description\":\"Color of the match highlights in the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.wordHighlightBackground\":{\"type\":\"string\",\"description\":\"Background color of a symbol during read-access, like reading a variable. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.wordHighlightStrongBackground\":{\"type\":\"string\",\"description\":\"Background color of a symbol during write-access, like writing to a variable. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.wordHighlightBorder\":{\"type\":\"string\",\"description\":\"Border color of a symbol during read-access, like reading a variable.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.wordHighlightStrongBorder\":{\"type\":\"string\",\"description\":\"Border color of a symbol during write-access, like writing to a variable.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.wordHighlightForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for symbol highlights. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.wordHighlightStrongForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for write-access symbol highlights. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewTitle.background\":{\"type\":\"string\",\"description\":\"Background color of the peek view title area.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewTitleLabel.foreground\":{\"type\":\"string\",\"description\":\"Color of the peek view title.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewTitleDescription.foreground\":{\"type\":\"string\",\"description\":\"Color of the peek view title info.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekView.border\":{\"type\":\"string\",\"description\":\"Color of the peek view borders and arrow.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.background\":{\"type\":\"string\",\"description\":\"Background color of the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.lineForeground\":{\"type\":\"string\",\"description\":\"Foreground color for line nodes in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.fileForeground\":{\"type\":\"string\",\"description\":\"Foreground color for file nodes in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.selectionBackground\":{\"type\":\"string\",\"description\":\"Background color of the selected entry in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.selectionForeground\":{\"type\":\"string\",\"description\":\"Foreground color of the selected entry in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewEditor.background\":{\"type\":\"string\",\"description\":\"Background color of the peek view editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewEditorGutter.background\":{\"type\":\"string\",\"description\":\"Background color of the gutter in the peek view editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.matchHighlightBackground\":{\"type\":\"string\",\"description\":\"Match highlight color in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewEditor.matchHighlightBackground\":{\"type\":\"string\",\"description\":\"Match highlight color in the peek view editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewEditor.matchHighlightBorder\":{\"type\":\"string\",\"description\":\"Match highlight border in the peek view editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.activeBackground\":{\"type\":\"string\",\"description\":\"Active tab background color. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.inactiveBackground\":{\"type\":\"string\",\"description\":\"Inactive tab background color. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.hoverBackground\":{\"type\":\"string\",\"description\":\"Tab background color when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedHoverBackground\":{\"type\":\"string\",\"description\":\"Tab background color in an unfocused group when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.border\":{\"type\":\"string\",\"description\":\"Border to separate tabs from each other. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.activeBorder\":{\"type\":\"string\",\"description\":\"Border on the bottom of an active tab. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.activeBorderTop\":{\"type\":\"string\",\"description\":\"Border to the top of an active tab. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedActiveBorder\":{\"type\":\"string\",\"description\":\"Border on the bottom of an active tab in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedActiveBorderTop\":{\"type\":\"string\",\"description\":\"Border to the top of an active tab in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.hoverBorder\":{\"type\":\"string\",\"description\":\"Border to highlight tabs when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedHoverBorder\":{\"type\":\"string\",\"description\":\"Border to highlight tabs in an unfocused group when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.activeForeground\":{\"type\":\"string\",\"description\":\"Active tab foreground color in an active group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.inactiveForeground\":{\"type\":\"string\",\"description\":\"Inactive tab foreground color in an active group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedActiveForeground\":{\"type\":\"string\",\"description\":\"Active tab foreground color in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedInactiveForeground\":{\"type\":\"string\",\"description\":\"Inactive tab foreground color in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroup.background\":{\"type\":\"string\",\"description\":\"Deprecated background color of an editor group.\",\"format\":\"color-hex\",\"default\":\"#ff0000\",\"deprecationMessage\":\"Deprecated: Background color of an editor group is no longer being supported with the introduction of the grid editor layout. You can use editorGroup.emptyBackground to set the background color of empty editor groups.\"},\"editorGroup.emptyBackground\":{\"type\":\"string\",\"description\":\"Background color of an empty editor group. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroup.focusedEmptyBorder\":{\"type\":\"string\",\"description\":\"Border color of an empty editor group that is focused. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroupHeader.tabsBackground\":{\"type\":\"string\",\"description\":\"Background color of the editor group title header when tabs are enabled. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroupHeader.tabsBorder\":{\"type\":\"string\",\"description\":\"Border color of the editor group title header when tabs are enabled. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroupHeader.noTabsBackground\":{\"type\":\"string\",\"description\":\"Background color of the editor group title header when tabs are disabled (`\\\"workbench.editor.showTabs\\\": false`). Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroup.border\":{\"type\":\"string\",\"description\":\"Color to separate multiple editor groups from each other. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroup.dropBackground\":{\"type\":\"string\",\"description\":\"Background color when dragging editors around. The color should have transparency so that the editor contents can still shine through.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panel.background\":{\"type\":\"string\",\"description\":\"Panel background color. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panel.border\":{\"type\":\"string\",\"description\":\"Panel border color to separate the panel from the editor. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panelTitle.activeForeground\":{\"type\":\"string\",\"description\":\"Title color for the active panel. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panelTitle.inactiveForeground\":{\"type\":\"string\",\"description\":\"Title color for the inactive panel. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panelTitle.activeBorder\":{\"type\":\"string\",\"description\":\"Border color for the active panel title. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panel.dropBackground\":{\"type\":\"string\",\"description\":\"Drag and drop feedback color for the panel title items. The color should have transparency so that the panel entries can still shine through. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.foreground\":{\"type\":\"string\",\"description\":\"Status bar foreground color when a workspace is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.noFolderForeground\":{\"type\":\"string\",\"description\":\"Status bar foreground color when no folder is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.background\":{\"type\":\"string\",\"description\":\"Status bar background color when a workspace is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.noFolderBackground\":{\"type\":\"string\",\"description\":\"Status bar background color when no folder is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.border\":{\"type\":\"string\",\"description\":\"Status bar border color separating to the sidebar and editor. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.noFolderBorder\":{\"type\":\"string\",\"description\":\"Status bar border color separating to the sidebar and editor when no folder is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBarItem.activeBackground\":{\"type\":\"string\",\"description\":\"Status bar item background color when clicking. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBarItem.hoverBackground\":{\"type\":\"string\",\"description\":\"Status bar item background color when hovering. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBarItem.prominentBackground\":{\"type\":\"string\",\"description\":\"Status bar prominent items background color. Prominent items stand out from other status bar entries to indicate importance. Change mode `Toggle Tab Key Moves Focus` from command palette to see an example. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBarItem.prominentHoverBackground\":{\"type\":\"string\",\"description\":\"Status bar prominent items background color when hovering. Prominent items stand out from other status bar entries to indicate importance. Change mode `Toggle Tab Key Moves Focus` from command palette to see an example. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBar.background\":{\"type\":\"string\",\"description\":\"Activity bar background color. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBar.foreground\":{\"type\":\"string\",\"description\":\"Activity bar foreground color (e.g. used for the icons). The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBar.border\":{\"type\":\"string\",\"description\":\"Activity bar border color separating to the side bar. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBar.dropBackground\":{\"type\":\"string\",\"description\":\"Drag and drop feedback color for the activity bar items. The color should have transparency so that the activity bar entries can still shine through. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBarBadge.background\":{\"type\":\"string\",\"description\":\"Activity notification badge background color. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBarBadge.foreground\":{\"type\":\"string\",\"description\":\"Activity notification badge foreground color. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBar.background\":{\"type\":\"string\",\"description\":\"Side bar background color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBar.foreground\":{\"type\":\"string\",\"description\":\"Side bar foreground color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBar.border\":{\"type\":\"string\",\"description\":\"Side bar border color on the side separating to the editor. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBarTitle.foreground\":{\"type\":\"string\",\"description\":\"Side bar title foreground color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBar.dropBackground\":{\"type\":\"string\",\"description\":\"Drag and drop feedback color for the side bar sections. The color should have transparency so that the side bar sections can still shine through. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBarSectionHeader.background\":{\"type\":\"string\",\"description\":\"Side bar section header background color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBarSectionHeader.foreground\":{\"type\":\"string\",\"description\":\"Side bar section header foreground color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.activeForeground\":{\"type\":\"string\",\"description\":\"Title bar foreground when the window is active. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.inactiveForeground\":{\"type\":\"string\",\"description\":\"Title bar foreground when the window is inactive. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.activeBackground\":{\"type\":\"string\",\"description\":\"Title bar background when the window is active. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.inactiveBackground\":{\"type\":\"string\",\"description\":\"Title bar background when the window is inactive. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.border\":{\"type\":\"string\",\"description\":\"Title bar border color. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationCenter.border\":{\"type\":\"string\",\"description\":\"Notifications center border color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationToast.border\":{\"type\":\"string\",\"description\":\"Notification toast border color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notifications.foreground\":{\"type\":\"string\",\"description\":\"Notifications foreground color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notifications.background\":{\"type\":\"string\",\"description\":\"Notifications background color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationLink.foreground\":{\"type\":\"string\",\"description\":\"Notification links foreground color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationCenterHeader.foreground\":{\"type\":\"string\",\"description\":\"Notifications center header foreground color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationCenterHeader.background\":{\"type\":\"string\",\"description\":\"Notifications center header background color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notifications.border\":{\"type\":\"string\",\"description\":\"Notifications border color separating from other notifications in the notifications center. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"settings.modifiedItemForeground\":{\"type\":\"string\",\"description\":\"(For settings editor preview) The foreground color for a modified setting.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.background\":{\"type\":\"string\",\"description\":\"The background color of the terminal, this allows coloring the terminal differently to the panel.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.foreground\":{\"type\":\"string\",\"description\":\"The foreground color of the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminalCursor.foreground\":{\"type\":\"string\",\"description\":\"The foreground color of the terminal cursor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminalCursor.background\":{\"type\":\"string\",\"description\":\"The background color of the terminal cursor. Allows customizing the color of a character overlapped by a block cursor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.selectionBackground\":{\"type\":\"string\",\"description\":\"The selection background color of the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.border\":{\"type\":\"string\",\"description\":\"The color of the border that separates split panes within the terminal. This defaults to panel.border.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"debugExceptionWidget.border\":{\"type\":\"string\",\"description\":\"Exception widget border color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"debugExceptionWidget.background\":{\"type\":\"string\",\"description\":\"Exception widget background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"welcomePage.buttonBackground\":{\"type\":\"string\",\"description\":\"Background color for the buttons on the Welcome page.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"welcomePage.buttonHoverBackground\":{\"type\":\"string\",\"description\":\"Hover background color for the buttons on the Welcome page.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"walkThrough.embeddedEditorBackground\":{\"type\":\"string\",\"description\":\"Background color for the embedded editors on the Interactive Playground.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.debuggingBackground\":{\"type\":\"string\",\"description\":\"Status bar background color when a program is being debugged. The status bar is shown in the bottom of the window\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.debuggingForeground\":{\"type\":\"string\",\"description\":\"Status bar foreground color when a program is being debugged. The status bar is shown in the bottom of the window\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.debuggingBorder\":{\"type\":\"string\",\"description\":\"Status bar border color separating to the sidebar and editor when a program is being debugged. The status bar is shown in the bottom of the window\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGutter.modifiedBackground\":{\"type\":\"string\",\"description\":\"Editor gutter background color for lines that are modified.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGutter.addedBackground\":{\"type\":\"string\",\"description\":\"Editor gutter background color for lines that are added.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGutter.deletedBackground\":{\"type\":\"string\",\"description\":\"Editor gutter background color for lines that are deleted.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.modifiedForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for modified content.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.addedForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for added content.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.deletedForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for deleted content.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"debugToolBar.background\":{\"type\":\"string\",\"description\":\"Debug toolbar background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"debugToolBar.border\":{\"type\":\"string\",\"description\":\"Debug toolbar border color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorPane.background\":{\"type\":\"string\",\"description\":\"Background color of the editor pane visible on the left and right side of the centered editor layout.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"extensionButton.prominentBackground\":{\"type\":\"string\",\"description\":\"Button background color for actions extension that stand out (e.g. install button).\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"extensionButton.prominentForeground\":{\"type\":\"string\",\"description\":\"Button foreground color for actions extension that stand out (e.g. install button).\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"extensionButton.prominentHoverBackground\":{\"type\":\"string\",\"description\":\"Button background hover color for actions extension that stand out (e.g. install button).\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBlack\":{\"type\":\"string\",\"description\":\"'Black' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiRed\":{\"type\":\"string\",\"description\":\"'Red' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiGreen\":{\"type\":\"string\",\"description\":\"'Green' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiYellow\":{\"type\":\"string\",\"description\":\"'Yellow' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBlue\":{\"type\":\"string\",\"description\":\"'Blue' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiMagenta\":{\"type\":\"string\",\"description\":\"'Magenta' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiCyan\":{\"type\":\"string\",\"description\":\"'Cyan' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiWhite\":{\"type\":\"string\",\"description\":\"'White' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightBlack\":{\"type\":\"string\",\"description\":\"'BrightBlack' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightRed\":{\"type\":\"string\",\"description\":\"'BrightRed' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightGreen\":{\"type\":\"string\",\"description\":\"'BrightGreen' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightYellow\":{\"type\":\"string\",\"description\":\"'BrightYellow' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightBlue\":{\"type\":\"string\",\"description\":\"'BrightBlue' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightMagenta\":{\"type\":\"string\",\"description\":\"'BrightMagenta' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightCyan\":{\"type\":\"string\",\"description\":\"'BrightCyan' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightWhite\":{\"type\":\"string\",\"description\":\"'BrightWhite' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.addedResourceForeground\":{\"type\":\"string\",\"description\":\"Color for added resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.modifiedResourceForeground\":{\"type\":\"string\",\"description\":\"Color for modified resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.deletedResourceForeground\":{\"type\":\"string\",\"description\":\"Color for deleted resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.untrackedResourceForeground\":{\"type\":\"string\",\"description\":\"Color for untracked resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.ignoredResourceForeground\":{\"type\":\"string\",\"description\":\"Color for ignored resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.conflictingResourceForeground\":{\"type\":\"string\",\"description\":\"Color for resources with conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.submoduleResourceForeground\":{\"type\":\"string\",\"description\":\"Color for submodule resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"}},\"additionalProperties\":false,\"default\":{},\"defaultSnippets\":[{\"body\":{\"statusBar.background\":\"#666666\",\"panel.background\":\"#555555\",\"sideBar.background\":\"#444444\"}}],\"scope\":2},\"[Visual Studio Light]\":{\"type\":\"object\",\"description\":\"Overrides colors from the currently selected color theme.\",\"properties\":{\"foreground\":{\"type\":\"string\",\"description\":\"Overall foreground color. This color is only used if not overridden by a component.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"errorForeground\":{\"type\":\"string\",\"description\":\"Overall foreground color for error messages. This color is only used if not overridden by a component.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"descriptionForeground\":{\"type\":\"string\",\"description\":\"Foreground color for description text providing additional information, for example for a label.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"focusBorder\":{\"type\":\"string\",\"description\":\"Overall border color for focused elements. This color is only used if not overridden by a component.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"contrastBorder\":{\"type\":\"string\",\"description\":\"An extra border around elements to separate them from others for greater contrast.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"contrastActiveBorder\":{\"type\":\"string\",\"description\":\"An extra border around active elements to separate them from others for greater contrast.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"selection.background\":{\"type\":\"string\",\"description\":\"The background color of text selections in the workbench (e.g. for input fields or text areas). Note that this does not apply to selections within the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textSeparator.foreground\":{\"type\":\"string\",\"description\":\"Color for text separators.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textLink.foreground\":{\"type\":\"string\",\"description\":\"Foreground color for links in text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textLink.activeForeground\":{\"type\":\"string\",\"description\":\"Foreground color for links in text when clicked on and on mouse hover.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textPreformat.foreground\":{\"type\":\"string\",\"description\":\"Foreground color for preformatted text segments.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textBlockQuote.background\":{\"type\":\"string\",\"description\":\"Background color for block quotes in text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textBlockQuote.border\":{\"type\":\"string\",\"description\":\"Border color for block quotes in text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textCodeBlock.background\":{\"type\":\"string\",\"description\":\"Background color for code blocks in text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"widget.shadow\":{\"type\":\"string\",\"description\":\"Shadow color of widgets such as find/replace inside the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"input.background\":{\"type\":\"string\",\"description\":\"Input box background.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"input.foreground\":{\"type\":\"string\",\"description\":\"Input box foreground.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"input.border\":{\"type\":\"string\",\"description\":\"Input box border.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputOption.activeBorder\":{\"type\":\"string\",\"description\":\"Border color of activated options in input fields.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"input.placeholderForeground\":{\"type\":\"string\",\"description\":\"Input box foreground color for placeholder text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.infoBackground\":{\"type\":\"string\",\"description\":\"Input validation background color for information severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.infoBorder\":{\"type\":\"string\",\"description\":\"Input validation border color for information severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.warningBackground\":{\"type\":\"string\",\"description\":\"Input validation background color for warning severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.warningBorder\":{\"type\":\"string\",\"description\":\"Input validation border color for warning severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.errorBackground\":{\"type\":\"string\",\"description\":\"Input validation background color for error severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.errorBorder\":{\"type\":\"string\",\"description\":\"Input validation border color for error severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"dropdown.background\":{\"type\":\"string\",\"description\":\"Dropdown background.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"dropdown.listBackground\":{\"type\":\"string\",\"description\":\"Dropdown list background.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"dropdown.foreground\":{\"type\":\"string\",\"description\":\"Dropdown foreground.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"dropdown.border\":{\"type\":\"string\",\"description\":\"Dropdown border.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.focusBackground\":{\"type\":\"string\",\"description\":\"List/Tree background color for the focused item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.focusForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color for the focused item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.activeSelectionBackground\":{\"type\":\"string\",\"description\":\"List/Tree background color for the selected item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.activeSelectionForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color for the selected item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.inactiveSelectionBackground\":{\"type\":\"string\",\"description\":\"List/Tree background color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.inactiveSelectionForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.inactiveFocusBackground\":{\"type\":\"string\",\"description\":\"List/Tree background color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.hoverBackground\":{\"type\":\"string\",\"description\":\"List/Tree background when hovering over items using the mouse.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.hoverForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground when hovering over items using the mouse.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.dropBackground\":{\"type\":\"string\",\"description\":\"List/Tree drag and drop background when moving items around using the mouse.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.highlightForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color of the match highlights when searching inside the list/tree.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.invalidItemForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color for invalid items, for example an unresolved root in explorer.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.errorForeground\":{\"type\":\"string\",\"description\":\"Foreground color of list items containing errors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.warningForeground\":{\"type\":\"string\",\"description\":\"Foreground color of list items containing warnings.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"pickerGroup.foreground\":{\"type\":\"string\",\"description\":\"Quick picker color for grouping labels.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"pickerGroup.border\":{\"type\":\"string\",\"description\":\"Quick picker color for grouping borders.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"button.foreground\":{\"type\":\"string\",\"description\":\"Button foreground color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"button.background\":{\"type\":\"string\",\"description\":\"Button background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"button.hoverBackground\":{\"type\":\"string\",\"description\":\"Button background color when hovering.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"badge.background\":{\"type\":\"string\",\"description\":\"Badge background color. Badges are small information labels, e.g. for search results count.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"badge.foreground\":{\"type\":\"string\",\"description\":\"Badge foreground color. Badges are small information labels, e.g. for search results count.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"scrollbar.shadow\":{\"type\":\"string\",\"description\":\"Scrollbar shadow to indicate that the view is scrolled.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"scrollbarSlider.background\":{\"type\":\"string\",\"description\":\"Scrollbar slider background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"scrollbarSlider.hoverBackground\":{\"type\":\"string\",\"description\":\"Scrollbar slider background color when hovering.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"scrollbarSlider.activeBackground\":{\"type\":\"string\",\"description\":\"Scrollbar slider background color when clicked on.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"progressBar.background\":{\"type\":\"string\",\"description\":\"Background color of the progress bar that can show for long running operations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.background\":{\"type\":\"string\",\"description\":\"Editor background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.foreground\":{\"type\":\"string\",\"description\":\"Editor default foreground color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWidget.background\":{\"type\":\"string\",\"description\":\"Background color of editor widgets, such as find/replace.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWidget.border\":{\"type\":\"string\",\"description\":\"Border color of editor widgets. The color is only used if the widget chooses to have a border and if the color is not overridden by a widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWidget.resizeBorder\":{\"type\":\"string\",\"description\":\"Border color of the resize bar of editor widgets. The color is only used if the widget chooses to have a resize border and if the color is not overridden by a widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.selectionBackground\":{\"type\":\"string\",\"description\":\"Color of the editor selection.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.selectionForeground\":{\"type\":\"string\",\"description\":\"Color of the selected text for high contrast.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.inactiveSelectionBackground\":{\"type\":\"string\",\"description\":\"Color of the selection in an inactive editor. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.selectionHighlightBackground\":{\"type\":\"string\",\"description\":\"Color for regions with the same content as the selection. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.selectionHighlightBorder\":{\"type\":\"string\",\"description\":\"Border color for regions with the same content as the selection.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findMatchBackground\":{\"type\":\"string\",\"description\":\"Color of the current search match.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findMatchHighlightBackground\":{\"type\":\"string\",\"description\":\"Color of the other search matches. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findRangeHighlightBackground\":{\"type\":\"string\",\"description\":\"Color of the range limiting the search. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findMatchBorder\":{\"type\":\"string\",\"description\":\"Border color of the current search match.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findMatchHighlightBorder\":{\"type\":\"string\",\"description\":\"Border color of the other search matches.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findRangeHighlightBorder\":{\"type\":\"string\",\"description\":\"Border color of the range limiting the search. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.hoverHighlightBackground\":{\"type\":\"string\",\"description\":\"Highlight below the word for which a hover is shown. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorHoverWidget.background\":{\"type\":\"string\",\"description\":\"Background color of the editor hover.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorHoverWidget.border\":{\"type\":\"string\",\"description\":\"Border color of the editor hover.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorLink.activeForeground\":{\"type\":\"string\",\"description\":\"Color of active links.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"diffEditor.insertedTextBackground\":{\"type\":\"string\",\"description\":\"Background color for text that got inserted. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"diffEditor.removedTextBackground\":{\"type\":\"string\",\"description\":\"Background color for text that got removed. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"diffEditor.insertedTextBorder\":{\"type\":\"string\",\"description\":\"Outline color for the text that got inserted.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"diffEditor.removedTextBorder\":{\"type\":\"string\",\"description\":\"Outline color for text that got removed.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.currentHeaderBackground\":{\"type\":\"string\",\"description\":\"Current header background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.currentContentBackground\":{\"type\":\"string\",\"description\":\"Current content background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.incomingHeaderBackground\":{\"type\":\"string\",\"description\":\"Incoming header background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.incomingContentBackground\":{\"type\":\"string\",\"description\":\"Incoming content background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.commonHeaderBackground\":{\"type\":\"string\",\"description\":\"Common ancestor header background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.commonContentBackground\":{\"type\":\"string\",\"description\":\"Common ancestor content background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.border\":{\"type\":\"string\",\"description\":\"Border color on headers and the splitter in inline merge-conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.currentContentForeground\":{\"type\":\"string\",\"description\":\"Current overview ruler foreground for inline merge-conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.incomingContentForeground\":{\"type\":\"string\",\"description\":\"Incoming overview ruler foreground for inline merge-conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.commonContentForeground\":{\"type\":\"string\",\"description\":\"Common ancestor overview ruler foreground for inline merge-conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.findMatchForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for find matches. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.selectionHighlightForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for selection highlights. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.lineHighlightBackground\":{\"type\":\"string\",\"description\":\"Background color for the highlight of line at the cursor position.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.lineHighlightBorder\":{\"type\":\"string\",\"description\":\"Background color for the border around the line at the cursor position.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.rangeHighlightBackground\":{\"type\":\"string\",\"description\":\"Background color of highlighted ranges, like by quick open and find features. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.rangeHighlightBorder\":{\"type\":\"string\",\"description\":\"Background color of the border around highlighted ranges.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorCursor.foreground\":{\"type\":\"string\",\"description\":\"Color of the editor cursor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorCursor.background\":{\"type\":\"string\",\"description\":\"The background color of the editor cursor. Allows customizing the color of a character overlapped by a block cursor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWhitespace.foreground\":{\"type\":\"string\",\"description\":\"Color of whitespace characters in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorIndentGuide.background\":{\"type\":\"string\",\"description\":\"Color of the editor indentation guides.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorIndentGuide.activeBackground\":{\"type\":\"string\",\"description\":\"Color of the active editor indentation guides.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorLineNumber.foreground\":{\"type\":\"string\",\"description\":\"Color of editor line numbers.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorActiveLineNumber.foreground\":{\"type\":\"string\",\"description\":\"Color of editor active line number\",\"format\":\"color-hex\",\"default\":\"#ff0000\",\"deprecationMessage\":\"Id is deprecated. Use 'editorLineNumber.activeForeground' instead.\"},\"editorLineNumber.activeForeground\":{\"type\":\"string\",\"description\":\"Color of editor active line number\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorRuler.foreground\":{\"type\":\"string\",\"description\":\"Color of the editor rulers.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorCodeLens.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of editor code lenses\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorBracketMatch.background\":{\"type\":\"string\",\"description\":\"Background color behind matching brackets\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorBracketMatch.border\":{\"type\":\"string\",\"description\":\"Color for matching brackets boxes\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.border\":{\"type\":\"string\",\"description\":\"Color of the overview ruler border.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGutter.background\":{\"type\":\"string\",\"description\":\"Background color of the editor gutter. The gutter contains the glyph margins and the line numbers.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorError.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of error squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorError.border\":{\"type\":\"string\",\"description\":\"Border color of error squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWarning.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of warning squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWarning.border\":{\"type\":\"string\",\"description\":\"Border color of warning squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorInfo.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of info squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorInfo.border\":{\"type\":\"string\",\"description\":\"Border color of info squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorHint.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of hint squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorHint.border\":{\"type\":\"string\",\"description\":\"Border color of hint squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorUnnecessaryCode.border\":{\"type\":\"string\",\"description\":\"Border of unnecessary code in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorUnnecessaryCode.opacity\":{\"type\":\"string\",\"description\":\"Opacity of unnecessary code in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.rangeHighlightForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for range highlights. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.errorForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for errors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.warningForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for warnings.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.infoForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for infos.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.bracketMatchForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for matching brackets.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorMarkerNavigationError.background\":{\"type\":\"string\",\"description\":\"Editor marker navigation widget error color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorMarkerNavigationWarning.background\":{\"type\":\"string\",\"description\":\"Editor marker navigation widget warning color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorMarkerNavigationInfo.background\":{\"type\":\"string\",\"description\":\"Editor marker navigation widget info color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorMarkerNavigation.background\":{\"type\":\"string\",\"description\":\"Editor marker navigation widget background.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.background\":{\"type\":\"string\",\"description\":\"Background color of the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.border\":{\"type\":\"string\",\"description\":\"Border color of the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.selectedBackground\":{\"type\":\"string\",\"description\":\"Background color of the selected entry in the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.highlightForeground\":{\"type\":\"string\",\"description\":\"Color of the match highlights in the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.wordHighlightBackground\":{\"type\":\"string\",\"description\":\"Background color of a symbol during read-access, like reading a variable. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.wordHighlightStrongBackground\":{\"type\":\"string\",\"description\":\"Background color of a symbol during write-access, like writing to a variable. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.wordHighlightBorder\":{\"type\":\"string\",\"description\":\"Border color of a symbol during read-access, like reading a variable.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.wordHighlightStrongBorder\":{\"type\":\"string\",\"description\":\"Border color of a symbol during write-access, like writing to a variable.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.wordHighlightForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for symbol highlights. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.wordHighlightStrongForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for write-access symbol highlights. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewTitle.background\":{\"type\":\"string\",\"description\":\"Background color of the peek view title area.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewTitleLabel.foreground\":{\"type\":\"string\",\"description\":\"Color of the peek view title.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewTitleDescription.foreground\":{\"type\":\"string\",\"description\":\"Color of the peek view title info.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekView.border\":{\"type\":\"string\",\"description\":\"Color of the peek view borders and arrow.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.background\":{\"type\":\"string\",\"description\":\"Background color of the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.lineForeground\":{\"type\":\"string\",\"description\":\"Foreground color for line nodes in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.fileForeground\":{\"type\":\"string\",\"description\":\"Foreground color for file nodes in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.selectionBackground\":{\"type\":\"string\",\"description\":\"Background color of the selected entry in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.selectionForeground\":{\"type\":\"string\",\"description\":\"Foreground color of the selected entry in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewEditor.background\":{\"type\":\"string\",\"description\":\"Background color of the peek view editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewEditorGutter.background\":{\"type\":\"string\",\"description\":\"Background color of the gutter in the peek view editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.matchHighlightBackground\":{\"type\":\"string\",\"description\":\"Match highlight color in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewEditor.matchHighlightBackground\":{\"type\":\"string\",\"description\":\"Match highlight color in the peek view editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewEditor.matchHighlightBorder\":{\"type\":\"string\",\"description\":\"Match highlight border in the peek view editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.activeBackground\":{\"type\":\"string\",\"description\":\"Active tab background color. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.inactiveBackground\":{\"type\":\"string\",\"description\":\"Inactive tab background color. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.hoverBackground\":{\"type\":\"string\",\"description\":\"Tab background color when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedHoverBackground\":{\"type\":\"string\",\"description\":\"Tab background color in an unfocused group when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.border\":{\"type\":\"string\",\"description\":\"Border to separate tabs from each other. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.activeBorder\":{\"type\":\"string\",\"description\":\"Border on the bottom of an active tab. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.activeBorderTop\":{\"type\":\"string\",\"description\":\"Border to the top of an active tab. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedActiveBorder\":{\"type\":\"string\",\"description\":\"Border on the bottom of an active tab in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedActiveBorderTop\":{\"type\":\"string\",\"description\":\"Border to the top of an active tab in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.hoverBorder\":{\"type\":\"string\",\"description\":\"Border to highlight tabs when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedHoverBorder\":{\"type\":\"string\",\"description\":\"Border to highlight tabs in an unfocused group when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.activeForeground\":{\"type\":\"string\",\"description\":\"Active tab foreground color in an active group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.inactiveForeground\":{\"type\":\"string\",\"description\":\"Inactive tab foreground color in an active group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedActiveForeground\":{\"type\":\"string\",\"description\":\"Active tab foreground color in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedInactiveForeground\":{\"type\":\"string\",\"description\":\"Inactive tab foreground color in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroup.background\":{\"type\":\"string\",\"description\":\"Deprecated background color of an editor group.\",\"format\":\"color-hex\",\"default\":\"#ff0000\",\"deprecationMessage\":\"Deprecated: Background color of an editor group is no longer being supported with the introduction of the grid editor layout. You can use editorGroup.emptyBackground to set the background color of empty editor groups.\"},\"editorGroup.emptyBackground\":{\"type\":\"string\",\"description\":\"Background color of an empty editor group. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroup.focusedEmptyBorder\":{\"type\":\"string\",\"description\":\"Border color of an empty editor group that is focused. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroupHeader.tabsBackground\":{\"type\":\"string\",\"description\":\"Background color of the editor group title header when tabs are enabled. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroupHeader.tabsBorder\":{\"type\":\"string\",\"description\":\"Border color of the editor group title header when tabs are enabled. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroupHeader.noTabsBackground\":{\"type\":\"string\",\"description\":\"Background color of the editor group title header when tabs are disabled (`\\\"workbench.editor.showTabs\\\": false`). Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroup.border\":{\"type\":\"string\",\"description\":\"Color to separate multiple editor groups from each other. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroup.dropBackground\":{\"type\":\"string\",\"description\":\"Background color when dragging editors around. The color should have transparency so that the editor contents can still shine through.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panel.background\":{\"type\":\"string\",\"description\":\"Panel background color. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panel.border\":{\"type\":\"string\",\"description\":\"Panel border color to separate the panel from the editor. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panelTitle.activeForeground\":{\"type\":\"string\",\"description\":\"Title color for the active panel. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panelTitle.inactiveForeground\":{\"type\":\"string\",\"description\":\"Title color for the inactive panel. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panelTitle.activeBorder\":{\"type\":\"string\",\"description\":\"Border color for the active panel title. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panel.dropBackground\":{\"type\":\"string\",\"description\":\"Drag and drop feedback color for the panel title items. The color should have transparency so that the panel entries can still shine through. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.foreground\":{\"type\":\"string\",\"description\":\"Status bar foreground color when a workspace is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.noFolderForeground\":{\"type\":\"string\",\"description\":\"Status bar foreground color when no folder is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.background\":{\"type\":\"string\",\"description\":\"Status bar background color when a workspace is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.noFolderBackground\":{\"type\":\"string\",\"description\":\"Status bar background color when no folder is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.border\":{\"type\":\"string\",\"description\":\"Status bar border color separating to the sidebar and editor. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.noFolderBorder\":{\"type\":\"string\",\"description\":\"Status bar border color separating to the sidebar and editor when no folder is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBarItem.activeBackground\":{\"type\":\"string\",\"description\":\"Status bar item background color when clicking. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBarItem.hoverBackground\":{\"type\":\"string\",\"description\":\"Status bar item background color when hovering. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBarItem.prominentBackground\":{\"type\":\"string\",\"description\":\"Status bar prominent items background color. Prominent items stand out from other status bar entries to indicate importance. Change mode `Toggle Tab Key Moves Focus` from command palette to see an example. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBarItem.prominentHoverBackground\":{\"type\":\"string\",\"description\":\"Status bar prominent items background color when hovering. Prominent items stand out from other status bar entries to indicate importance. Change mode `Toggle Tab Key Moves Focus` from command palette to see an example. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBar.background\":{\"type\":\"string\",\"description\":\"Activity bar background color. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBar.foreground\":{\"type\":\"string\",\"description\":\"Activity bar foreground color (e.g. used for the icons). The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBar.border\":{\"type\":\"string\",\"description\":\"Activity bar border color separating to the side bar. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBar.dropBackground\":{\"type\":\"string\",\"description\":\"Drag and drop feedback color for the activity bar items. The color should have transparency so that the activity bar entries can still shine through. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBarBadge.background\":{\"type\":\"string\",\"description\":\"Activity notification badge background color. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBarBadge.foreground\":{\"type\":\"string\",\"description\":\"Activity notification badge foreground color. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBar.background\":{\"type\":\"string\",\"description\":\"Side bar background color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBar.foreground\":{\"type\":\"string\",\"description\":\"Side bar foreground color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBar.border\":{\"type\":\"string\",\"description\":\"Side bar border color on the side separating to the editor. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBarTitle.foreground\":{\"type\":\"string\",\"description\":\"Side bar title foreground color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBar.dropBackground\":{\"type\":\"string\",\"description\":\"Drag and drop feedback color for the side bar sections. The color should have transparency so that the side bar sections can still shine through. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBarSectionHeader.background\":{\"type\":\"string\",\"description\":\"Side bar section header background color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBarSectionHeader.foreground\":{\"type\":\"string\",\"description\":\"Side bar section header foreground color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.activeForeground\":{\"type\":\"string\",\"description\":\"Title bar foreground when the window is active. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.inactiveForeground\":{\"type\":\"string\",\"description\":\"Title bar foreground when the window is inactive. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.activeBackground\":{\"type\":\"string\",\"description\":\"Title bar background when the window is active. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.inactiveBackground\":{\"type\":\"string\",\"description\":\"Title bar background when the window is inactive. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.border\":{\"type\":\"string\",\"description\":\"Title bar border color. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationCenter.border\":{\"type\":\"string\",\"description\":\"Notifications center border color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationToast.border\":{\"type\":\"string\",\"description\":\"Notification toast border color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notifications.foreground\":{\"type\":\"string\",\"description\":\"Notifications foreground color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notifications.background\":{\"type\":\"string\",\"description\":\"Notifications background color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationLink.foreground\":{\"type\":\"string\",\"description\":\"Notification links foreground color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationCenterHeader.foreground\":{\"type\":\"string\",\"description\":\"Notifications center header foreground color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationCenterHeader.background\":{\"type\":\"string\",\"description\":\"Notifications center header background color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notifications.border\":{\"type\":\"string\",\"description\":\"Notifications border color separating from other notifications in the notifications center. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"settings.modifiedItemForeground\":{\"type\":\"string\",\"description\":\"(For settings editor preview) The foreground color for a modified setting.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.background\":{\"type\":\"string\",\"description\":\"The background color of the terminal, this allows coloring the terminal differently to the panel.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.foreground\":{\"type\":\"string\",\"description\":\"The foreground color of the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminalCursor.foreground\":{\"type\":\"string\",\"description\":\"The foreground color of the terminal cursor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminalCursor.background\":{\"type\":\"string\",\"description\":\"The background color of the terminal cursor. Allows customizing the color of a character overlapped by a block cursor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.selectionBackground\":{\"type\":\"string\",\"description\":\"The selection background color of the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.border\":{\"type\":\"string\",\"description\":\"The color of the border that separates split panes within the terminal. This defaults to panel.border.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"debugExceptionWidget.border\":{\"type\":\"string\",\"description\":\"Exception widget border color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"debugExceptionWidget.background\":{\"type\":\"string\",\"description\":\"Exception widget background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"welcomePage.buttonBackground\":{\"type\":\"string\",\"description\":\"Background color for the buttons on the Welcome page.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"welcomePage.buttonHoverBackground\":{\"type\":\"string\",\"description\":\"Hover background color for the buttons on the Welcome page.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"walkThrough.embeddedEditorBackground\":{\"type\":\"string\",\"description\":\"Background color for the embedded editors on the Interactive Playground.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.debuggingBackground\":{\"type\":\"string\",\"description\":\"Status bar background color when a program is being debugged. The status bar is shown in the bottom of the window\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.debuggingForeground\":{\"type\":\"string\",\"description\":\"Status bar foreground color when a program is being debugged. The status bar is shown in the bottom of the window\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.debuggingBorder\":{\"type\":\"string\",\"description\":\"Status bar border color separating to the sidebar and editor when a program is being debugged. The status bar is shown in the bottom of the window\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGutter.modifiedBackground\":{\"type\":\"string\",\"description\":\"Editor gutter background color for lines that are modified.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGutter.addedBackground\":{\"type\":\"string\",\"description\":\"Editor gutter background color for lines that are added.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGutter.deletedBackground\":{\"type\":\"string\",\"description\":\"Editor gutter background color for lines that are deleted.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.modifiedForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for modified content.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.addedForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for added content.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.deletedForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for deleted content.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"debugToolBar.background\":{\"type\":\"string\",\"description\":\"Debug toolbar background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"debugToolBar.border\":{\"type\":\"string\",\"description\":\"Debug toolbar border color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorPane.background\":{\"type\":\"string\",\"description\":\"Background color of the editor pane visible on the left and right side of the centered editor layout.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"extensionButton.prominentBackground\":{\"type\":\"string\",\"description\":\"Button background color for actions extension that stand out (e.g. install button).\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"extensionButton.prominentForeground\":{\"type\":\"string\",\"description\":\"Button foreground color for actions extension that stand out (e.g. install button).\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"extensionButton.prominentHoverBackground\":{\"type\":\"string\",\"description\":\"Button background hover color for actions extension that stand out (e.g. install button).\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBlack\":{\"type\":\"string\",\"description\":\"'Black' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiRed\":{\"type\":\"string\",\"description\":\"'Red' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiGreen\":{\"type\":\"string\",\"description\":\"'Green' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiYellow\":{\"type\":\"string\",\"description\":\"'Yellow' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBlue\":{\"type\":\"string\",\"description\":\"'Blue' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiMagenta\":{\"type\":\"string\",\"description\":\"'Magenta' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiCyan\":{\"type\":\"string\",\"description\":\"'Cyan' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiWhite\":{\"type\":\"string\",\"description\":\"'White' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightBlack\":{\"type\":\"string\",\"description\":\"'BrightBlack' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightRed\":{\"type\":\"string\",\"description\":\"'BrightRed' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightGreen\":{\"type\":\"string\",\"description\":\"'BrightGreen' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightYellow\":{\"type\":\"string\",\"description\":\"'BrightYellow' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightBlue\":{\"type\":\"string\",\"description\":\"'BrightBlue' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightMagenta\":{\"type\":\"string\",\"description\":\"'BrightMagenta' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightCyan\":{\"type\":\"string\",\"description\":\"'BrightCyan' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightWhite\":{\"type\":\"string\",\"description\":\"'BrightWhite' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.addedResourceForeground\":{\"type\":\"string\",\"description\":\"Color for added resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.modifiedResourceForeground\":{\"type\":\"string\",\"description\":\"Color for modified resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.deletedResourceForeground\":{\"type\":\"string\",\"description\":\"Color for deleted resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.untrackedResourceForeground\":{\"type\":\"string\",\"description\":\"Color for untracked resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.ignoredResourceForeground\":{\"type\":\"string\",\"description\":\"Color for ignored resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.conflictingResourceForeground\":{\"type\":\"string\",\"description\":\"Color for resources with conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.submoduleResourceForeground\":{\"type\":\"string\",\"description\":\"Color for submodule resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"}},\"additionalProperties\":false,\"default\":{},\"defaultSnippets\":[{\"body\":{\"statusBar.background\":\"#666666\",\"panel.background\":\"#555555\",\"sideBar.background\":\"#444444\"}}],\"scope\":2},\"[Default High Contrast]\":{\"type\":\"object\",\"description\":\"Overrides colors from the currently selected color theme.\",\"properties\":{\"foreground\":{\"type\":\"string\",\"description\":\"Overall foreground color. This color is only used if not overridden by a component.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"errorForeground\":{\"type\":\"string\",\"description\":\"Overall foreground color for error messages. This color is only used if not overridden by a component.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"descriptionForeground\":{\"type\":\"string\",\"description\":\"Foreground color for description text providing additional information, for example for a label.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"focusBorder\":{\"type\":\"string\",\"description\":\"Overall border color for focused elements. This color is only used if not overridden by a component.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"contrastBorder\":{\"type\":\"string\",\"description\":\"An extra border around elements to separate them from others for greater contrast.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"contrastActiveBorder\":{\"type\":\"string\",\"description\":\"An extra border around active elements to separate them from others for greater contrast.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"selection.background\":{\"type\":\"string\",\"description\":\"The background color of text selections in the workbench (e.g. for input fields or text areas). Note that this does not apply to selections within the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textSeparator.foreground\":{\"type\":\"string\",\"description\":\"Color for text separators.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textLink.foreground\":{\"type\":\"string\",\"description\":\"Foreground color for links in text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textLink.activeForeground\":{\"type\":\"string\",\"description\":\"Foreground color for links in text when clicked on and on mouse hover.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textPreformat.foreground\":{\"type\":\"string\",\"description\":\"Foreground color for preformatted text segments.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textBlockQuote.background\":{\"type\":\"string\",\"description\":\"Background color for block quotes in text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textBlockQuote.border\":{\"type\":\"string\",\"description\":\"Border color for block quotes in text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textCodeBlock.background\":{\"type\":\"string\",\"description\":\"Background color for code blocks in text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"widget.shadow\":{\"type\":\"string\",\"description\":\"Shadow color of widgets such as find/replace inside the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"input.background\":{\"type\":\"string\",\"description\":\"Input box background.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"input.foreground\":{\"type\":\"string\",\"description\":\"Input box foreground.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"input.border\":{\"type\":\"string\",\"description\":\"Input box border.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputOption.activeBorder\":{\"type\":\"string\",\"description\":\"Border color of activated options in input fields.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"input.placeholderForeground\":{\"type\":\"string\",\"description\":\"Input box foreground color for placeholder text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.infoBackground\":{\"type\":\"string\",\"description\":\"Input validation background color for information severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.infoBorder\":{\"type\":\"string\",\"description\":\"Input validation border color for information severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.warningBackground\":{\"type\":\"string\",\"description\":\"Input validation background color for warning severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.warningBorder\":{\"type\":\"string\",\"description\":\"Input validation border color for warning severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.errorBackground\":{\"type\":\"string\",\"description\":\"Input validation background color for error severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.errorBorder\":{\"type\":\"string\",\"description\":\"Input validation border color for error severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"dropdown.background\":{\"type\":\"string\",\"description\":\"Dropdown background.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"dropdown.listBackground\":{\"type\":\"string\",\"description\":\"Dropdown list background.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"dropdown.foreground\":{\"type\":\"string\",\"description\":\"Dropdown foreground.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"dropdown.border\":{\"type\":\"string\",\"description\":\"Dropdown border.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.focusBackground\":{\"type\":\"string\",\"description\":\"List/Tree background color for the focused item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.focusForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color for the focused item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.activeSelectionBackground\":{\"type\":\"string\",\"description\":\"List/Tree background color for the selected item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.activeSelectionForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color for the selected item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.inactiveSelectionBackground\":{\"type\":\"string\",\"description\":\"List/Tree background color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.inactiveSelectionForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.inactiveFocusBackground\":{\"type\":\"string\",\"description\":\"List/Tree background color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.hoverBackground\":{\"type\":\"string\",\"description\":\"List/Tree background when hovering over items using the mouse.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.hoverForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground when hovering over items using the mouse.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.dropBackground\":{\"type\":\"string\",\"description\":\"List/Tree drag and drop background when moving items around using the mouse.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.highlightForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color of the match highlights when searching inside the list/tree.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.invalidItemForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color for invalid items, for example an unresolved root in explorer.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.errorForeground\":{\"type\":\"string\",\"description\":\"Foreground color of list items containing errors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.warningForeground\":{\"type\":\"string\",\"description\":\"Foreground color of list items containing warnings.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"pickerGroup.foreground\":{\"type\":\"string\",\"description\":\"Quick picker color for grouping labels.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"pickerGroup.border\":{\"type\":\"string\",\"description\":\"Quick picker color for grouping borders.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"button.foreground\":{\"type\":\"string\",\"description\":\"Button foreground color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"button.background\":{\"type\":\"string\",\"description\":\"Button background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"button.hoverBackground\":{\"type\":\"string\",\"description\":\"Button background color when hovering.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"badge.background\":{\"type\":\"string\",\"description\":\"Badge background color. Badges are small information labels, e.g. for search results count.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"badge.foreground\":{\"type\":\"string\",\"description\":\"Badge foreground color. Badges are small information labels, e.g. for search results count.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"scrollbar.shadow\":{\"type\":\"string\",\"description\":\"Scrollbar shadow to indicate that the view is scrolled.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"scrollbarSlider.background\":{\"type\":\"string\",\"description\":\"Scrollbar slider background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"scrollbarSlider.hoverBackground\":{\"type\":\"string\",\"description\":\"Scrollbar slider background color when hovering.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"scrollbarSlider.activeBackground\":{\"type\":\"string\",\"description\":\"Scrollbar slider background color when clicked on.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"progressBar.background\":{\"type\":\"string\",\"description\":\"Background color of the progress bar that can show for long running operations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.background\":{\"type\":\"string\",\"description\":\"Editor background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.foreground\":{\"type\":\"string\",\"description\":\"Editor default foreground color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWidget.background\":{\"type\":\"string\",\"description\":\"Background color of editor widgets, such as find/replace.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWidget.border\":{\"type\":\"string\",\"description\":\"Border color of editor widgets. The color is only used if the widget chooses to have a border and if the color is not overridden by a widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWidget.resizeBorder\":{\"type\":\"string\",\"description\":\"Border color of the resize bar of editor widgets. The color is only used if the widget chooses to have a resize border and if the color is not overridden by a widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.selectionBackground\":{\"type\":\"string\",\"description\":\"Color of the editor selection.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.selectionForeground\":{\"type\":\"string\",\"description\":\"Color of the selected text for high contrast.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.inactiveSelectionBackground\":{\"type\":\"string\",\"description\":\"Color of the selection in an inactive editor. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.selectionHighlightBackground\":{\"type\":\"string\",\"description\":\"Color for regions with the same content as the selection. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.selectionHighlightBorder\":{\"type\":\"string\",\"description\":\"Border color for regions with the same content as the selection.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findMatchBackground\":{\"type\":\"string\",\"description\":\"Color of the current search match.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findMatchHighlightBackground\":{\"type\":\"string\",\"description\":\"Color of the other search matches. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findRangeHighlightBackground\":{\"type\":\"string\",\"description\":\"Color of the range limiting the search. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findMatchBorder\":{\"type\":\"string\",\"description\":\"Border color of the current search match.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findMatchHighlightBorder\":{\"type\":\"string\",\"description\":\"Border color of the other search matches.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findRangeHighlightBorder\":{\"type\":\"string\",\"description\":\"Border color of the range limiting the search. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.hoverHighlightBackground\":{\"type\":\"string\",\"description\":\"Highlight below the word for which a hover is shown. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorHoverWidget.background\":{\"type\":\"string\",\"description\":\"Background color of the editor hover.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorHoverWidget.border\":{\"type\":\"string\",\"description\":\"Border color of the editor hover.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorLink.activeForeground\":{\"type\":\"string\",\"description\":\"Color of active links.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"diffEditor.insertedTextBackground\":{\"type\":\"string\",\"description\":\"Background color for text that got inserted. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"diffEditor.removedTextBackground\":{\"type\":\"string\",\"description\":\"Background color for text that got removed. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"diffEditor.insertedTextBorder\":{\"type\":\"string\",\"description\":\"Outline color for the text that got inserted.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"diffEditor.removedTextBorder\":{\"type\":\"string\",\"description\":\"Outline color for text that got removed.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.currentHeaderBackground\":{\"type\":\"string\",\"description\":\"Current header background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.currentContentBackground\":{\"type\":\"string\",\"description\":\"Current content background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.incomingHeaderBackground\":{\"type\":\"string\",\"description\":\"Incoming header background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.incomingContentBackground\":{\"type\":\"string\",\"description\":\"Incoming content background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.commonHeaderBackground\":{\"type\":\"string\",\"description\":\"Common ancestor header background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.commonContentBackground\":{\"type\":\"string\",\"description\":\"Common ancestor content background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.border\":{\"type\":\"string\",\"description\":\"Border color on headers and the splitter in inline merge-conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.currentContentForeground\":{\"type\":\"string\",\"description\":\"Current overview ruler foreground for inline merge-conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.incomingContentForeground\":{\"type\":\"string\",\"description\":\"Incoming overview ruler foreground for inline merge-conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.commonContentForeground\":{\"type\":\"string\",\"description\":\"Common ancestor overview ruler foreground for inline merge-conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.findMatchForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for find matches. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.selectionHighlightForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for selection highlights. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.lineHighlightBackground\":{\"type\":\"string\",\"description\":\"Background color for the highlight of line at the cursor position.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.lineHighlightBorder\":{\"type\":\"string\",\"description\":\"Background color for the border around the line at the cursor position.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.rangeHighlightBackground\":{\"type\":\"string\",\"description\":\"Background color of highlighted ranges, like by quick open and find features. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.rangeHighlightBorder\":{\"type\":\"string\",\"description\":\"Background color of the border around highlighted ranges.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorCursor.foreground\":{\"type\":\"string\",\"description\":\"Color of the editor cursor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorCursor.background\":{\"type\":\"string\",\"description\":\"The background color of the editor cursor. Allows customizing the color of a character overlapped by a block cursor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWhitespace.foreground\":{\"type\":\"string\",\"description\":\"Color of whitespace characters in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorIndentGuide.background\":{\"type\":\"string\",\"description\":\"Color of the editor indentation guides.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorIndentGuide.activeBackground\":{\"type\":\"string\",\"description\":\"Color of the active editor indentation guides.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorLineNumber.foreground\":{\"type\":\"string\",\"description\":\"Color of editor line numbers.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorActiveLineNumber.foreground\":{\"type\":\"string\",\"description\":\"Color of editor active line number\",\"format\":\"color-hex\",\"default\":\"#ff0000\",\"deprecationMessage\":\"Id is deprecated. Use 'editorLineNumber.activeForeground' instead.\"},\"editorLineNumber.activeForeground\":{\"type\":\"string\",\"description\":\"Color of editor active line number\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorRuler.foreground\":{\"type\":\"string\",\"description\":\"Color of the editor rulers.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorCodeLens.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of editor code lenses\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorBracketMatch.background\":{\"type\":\"string\",\"description\":\"Background color behind matching brackets\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorBracketMatch.border\":{\"type\":\"string\",\"description\":\"Color for matching brackets boxes\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.border\":{\"type\":\"string\",\"description\":\"Color of the overview ruler border.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGutter.background\":{\"type\":\"string\",\"description\":\"Background color of the editor gutter. The gutter contains the glyph margins and the line numbers.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorError.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of error squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorError.border\":{\"type\":\"string\",\"description\":\"Border color of error squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWarning.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of warning squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWarning.border\":{\"type\":\"string\",\"description\":\"Border color of warning squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorInfo.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of info squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorInfo.border\":{\"type\":\"string\",\"description\":\"Border color of info squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorHint.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of hint squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorHint.border\":{\"type\":\"string\",\"description\":\"Border color of hint squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorUnnecessaryCode.border\":{\"type\":\"string\",\"description\":\"Border of unnecessary code in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorUnnecessaryCode.opacity\":{\"type\":\"string\",\"description\":\"Opacity of unnecessary code in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.rangeHighlightForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for range highlights. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.errorForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for errors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.warningForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for warnings.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.infoForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for infos.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.bracketMatchForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for matching brackets.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorMarkerNavigationError.background\":{\"type\":\"string\",\"description\":\"Editor marker navigation widget error color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorMarkerNavigationWarning.background\":{\"type\":\"string\",\"description\":\"Editor marker navigation widget warning color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorMarkerNavigationInfo.background\":{\"type\":\"string\",\"description\":\"Editor marker navigation widget info color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorMarkerNavigation.background\":{\"type\":\"string\",\"description\":\"Editor marker navigation widget background.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.background\":{\"type\":\"string\",\"description\":\"Background color of the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.border\":{\"type\":\"string\",\"description\":\"Border color of the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.selectedBackground\":{\"type\":\"string\",\"description\":\"Background color of the selected entry in the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.highlightForeground\":{\"type\":\"string\",\"description\":\"Color of the match highlights in the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.wordHighlightBackground\":{\"type\":\"string\",\"description\":\"Background color of a symbol during read-access, like reading a variable. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.wordHighlightStrongBackground\":{\"type\":\"string\",\"description\":\"Background color of a symbol during write-access, like writing to a variable. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.wordHighlightBorder\":{\"type\":\"string\",\"description\":\"Border color of a symbol during read-access, like reading a variable.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.wordHighlightStrongBorder\":{\"type\":\"string\",\"description\":\"Border color of a symbol during write-access, like writing to a variable.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.wordHighlightForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for symbol highlights. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.wordHighlightStrongForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for write-access symbol highlights. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewTitle.background\":{\"type\":\"string\",\"description\":\"Background color of the peek view title area.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewTitleLabel.foreground\":{\"type\":\"string\",\"description\":\"Color of the peek view title.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewTitleDescription.foreground\":{\"type\":\"string\",\"description\":\"Color of the peek view title info.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekView.border\":{\"type\":\"string\",\"description\":\"Color of the peek view borders and arrow.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.background\":{\"type\":\"string\",\"description\":\"Background color of the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.lineForeground\":{\"type\":\"string\",\"description\":\"Foreground color for line nodes in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.fileForeground\":{\"type\":\"string\",\"description\":\"Foreground color for file nodes in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.selectionBackground\":{\"type\":\"string\",\"description\":\"Background color of the selected entry in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.selectionForeground\":{\"type\":\"string\",\"description\":\"Foreground color of the selected entry in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewEditor.background\":{\"type\":\"string\",\"description\":\"Background color of the peek view editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewEditorGutter.background\":{\"type\":\"string\",\"description\":\"Background color of the gutter in the peek view editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.matchHighlightBackground\":{\"type\":\"string\",\"description\":\"Match highlight color in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewEditor.matchHighlightBackground\":{\"type\":\"string\",\"description\":\"Match highlight color in the peek view editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewEditor.matchHighlightBorder\":{\"type\":\"string\",\"description\":\"Match highlight border in the peek view editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.activeBackground\":{\"type\":\"string\",\"description\":\"Active tab background color. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.inactiveBackground\":{\"type\":\"string\",\"description\":\"Inactive tab background color. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.hoverBackground\":{\"type\":\"string\",\"description\":\"Tab background color when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedHoverBackground\":{\"type\":\"string\",\"description\":\"Tab background color in an unfocused group when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.border\":{\"type\":\"string\",\"description\":\"Border to separate tabs from each other. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.activeBorder\":{\"type\":\"string\",\"description\":\"Border on the bottom of an active tab. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.activeBorderTop\":{\"type\":\"string\",\"description\":\"Border to the top of an active tab. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedActiveBorder\":{\"type\":\"string\",\"description\":\"Border on the bottom of an active tab in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedActiveBorderTop\":{\"type\":\"string\",\"description\":\"Border to the top of an active tab in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.hoverBorder\":{\"type\":\"string\",\"description\":\"Border to highlight tabs when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedHoverBorder\":{\"type\":\"string\",\"description\":\"Border to highlight tabs in an unfocused group when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.activeForeground\":{\"type\":\"string\",\"description\":\"Active tab foreground color in an active group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.inactiveForeground\":{\"type\":\"string\",\"description\":\"Inactive tab foreground color in an active group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedActiveForeground\":{\"type\":\"string\",\"description\":\"Active tab foreground color in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedInactiveForeground\":{\"type\":\"string\",\"description\":\"Inactive tab foreground color in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroup.background\":{\"type\":\"string\",\"description\":\"Deprecated background color of an editor group.\",\"format\":\"color-hex\",\"default\":\"#ff0000\",\"deprecationMessage\":\"Deprecated: Background color of an editor group is no longer being supported with the introduction of the grid editor layout. You can use editorGroup.emptyBackground to set the background color of empty editor groups.\"},\"editorGroup.emptyBackground\":{\"type\":\"string\",\"description\":\"Background color of an empty editor group. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroup.focusedEmptyBorder\":{\"type\":\"string\",\"description\":\"Border color of an empty editor group that is focused. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroupHeader.tabsBackground\":{\"type\":\"string\",\"description\":\"Background color of the editor group title header when tabs are enabled. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroupHeader.tabsBorder\":{\"type\":\"string\",\"description\":\"Border color of the editor group title header when tabs are enabled. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroupHeader.noTabsBackground\":{\"type\":\"string\",\"description\":\"Background color of the editor group title header when tabs are disabled (`\\\"workbench.editor.showTabs\\\": false`). Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroup.border\":{\"type\":\"string\",\"description\":\"Color to separate multiple editor groups from each other. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroup.dropBackground\":{\"type\":\"string\",\"description\":\"Background color when dragging editors around. The color should have transparency so that the editor contents can still shine through.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panel.background\":{\"type\":\"string\",\"description\":\"Panel background color. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panel.border\":{\"type\":\"string\",\"description\":\"Panel border color to separate the panel from the editor. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panelTitle.activeForeground\":{\"type\":\"string\",\"description\":\"Title color for the active panel. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panelTitle.inactiveForeground\":{\"type\":\"string\",\"description\":\"Title color for the inactive panel. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panelTitle.activeBorder\":{\"type\":\"string\",\"description\":\"Border color for the active panel title. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panel.dropBackground\":{\"type\":\"string\",\"description\":\"Drag and drop feedback color for the panel title items. The color should have transparency so that the panel entries can still shine through. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.foreground\":{\"type\":\"string\",\"description\":\"Status bar foreground color when a workspace is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.noFolderForeground\":{\"type\":\"string\",\"description\":\"Status bar foreground color when no folder is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.background\":{\"type\":\"string\",\"description\":\"Status bar background color when a workspace is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.noFolderBackground\":{\"type\":\"string\",\"description\":\"Status bar background color when no folder is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.border\":{\"type\":\"string\",\"description\":\"Status bar border color separating to the sidebar and editor. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.noFolderBorder\":{\"type\":\"string\",\"description\":\"Status bar border color separating to the sidebar and editor when no folder is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBarItem.activeBackground\":{\"type\":\"string\",\"description\":\"Status bar item background color when clicking. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBarItem.hoverBackground\":{\"type\":\"string\",\"description\":\"Status bar item background color when hovering. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBarItem.prominentBackground\":{\"type\":\"string\",\"description\":\"Status bar prominent items background color. Prominent items stand out from other status bar entries to indicate importance. Change mode `Toggle Tab Key Moves Focus` from command palette to see an example. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBarItem.prominentHoverBackground\":{\"type\":\"string\",\"description\":\"Status bar prominent items background color when hovering. Prominent items stand out from other status bar entries to indicate importance. Change mode `Toggle Tab Key Moves Focus` from command palette to see an example. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBar.background\":{\"type\":\"string\",\"description\":\"Activity bar background color. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBar.foreground\":{\"type\":\"string\",\"description\":\"Activity bar foreground color (e.g. used for the icons). The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBar.border\":{\"type\":\"string\",\"description\":\"Activity bar border color separating to the side bar. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBar.dropBackground\":{\"type\":\"string\",\"description\":\"Drag and drop feedback color for the activity bar items. The color should have transparency so that the activity bar entries can still shine through. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBarBadge.background\":{\"type\":\"string\",\"description\":\"Activity notification badge background color. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBarBadge.foreground\":{\"type\":\"string\",\"description\":\"Activity notification badge foreground color. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBar.background\":{\"type\":\"string\",\"description\":\"Side bar background color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBar.foreground\":{\"type\":\"string\",\"description\":\"Side bar foreground color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBar.border\":{\"type\":\"string\",\"description\":\"Side bar border color on the side separating to the editor. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBarTitle.foreground\":{\"type\":\"string\",\"description\":\"Side bar title foreground color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBar.dropBackground\":{\"type\":\"string\",\"description\":\"Drag and drop feedback color for the side bar sections. The color should have transparency so that the side bar sections can still shine through. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBarSectionHeader.background\":{\"type\":\"string\",\"description\":\"Side bar section header background color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBarSectionHeader.foreground\":{\"type\":\"string\",\"description\":\"Side bar section header foreground color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.activeForeground\":{\"type\":\"string\",\"description\":\"Title bar foreground when the window is active. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.inactiveForeground\":{\"type\":\"string\",\"description\":\"Title bar foreground when the window is inactive. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.activeBackground\":{\"type\":\"string\",\"description\":\"Title bar background when the window is active. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.inactiveBackground\":{\"type\":\"string\",\"description\":\"Title bar background when the window is inactive. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.border\":{\"type\":\"string\",\"description\":\"Title bar border color. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationCenter.border\":{\"type\":\"string\",\"description\":\"Notifications center border color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationToast.border\":{\"type\":\"string\",\"description\":\"Notification toast border color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notifications.foreground\":{\"type\":\"string\",\"description\":\"Notifications foreground color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notifications.background\":{\"type\":\"string\",\"description\":\"Notifications background color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationLink.foreground\":{\"type\":\"string\",\"description\":\"Notification links foreground color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationCenterHeader.foreground\":{\"type\":\"string\",\"description\":\"Notifications center header foreground color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationCenterHeader.background\":{\"type\":\"string\",\"description\":\"Notifications center header background color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notifications.border\":{\"type\":\"string\",\"description\":\"Notifications border color separating from other notifications in the notifications center. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"settings.modifiedItemForeground\":{\"type\":\"string\",\"description\":\"(For settings editor preview) The foreground color for a modified setting.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.background\":{\"type\":\"string\",\"description\":\"The background color of the terminal, this allows coloring the terminal differently to the panel.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.foreground\":{\"type\":\"string\",\"description\":\"The foreground color of the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminalCursor.foreground\":{\"type\":\"string\",\"description\":\"The foreground color of the terminal cursor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminalCursor.background\":{\"type\":\"string\",\"description\":\"The background color of the terminal cursor. Allows customizing the color of a character overlapped by a block cursor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.selectionBackground\":{\"type\":\"string\",\"description\":\"The selection background color of the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.border\":{\"type\":\"string\",\"description\":\"The color of the border that separates split panes within the terminal. This defaults to panel.border.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"debugExceptionWidget.border\":{\"type\":\"string\",\"description\":\"Exception widget border color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"debugExceptionWidget.background\":{\"type\":\"string\",\"description\":\"Exception widget background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"welcomePage.buttonBackground\":{\"type\":\"string\",\"description\":\"Background color for the buttons on the Welcome page.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"welcomePage.buttonHoverBackground\":{\"type\":\"string\",\"description\":\"Hover background color for the buttons on the Welcome page.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"walkThrough.embeddedEditorBackground\":{\"type\":\"string\",\"description\":\"Background color for the embedded editors on the Interactive Playground.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.debuggingBackground\":{\"type\":\"string\",\"description\":\"Status bar background color when a program is being debugged. The status bar is shown in the bottom of the window\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.debuggingForeground\":{\"type\":\"string\",\"description\":\"Status bar foreground color when a program is being debugged. The status bar is shown in the bottom of the window\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.debuggingBorder\":{\"type\":\"string\",\"description\":\"Status bar border color separating to the sidebar and editor when a program is being debugged. The status bar is shown in the bottom of the window\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGutter.modifiedBackground\":{\"type\":\"string\",\"description\":\"Editor gutter background color for lines that are modified.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGutter.addedBackground\":{\"type\":\"string\",\"description\":\"Editor gutter background color for lines that are added.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGutter.deletedBackground\":{\"type\":\"string\",\"description\":\"Editor gutter background color for lines that are deleted.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.modifiedForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for modified content.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.addedForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for added content.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.deletedForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for deleted content.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"debugToolBar.background\":{\"type\":\"string\",\"description\":\"Debug toolbar background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"debugToolBar.border\":{\"type\":\"string\",\"description\":\"Debug toolbar border color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorPane.background\":{\"type\":\"string\",\"description\":\"Background color of the editor pane visible on the left and right side of the centered editor layout.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"extensionButton.prominentBackground\":{\"type\":\"string\",\"description\":\"Button background color for actions extension that stand out (e.g. install button).\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"extensionButton.prominentForeground\":{\"type\":\"string\",\"description\":\"Button foreground color for actions extension that stand out (e.g. install button).\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"extensionButton.prominentHoverBackground\":{\"type\":\"string\",\"description\":\"Button background hover color for actions extension that stand out (e.g. install button).\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBlack\":{\"type\":\"string\",\"description\":\"'Black' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiRed\":{\"type\":\"string\",\"description\":\"'Red' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiGreen\":{\"type\":\"string\",\"description\":\"'Green' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiYellow\":{\"type\":\"string\",\"description\":\"'Yellow' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBlue\":{\"type\":\"string\",\"description\":\"'Blue' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiMagenta\":{\"type\":\"string\",\"description\":\"'Magenta' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiCyan\":{\"type\":\"string\",\"description\":\"'Cyan' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiWhite\":{\"type\":\"string\",\"description\":\"'White' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightBlack\":{\"type\":\"string\",\"description\":\"'BrightBlack' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightRed\":{\"type\":\"string\",\"description\":\"'BrightRed' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightGreen\":{\"type\":\"string\",\"description\":\"'BrightGreen' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightYellow\":{\"type\":\"string\",\"description\":\"'BrightYellow' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightBlue\":{\"type\":\"string\",\"description\":\"'BrightBlue' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightMagenta\":{\"type\":\"string\",\"description\":\"'BrightMagenta' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightCyan\":{\"type\":\"string\",\"description\":\"'BrightCyan' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightWhite\":{\"type\":\"string\",\"description\":\"'BrightWhite' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.addedResourceForeground\":{\"type\":\"string\",\"description\":\"Color for added resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.modifiedResourceForeground\":{\"type\":\"string\",\"description\":\"Color for modified resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.deletedResourceForeground\":{\"type\":\"string\",\"description\":\"Color for deleted resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.untrackedResourceForeground\":{\"type\":\"string\",\"description\":\"Color for untracked resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.ignoredResourceForeground\":{\"type\":\"string\",\"description\":\"Color for ignored resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.conflictingResourceForeground\":{\"type\":\"string\",\"description\":\"Color for resources with conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.submoduleResourceForeground\":{\"type\":\"string\",\"description\":\"Color for submodule resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"}},\"additionalProperties\":false,\"default\":{},\"defaultSnippets\":[{\"body\":{\"statusBar.background\":\"#666666\",\"panel.background\":\"#555555\",\"sideBar.background\":\"#444444\"}}],\"scope\":2},\"[Kimbie Dark]\":{\"type\":\"object\",\"description\":\"Overrides colors from the currently selected color theme.\",\"properties\":{\"foreground\":{\"type\":\"string\",\"description\":\"Overall foreground color. This color is only used if not overridden by a component.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"errorForeground\":{\"type\":\"string\",\"description\":\"Overall foreground color for error messages. This color is only used if not overridden by a component.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"descriptionForeground\":{\"type\":\"string\",\"description\":\"Foreground color for description text providing additional information, for example for a label.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"focusBorder\":{\"type\":\"string\",\"description\":\"Overall border color for focused elements. This color is only used if not overridden by a component.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"contrastBorder\":{\"type\":\"string\",\"description\":\"An extra border around elements to separate them from others for greater contrast.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"contrastActiveBorder\":{\"type\":\"string\",\"description\":\"An extra border around active elements to separate them from others for greater contrast.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"selection.background\":{\"type\":\"string\",\"description\":\"The background color of text selections in the workbench (e.g. for input fields or text areas). Note that this does not apply to selections within the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textSeparator.foreground\":{\"type\":\"string\",\"description\":\"Color for text separators.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textLink.foreground\":{\"type\":\"string\",\"description\":\"Foreground color for links in text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textLink.activeForeground\":{\"type\":\"string\",\"description\":\"Foreground color for links in text when clicked on and on mouse hover.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textPreformat.foreground\":{\"type\":\"string\",\"description\":\"Foreground color for preformatted text segments.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textBlockQuote.background\":{\"type\":\"string\",\"description\":\"Background color for block quotes in text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textBlockQuote.border\":{\"type\":\"string\",\"description\":\"Border color for block quotes in text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textCodeBlock.background\":{\"type\":\"string\",\"description\":\"Background color for code blocks in text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"widget.shadow\":{\"type\":\"string\",\"description\":\"Shadow color of widgets such as find/replace inside the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"input.background\":{\"type\":\"string\",\"description\":\"Input box background.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"input.foreground\":{\"type\":\"string\",\"description\":\"Input box foreground.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"input.border\":{\"type\":\"string\",\"description\":\"Input box border.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputOption.activeBorder\":{\"type\":\"string\",\"description\":\"Border color of activated options in input fields.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"input.placeholderForeground\":{\"type\":\"string\",\"description\":\"Input box foreground color for placeholder text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.infoBackground\":{\"type\":\"string\",\"description\":\"Input validation background color for information severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.infoBorder\":{\"type\":\"string\",\"description\":\"Input validation border color for information severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.warningBackground\":{\"type\":\"string\",\"description\":\"Input validation background color for warning severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.warningBorder\":{\"type\":\"string\",\"description\":\"Input validation border color for warning severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.errorBackground\":{\"type\":\"string\",\"description\":\"Input validation background color for error severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.errorBorder\":{\"type\":\"string\",\"description\":\"Input validation border color for error severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"dropdown.background\":{\"type\":\"string\",\"description\":\"Dropdown background.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"dropdown.listBackground\":{\"type\":\"string\",\"description\":\"Dropdown list background.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"dropdown.foreground\":{\"type\":\"string\",\"description\":\"Dropdown foreground.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"dropdown.border\":{\"type\":\"string\",\"description\":\"Dropdown border.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.focusBackground\":{\"type\":\"string\",\"description\":\"List/Tree background color for the focused item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.focusForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color for the focused item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.activeSelectionBackground\":{\"type\":\"string\",\"description\":\"List/Tree background color for the selected item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.activeSelectionForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color for the selected item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.inactiveSelectionBackground\":{\"type\":\"string\",\"description\":\"List/Tree background color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.inactiveSelectionForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.inactiveFocusBackground\":{\"type\":\"string\",\"description\":\"List/Tree background color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.hoverBackground\":{\"type\":\"string\",\"description\":\"List/Tree background when hovering over items using the mouse.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.hoverForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground when hovering over items using the mouse.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.dropBackground\":{\"type\":\"string\",\"description\":\"List/Tree drag and drop background when moving items around using the mouse.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.highlightForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color of the match highlights when searching inside the list/tree.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.invalidItemForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color for invalid items, for example an unresolved root in explorer.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.errorForeground\":{\"type\":\"string\",\"description\":\"Foreground color of list items containing errors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.warningForeground\":{\"type\":\"string\",\"description\":\"Foreground color of list items containing warnings.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"pickerGroup.foreground\":{\"type\":\"string\",\"description\":\"Quick picker color for grouping labels.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"pickerGroup.border\":{\"type\":\"string\",\"description\":\"Quick picker color for grouping borders.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"button.foreground\":{\"type\":\"string\",\"description\":\"Button foreground color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"button.background\":{\"type\":\"string\",\"description\":\"Button background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"button.hoverBackground\":{\"type\":\"string\",\"description\":\"Button background color when hovering.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"badge.background\":{\"type\":\"string\",\"description\":\"Badge background color. Badges are small information labels, e.g. for search results count.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"badge.foreground\":{\"type\":\"string\",\"description\":\"Badge foreground color. Badges are small information labels, e.g. for search results count.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"scrollbar.shadow\":{\"type\":\"string\",\"description\":\"Scrollbar shadow to indicate that the view is scrolled.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"scrollbarSlider.background\":{\"type\":\"string\",\"description\":\"Scrollbar slider background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"scrollbarSlider.hoverBackground\":{\"type\":\"string\",\"description\":\"Scrollbar slider background color when hovering.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"scrollbarSlider.activeBackground\":{\"type\":\"string\",\"description\":\"Scrollbar slider background color when clicked on.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"progressBar.background\":{\"type\":\"string\",\"description\":\"Background color of the progress bar that can show for long running operations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.background\":{\"type\":\"string\",\"description\":\"Editor background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.foreground\":{\"type\":\"string\",\"description\":\"Editor default foreground color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWidget.background\":{\"type\":\"string\",\"description\":\"Background color of editor widgets, such as find/replace.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWidget.border\":{\"type\":\"string\",\"description\":\"Border color of editor widgets. The color is only used if the widget chooses to have a border and if the color is not overridden by a widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWidget.resizeBorder\":{\"type\":\"string\",\"description\":\"Border color of the resize bar of editor widgets. The color is only used if the widget chooses to have a resize border and if the color is not overridden by a widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.selectionBackground\":{\"type\":\"string\",\"description\":\"Color of the editor selection.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.selectionForeground\":{\"type\":\"string\",\"description\":\"Color of the selected text for high contrast.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.inactiveSelectionBackground\":{\"type\":\"string\",\"description\":\"Color of the selection in an inactive editor. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.selectionHighlightBackground\":{\"type\":\"string\",\"description\":\"Color for regions with the same content as the selection. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.selectionHighlightBorder\":{\"type\":\"string\",\"description\":\"Border color for regions with the same content as the selection.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findMatchBackground\":{\"type\":\"string\",\"description\":\"Color of the current search match.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findMatchHighlightBackground\":{\"type\":\"string\",\"description\":\"Color of the other search matches. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findRangeHighlightBackground\":{\"type\":\"string\",\"description\":\"Color of the range limiting the search. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findMatchBorder\":{\"type\":\"string\",\"description\":\"Border color of the current search match.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findMatchHighlightBorder\":{\"type\":\"string\",\"description\":\"Border color of the other search matches.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findRangeHighlightBorder\":{\"type\":\"string\",\"description\":\"Border color of the range limiting the search. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.hoverHighlightBackground\":{\"type\":\"string\",\"description\":\"Highlight below the word for which a hover is shown. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorHoverWidget.background\":{\"type\":\"string\",\"description\":\"Background color of the editor hover.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorHoverWidget.border\":{\"type\":\"string\",\"description\":\"Border color of the editor hover.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorLink.activeForeground\":{\"type\":\"string\",\"description\":\"Color of active links.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"diffEditor.insertedTextBackground\":{\"type\":\"string\",\"description\":\"Background color for text that got inserted. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"diffEditor.removedTextBackground\":{\"type\":\"string\",\"description\":\"Background color for text that got removed. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"diffEditor.insertedTextBorder\":{\"type\":\"string\",\"description\":\"Outline color for the text that got inserted.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"diffEditor.removedTextBorder\":{\"type\":\"string\",\"description\":\"Outline color for text that got removed.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.currentHeaderBackground\":{\"type\":\"string\",\"description\":\"Current header background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.currentContentBackground\":{\"type\":\"string\",\"description\":\"Current content background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.incomingHeaderBackground\":{\"type\":\"string\",\"description\":\"Incoming header background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.incomingContentBackground\":{\"type\":\"string\",\"description\":\"Incoming content background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.commonHeaderBackground\":{\"type\":\"string\",\"description\":\"Common ancestor header background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.commonContentBackground\":{\"type\":\"string\",\"description\":\"Common ancestor content background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.border\":{\"type\":\"string\",\"description\":\"Border color on headers and the splitter in inline merge-conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.currentContentForeground\":{\"type\":\"string\",\"description\":\"Current overview ruler foreground for inline merge-conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.incomingContentForeground\":{\"type\":\"string\",\"description\":\"Incoming overview ruler foreground for inline merge-conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.commonContentForeground\":{\"type\":\"string\",\"description\":\"Common ancestor overview ruler foreground for inline merge-conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.findMatchForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for find matches. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.selectionHighlightForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for selection highlights. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.lineHighlightBackground\":{\"type\":\"string\",\"description\":\"Background color for the highlight of line at the cursor position.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.lineHighlightBorder\":{\"type\":\"string\",\"description\":\"Background color for the border around the line at the cursor position.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.rangeHighlightBackground\":{\"type\":\"string\",\"description\":\"Background color of highlighted ranges, like by quick open and find features. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.rangeHighlightBorder\":{\"type\":\"string\",\"description\":\"Background color of the border around highlighted ranges.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorCursor.foreground\":{\"type\":\"string\",\"description\":\"Color of the editor cursor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorCursor.background\":{\"type\":\"string\",\"description\":\"The background color of the editor cursor. Allows customizing the color of a character overlapped by a block cursor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWhitespace.foreground\":{\"type\":\"string\",\"description\":\"Color of whitespace characters in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorIndentGuide.background\":{\"type\":\"string\",\"description\":\"Color of the editor indentation guides.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorIndentGuide.activeBackground\":{\"type\":\"string\",\"description\":\"Color of the active editor indentation guides.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorLineNumber.foreground\":{\"type\":\"string\",\"description\":\"Color of editor line numbers.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorActiveLineNumber.foreground\":{\"type\":\"string\",\"description\":\"Color of editor active line number\",\"format\":\"color-hex\",\"default\":\"#ff0000\",\"deprecationMessage\":\"Id is deprecated. Use 'editorLineNumber.activeForeground' instead.\"},\"editorLineNumber.activeForeground\":{\"type\":\"string\",\"description\":\"Color of editor active line number\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorRuler.foreground\":{\"type\":\"string\",\"description\":\"Color of the editor rulers.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorCodeLens.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of editor code lenses\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorBracketMatch.background\":{\"type\":\"string\",\"description\":\"Background color behind matching brackets\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorBracketMatch.border\":{\"type\":\"string\",\"description\":\"Color for matching brackets boxes\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.border\":{\"type\":\"string\",\"description\":\"Color of the overview ruler border.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGutter.background\":{\"type\":\"string\",\"description\":\"Background color of the editor gutter. The gutter contains the glyph margins and the line numbers.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorError.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of error squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorError.border\":{\"type\":\"string\",\"description\":\"Border color of error squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWarning.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of warning squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWarning.border\":{\"type\":\"string\",\"description\":\"Border color of warning squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorInfo.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of info squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorInfo.border\":{\"type\":\"string\",\"description\":\"Border color of info squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorHint.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of hint squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorHint.border\":{\"type\":\"string\",\"description\":\"Border color of hint squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorUnnecessaryCode.border\":{\"type\":\"string\",\"description\":\"Border of unnecessary code in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorUnnecessaryCode.opacity\":{\"type\":\"string\",\"description\":\"Opacity of unnecessary code in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.rangeHighlightForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for range highlights. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.errorForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for errors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.warningForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for warnings.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.infoForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for infos.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.bracketMatchForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for matching brackets.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorMarkerNavigationError.background\":{\"type\":\"string\",\"description\":\"Editor marker navigation widget error color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorMarkerNavigationWarning.background\":{\"type\":\"string\",\"description\":\"Editor marker navigation widget warning color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorMarkerNavigationInfo.background\":{\"type\":\"string\",\"description\":\"Editor marker navigation widget info color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorMarkerNavigation.background\":{\"type\":\"string\",\"description\":\"Editor marker navigation widget background.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.background\":{\"type\":\"string\",\"description\":\"Background color of the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.border\":{\"type\":\"string\",\"description\":\"Border color of the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.selectedBackground\":{\"type\":\"string\",\"description\":\"Background color of the selected entry in the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.highlightForeground\":{\"type\":\"string\",\"description\":\"Color of the match highlights in the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.wordHighlightBackground\":{\"type\":\"string\",\"description\":\"Background color of a symbol during read-access, like reading a variable. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.wordHighlightStrongBackground\":{\"type\":\"string\",\"description\":\"Background color of a symbol during write-access, like writing to a variable. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.wordHighlightBorder\":{\"type\":\"string\",\"description\":\"Border color of a symbol during read-access, like reading a variable.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.wordHighlightStrongBorder\":{\"type\":\"string\",\"description\":\"Border color of a symbol during write-access, like writing to a variable.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.wordHighlightForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for symbol highlights. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.wordHighlightStrongForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for write-access symbol highlights. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewTitle.background\":{\"type\":\"string\",\"description\":\"Background color of the peek view title area.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewTitleLabel.foreground\":{\"type\":\"string\",\"description\":\"Color of the peek view title.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewTitleDescription.foreground\":{\"type\":\"string\",\"description\":\"Color of the peek view title info.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekView.border\":{\"type\":\"string\",\"description\":\"Color of the peek view borders and arrow.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.background\":{\"type\":\"string\",\"description\":\"Background color of the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.lineForeground\":{\"type\":\"string\",\"description\":\"Foreground color for line nodes in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.fileForeground\":{\"type\":\"string\",\"description\":\"Foreground color for file nodes in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.selectionBackground\":{\"type\":\"string\",\"description\":\"Background color of the selected entry in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.selectionForeground\":{\"type\":\"string\",\"description\":\"Foreground color of the selected entry in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewEditor.background\":{\"type\":\"string\",\"description\":\"Background color of the peek view editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewEditorGutter.background\":{\"type\":\"string\",\"description\":\"Background color of the gutter in the peek view editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.matchHighlightBackground\":{\"type\":\"string\",\"description\":\"Match highlight color in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewEditor.matchHighlightBackground\":{\"type\":\"string\",\"description\":\"Match highlight color in the peek view editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewEditor.matchHighlightBorder\":{\"type\":\"string\",\"description\":\"Match highlight border in the peek view editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.activeBackground\":{\"type\":\"string\",\"description\":\"Active tab background color. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.inactiveBackground\":{\"type\":\"string\",\"description\":\"Inactive tab background color. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.hoverBackground\":{\"type\":\"string\",\"description\":\"Tab background color when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedHoverBackground\":{\"type\":\"string\",\"description\":\"Tab background color in an unfocused group when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.border\":{\"type\":\"string\",\"description\":\"Border to separate tabs from each other. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.activeBorder\":{\"type\":\"string\",\"description\":\"Border on the bottom of an active tab. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.activeBorderTop\":{\"type\":\"string\",\"description\":\"Border to the top of an active tab. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedActiveBorder\":{\"type\":\"string\",\"description\":\"Border on the bottom of an active tab in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedActiveBorderTop\":{\"type\":\"string\",\"description\":\"Border to the top of an active tab in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.hoverBorder\":{\"type\":\"string\",\"description\":\"Border to highlight tabs when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedHoverBorder\":{\"type\":\"string\",\"description\":\"Border to highlight tabs in an unfocused group when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.activeForeground\":{\"type\":\"string\",\"description\":\"Active tab foreground color in an active group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.inactiveForeground\":{\"type\":\"string\",\"description\":\"Inactive tab foreground color in an active group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedActiveForeground\":{\"type\":\"string\",\"description\":\"Active tab foreground color in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedInactiveForeground\":{\"type\":\"string\",\"description\":\"Inactive tab foreground color in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroup.background\":{\"type\":\"string\",\"description\":\"Deprecated background color of an editor group.\",\"format\":\"color-hex\",\"default\":\"#ff0000\",\"deprecationMessage\":\"Deprecated: Background color of an editor group is no longer being supported with the introduction of the grid editor layout. You can use editorGroup.emptyBackground to set the background color of empty editor groups.\"},\"editorGroup.emptyBackground\":{\"type\":\"string\",\"description\":\"Background color of an empty editor group. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroup.focusedEmptyBorder\":{\"type\":\"string\",\"description\":\"Border color of an empty editor group that is focused. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroupHeader.tabsBackground\":{\"type\":\"string\",\"description\":\"Background color of the editor group title header when tabs are enabled. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroupHeader.tabsBorder\":{\"type\":\"string\",\"description\":\"Border color of the editor group title header when tabs are enabled. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroupHeader.noTabsBackground\":{\"type\":\"string\",\"description\":\"Background color of the editor group title header when tabs are disabled (`\\\"workbench.editor.showTabs\\\": false`). Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroup.border\":{\"type\":\"string\",\"description\":\"Color to separate multiple editor groups from each other. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroup.dropBackground\":{\"type\":\"string\",\"description\":\"Background color when dragging editors around. The color should have transparency so that the editor contents can still shine through.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panel.background\":{\"type\":\"string\",\"description\":\"Panel background color. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panel.border\":{\"type\":\"string\",\"description\":\"Panel border color to separate the panel from the editor. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panelTitle.activeForeground\":{\"type\":\"string\",\"description\":\"Title color for the active panel. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panelTitle.inactiveForeground\":{\"type\":\"string\",\"description\":\"Title color for the inactive panel. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panelTitle.activeBorder\":{\"type\":\"string\",\"description\":\"Border color for the active panel title. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panel.dropBackground\":{\"type\":\"string\",\"description\":\"Drag and drop feedback color for the panel title items. The color should have transparency so that the panel entries can still shine through. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.foreground\":{\"type\":\"string\",\"description\":\"Status bar foreground color when a workspace is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.noFolderForeground\":{\"type\":\"string\",\"description\":\"Status bar foreground color when no folder is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.background\":{\"type\":\"string\",\"description\":\"Status bar background color when a workspace is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.noFolderBackground\":{\"type\":\"string\",\"description\":\"Status bar background color when no folder is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.border\":{\"type\":\"string\",\"description\":\"Status bar border color separating to the sidebar and editor. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.noFolderBorder\":{\"type\":\"string\",\"description\":\"Status bar border color separating to the sidebar and editor when no folder is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBarItem.activeBackground\":{\"type\":\"string\",\"description\":\"Status bar item background color when clicking. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBarItem.hoverBackground\":{\"type\":\"string\",\"description\":\"Status bar item background color when hovering. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBarItem.prominentBackground\":{\"type\":\"string\",\"description\":\"Status bar prominent items background color. Prominent items stand out from other status bar entries to indicate importance. Change mode `Toggle Tab Key Moves Focus` from command palette to see an example. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBarItem.prominentHoverBackground\":{\"type\":\"string\",\"description\":\"Status bar prominent items background color when hovering. Prominent items stand out from other status bar entries to indicate importance. Change mode `Toggle Tab Key Moves Focus` from command palette to see an example. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBar.background\":{\"type\":\"string\",\"description\":\"Activity bar background color. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBar.foreground\":{\"type\":\"string\",\"description\":\"Activity bar foreground color (e.g. used for the icons). The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBar.border\":{\"type\":\"string\",\"description\":\"Activity bar border color separating to the side bar. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBar.dropBackground\":{\"type\":\"string\",\"description\":\"Drag and drop feedback color for the activity bar items. The color should have transparency so that the activity bar entries can still shine through. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBarBadge.background\":{\"type\":\"string\",\"description\":\"Activity notification badge background color. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBarBadge.foreground\":{\"type\":\"string\",\"description\":\"Activity notification badge foreground color. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBar.background\":{\"type\":\"string\",\"description\":\"Side bar background color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBar.foreground\":{\"type\":\"string\",\"description\":\"Side bar foreground color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBar.border\":{\"type\":\"string\",\"description\":\"Side bar border color on the side separating to the editor. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBarTitle.foreground\":{\"type\":\"string\",\"description\":\"Side bar title foreground color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBar.dropBackground\":{\"type\":\"string\",\"description\":\"Drag and drop feedback color for the side bar sections. The color should have transparency so that the side bar sections can still shine through. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBarSectionHeader.background\":{\"type\":\"string\",\"description\":\"Side bar section header background color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBarSectionHeader.foreground\":{\"type\":\"string\",\"description\":\"Side bar section header foreground color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.activeForeground\":{\"type\":\"string\",\"description\":\"Title bar foreground when the window is active. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.inactiveForeground\":{\"type\":\"string\",\"description\":\"Title bar foreground when the window is inactive. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.activeBackground\":{\"type\":\"string\",\"description\":\"Title bar background when the window is active. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.inactiveBackground\":{\"type\":\"string\",\"description\":\"Title bar background when the window is inactive. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.border\":{\"type\":\"string\",\"description\":\"Title bar border color. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationCenter.border\":{\"type\":\"string\",\"description\":\"Notifications center border color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationToast.border\":{\"type\":\"string\",\"description\":\"Notification toast border color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notifications.foreground\":{\"type\":\"string\",\"description\":\"Notifications foreground color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notifications.background\":{\"type\":\"string\",\"description\":\"Notifications background color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationLink.foreground\":{\"type\":\"string\",\"description\":\"Notification links foreground color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationCenterHeader.foreground\":{\"type\":\"string\",\"description\":\"Notifications center header foreground color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationCenterHeader.background\":{\"type\":\"string\",\"description\":\"Notifications center header background color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notifications.border\":{\"type\":\"string\",\"description\":\"Notifications border color separating from other notifications in the notifications center. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"settings.modifiedItemForeground\":{\"type\":\"string\",\"description\":\"(For settings editor preview) The foreground color for a modified setting.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.background\":{\"type\":\"string\",\"description\":\"The background color of the terminal, this allows coloring the terminal differently to the panel.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.foreground\":{\"type\":\"string\",\"description\":\"The foreground color of the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminalCursor.foreground\":{\"type\":\"string\",\"description\":\"The foreground color of the terminal cursor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminalCursor.background\":{\"type\":\"string\",\"description\":\"The background color of the terminal cursor. Allows customizing the color of a character overlapped by a block cursor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.selectionBackground\":{\"type\":\"string\",\"description\":\"The selection background color of the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.border\":{\"type\":\"string\",\"description\":\"The color of the border that separates split panes within the terminal. This defaults to panel.border.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"debugExceptionWidget.border\":{\"type\":\"string\",\"description\":\"Exception widget border color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"debugExceptionWidget.background\":{\"type\":\"string\",\"description\":\"Exception widget background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"welcomePage.buttonBackground\":{\"type\":\"string\",\"description\":\"Background color for the buttons on the Welcome page.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"welcomePage.buttonHoverBackground\":{\"type\":\"string\",\"description\":\"Hover background color for the buttons on the Welcome page.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"walkThrough.embeddedEditorBackground\":{\"type\":\"string\",\"description\":\"Background color for the embedded editors on the Interactive Playground.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.debuggingBackground\":{\"type\":\"string\",\"description\":\"Status bar background color when a program is being debugged. The status bar is shown in the bottom of the window\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.debuggingForeground\":{\"type\":\"string\",\"description\":\"Status bar foreground color when a program is being debugged. The status bar is shown in the bottom of the window\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.debuggingBorder\":{\"type\":\"string\",\"description\":\"Status bar border color separating to the sidebar and editor when a program is being debugged. The status bar is shown in the bottom of the window\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGutter.modifiedBackground\":{\"type\":\"string\",\"description\":\"Editor gutter background color for lines that are modified.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGutter.addedBackground\":{\"type\":\"string\",\"description\":\"Editor gutter background color for lines that are added.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGutter.deletedBackground\":{\"type\":\"string\",\"description\":\"Editor gutter background color for lines that are deleted.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.modifiedForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for modified content.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.addedForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for added content.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.deletedForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for deleted content.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"debugToolBar.background\":{\"type\":\"string\",\"description\":\"Debug toolbar background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"debugToolBar.border\":{\"type\":\"string\",\"description\":\"Debug toolbar border color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorPane.background\":{\"type\":\"string\",\"description\":\"Background color of the editor pane visible on the left and right side of the centered editor layout.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"extensionButton.prominentBackground\":{\"type\":\"string\",\"description\":\"Button background color for actions extension that stand out (e.g. install button).\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"extensionButton.prominentForeground\":{\"type\":\"string\",\"description\":\"Button foreground color for actions extension that stand out (e.g. install button).\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"extensionButton.prominentHoverBackground\":{\"type\":\"string\",\"description\":\"Button background hover color for actions extension that stand out (e.g. install button).\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBlack\":{\"type\":\"string\",\"description\":\"'Black' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiRed\":{\"type\":\"string\",\"description\":\"'Red' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiGreen\":{\"type\":\"string\",\"description\":\"'Green' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiYellow\":{\"type\":\"string\",\"description\":\"'Yellow' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBlue\":{\"type\":\"string\",\"description\":\"'Blue' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiMagenta\":{\"type\":\"string\",\"description\":\"'Magenta' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiCyan\":{\"type\":\"string\",\"description\":\"'Cyan' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiWhite\":{\"type\":\"string\",\"description\":\"'White' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightBlack\":{\"type\":\"string\",\"description\":\"'BrightBlack' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightRed\":{\"type\":\"string\",\"description\":\"'BrightRed' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightGreen\":{\"type\":\"string\",\"description\":\"'BrightGreen' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightYellow\":{\"type\":\"string\",\"description\":\"'BrightYellow' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightBlue\":{\"type\":\"string\",\"description\":\"'BrightBlue' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightMagenta\":{\"type\":\"string\",\"description\":\"'BrightMagenta' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightCyan\":{\"type\":\"string\",\"description\":\"'BrightCyan' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightWhite\":{\"type\":\"string\",\"description\":\"'BrightWhite' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.addedResourceForeground\":{\"type\":\"string\",\"description\":\"Color for added resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.modifiedResourceForeground\":{\"type\":\"string\",\"description\":\"Color for modified resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.deletedResourceForeground\":{\"type\":\"string\",\"description\":\"Color for deleted resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.untrackedResourceForeground\":{\"type\":\"string\",\"description\":\"Color for untracked resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.ignoredResourceForeground\":{\"type\":\"string\",\"description\":\"Color for ignored resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.conflictingResourceForeground\":{\"type\":\"string\",\"description\":\"Color for resources with conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.submoduleResourceForeground\":{\"type\":\"string\",\"description\":\"Color for submodule resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"}},\"additionalProperties\":false,\"default\":{},\"defaultSnippets\":[{\"body\":{\"statusBar.background\":\"#666666\",\"panel.background\":\"#555555\",\"sideBar.background\":\"#444444\"}}],\"scope\":2},\"[Monokai]\":{\"type\":\"object\",\"description\":\"Overrides colors from the currently selected color theme.\",\"properties\":{\"foreground\":{\"type\":\"string\",\"description\":\"Overall foreground color. This color is only used if not overridden by a component.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"errorForeground\":{\"type\":\"string\",\"description\":\"Overall foreground color for error messages. This color is only used if not overridden by a component.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"descriptionForeground\":{\"type\":\"string\",\"description\":\"Foreground color for description text providing additional information, for example for a label.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"focusBorder\":{\"type\":\"string\",\"description\":\"Overall border color for focused elements. This color is only used if not overridden by a component.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"contrastBorder\":{\"type\":\"string\",\"description\":\"An extra border around elements to separate them from others for greater contrast.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"contrastActiveBorder\":{\"type\":\"string\",\"description\":\"An extra border around active elements to separate them from others for greater contrast.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"selection.background\":{\"type\":\"string\",\"description\":\"The background color of text selections in the workbench (e.g. for input fields or text areas). Note that this does not apply to selections within the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textSeparator.foreground\":{\"type\":\"string\",\"description\":\"Color for text separators.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textLink.foreground\":{\"type\":\"string\",\"description\":\"Foreground color for links in text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textLink.activeForeground\":{\"type\":\"string\",\"description\":\"Foreground color for links in text when clicked on and on mouse hover.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textPreformat.foreground\":{\"type\":\"string\",\"description\":\"Foreground color for preformatted text segments.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textBlockQuote.background\":{\"type\":\"string\",\"description\":\"Background color for block quotes in text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textBlockQuote.border\":{\"type\":\"string\",\"description\":\"Border color for block quotes in text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textCodeBlock.background\":{\"type\":\"string\",\"description\":\"Background color for code blocks in text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"widget.shadow\":{\"type\":\"string\",\"description\":\"Shadow color of widgets such as find/replace inside the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"input.background\":{\"type\":\"string\",\"description\":\"Input box background.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"input.foreground\":{\"type\":\"string\",\"description\":\"Input box foreground.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"input.border\":{\"type\":\"string\",\"description\":\"Input box border.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputOption.activeBorder\":{\"type\":\"string\",\"description\":\"Border color of activated options in input fields.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"input.placeholderForeground\":{\"type\":\"string\",\"description\":\"Input box foreground color for placeholder text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.infoBackground\":{\"type\":\"string\",\"description\":\"Input validation background color for information severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.infoBorder\":{\"type\":\"string\",\"description\":\"Input validation border color for information severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.warningBackground\":{\"type\":\"string\",\"description\":\"Input validation background color for warning severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.warningBorder\":{\"type\":\"string\",\"description\":\"Input validation border color for warning severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.errorBackground\":{\"type\":\"string\",\"description\":\"Input validation background color for error severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.errorBorder\":{\"type\":\"string\",\"description\":\"Input validation border color for error severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"dropdown.background\":{\"type\":\"string\",\"description\":\"Dropdown background.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"dropdown.listBackground\":{\"type\":\"string\",\"description\":\"Dropdown list background.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"dropdown.foreground\":{\"type\":\"string\",\"description\":\"Dropdown foreground.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"dropdown.border\":{\"type\":\"string\",\"description\":\"Dropdown border.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.focusBackground\":{\"type\":\"string\",\"description\":\"List/Tree background color for the focused item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.focusForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color for the focused item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.activeSelectionBackground\":{\"type\":\"string\",\"description\":\"List/Tree background color for the selected item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.activeSelectionForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color for the selected item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.inactiveSelectionBackground\":{\"type\":\"string\",\"description\":\"List/Tree background color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.inactiveSelectionForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.inactiveFocusBackground\":{\"type\":\"string\",\"description\":\"List/Tree background color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.hoverBackground\":{\"type\":\"string\",\"description\":\"List/Tree background when hovering over items using the mouse.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.hoverForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground when hovering over items using the mouse.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.dropBackground\":{\"type\":\"string\",\"description\":\"List/Tree drag and drop background when moving items around using the mouse.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.highlightForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color of the match highlights when searching inside the list/tree.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.invalidItemForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color for invalid items, for example an unresolved root in explorer.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.errorForeground\":{\"type\":\"string\",\"description\":\"Foreground color of list items containing errors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.warningForeground\":{\"type\":\"string\",\"description\":\"Foreground color of list items containing warnings.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"pickerGroup.foreground\":{\"type\":\"string\",\"description\":\"Quick picker color for grouping labels.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"pickerGroup.border\":{\"type\":\"string\",\"description\":\"Quick picker color for grouping borders.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"button.foreground\":{\"type\":\"string\",\"description\":\"Button foreground color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"button.background\":{\"type\":\"string\",\"description\":\"Button background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"button.hoverBackground\":{\"type\":\"string\",\"description\":\"Button background color when hovering.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"badge.background\":{\"type\":\"string\",\"description\":\"Badge background color. Badges are small information labels, e.g. for search results count.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"badge.foreground\":{\"type\":\"string\",\"description\":\"Badge foreground color. Badges are small information labels, e.g. for search results count.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"scrollbar.shadow\":{\"type\":\"string\",\"description\":\"Scrollbar shadow to indicate that the view is scrolled.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"scrollbarSlider.background\":{\"type\":\"string\",\"description\":\"Scrollbar slider background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"scrollbarSlider.hoverBackground\":{\"type\":\"string\",\"description\":\"Scrollbar slider background color when hovering.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"scrollbarSlider.activeBackground\":{\"type\":\"string\",\"description\":\"Scrollbar slider background color when clicked on.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"progressBar.background\":{\"type\":\"string\",\"description\":\"Background color of the progress bar that can show for long running operations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.background\":{\"type\":\"string\",\"description\":\"Editor background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.foreground\":{\"type\":\"string\",\"description\":\"Editor default foreground color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWidget.background\":{\"type\":\"string\",\"description\":\"Background color of editor widgets, such as find/replace.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWidget.border\":{\"type\":\"string\",\"description\":\"Border color of editor widgets. The color is only used if the widget chooses to have a border and if the color is not overridden by a widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWidget.resizeBorder\":{\"type\":\"string\",\"description\":\"Border color of the resize bar of editor widgets. The color is only used if the widget chooses to have a resize border and if the color is not overridden by a widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.selectionBackground\":{\"type\":\"string\",\"description\":\"Color of the editor selection.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.selectionForeground\":{\"type\":\"string\",\"description\":\"Color of the selected text for high contrast.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.inactiveSelectionBackground\":{\"type\":\"string\",\"description\":\"Color of the selection in an inactive editor. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.selectionHighlightBackground\":{\"type\":\"string\",\"description\":\"Color for regions with the same content as the selection. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.selectionHighlightBorder\":{\"type\":\"string\",\"description\":\"Border color for regions with the same content as the selection.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findMatchBackground\":{\"type\":\"string\",\"description\":\"Color of the current search match.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findMatchHighlightBackground\":{\"type\":\"string\",\"description\":\"Color of the other search matches. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findRangeHighlightBackground\":{\"type\":\"string\",\"description\":\"Color of the range limiting the search. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findMatchBorder\":{\"type\":\"string\",\"description\":\"Border color of the current search match.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findMatchHighlightBorder\":{\"type\":\"string\",\"description\":\"Border color of the other search matches.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findRangeHighlightBorder\":{\"type\":\"string\",\"description\":\"Border color of the range limiting the search. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.hoverHighlightBackground\":{\"type\":\"string\",\"description\":\"Highlight below the word for which a hover is shown. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorHoverWidget.background\":{\"type\":\"string\",\"description\":\"Background color of the editor hover.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorHoverWidget.border\":{\"type\":\"string\",\"description\":\"Border color of the editor hover.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorLink.activeForeground\":{\"type\":\"string\",\"description\":\"Color of active links.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"diffEditor.insertedTextBackground\":{\"type\":\"string\",\"description\":\"Background color for text that got inserted. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"diffEditor.removedTextBackground\":{\"type\":\"string\",\"description\":\"Background color for text that got removed. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"diffEditor.insertedTextBorder\":{\"type\":\"string\",\"description\":\"Outline color for the text that got inserted.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"diffEditor.removedTextBorder\":{\"type\":\"string\",\"description\":\"Outline color for text that got removed.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.currentHeaderBackground\":{\"type\":\"string\",\"description\":\"Current header background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.currentContentBackground\":{\"type\":\"string\",\"description\":\"Current content background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.incomingHeaderBackground\":{\"type\":\"string\",\"description\":\"Incoming header background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.incomingContentBackground\":{\"type\":\"string\",\"description\":\"Incoming content background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.commonHeaderBackground\":{\"type\":\"string\",\"description\":\"Common ancestor header background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.commonContentBackground\":{\"type\":\"string\",\"description\":\"Common ancestor content background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.border\":{\"type\":\"string\",\"description\":\"Border color on headers and the splitter in inline merge-conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.currentContentForeground\":{\"type\":\"string\",\"description\":\"Current overview ruler foreground for inline merge-conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.incomingContentForeground\":{\"type\":\"string\",\"description\":\"Incoming overview ruler foreground for inline merge-conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.commonContentForeground\":{\"type\":\"string\",\"description\":\"Common ancestor overview ruler foreground for inline merge-conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.findMatchForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for find matches. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.selectionHighlightForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for selection highlights. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.lineHighlightBackground\":{\"type\":\"string\",\"description\":\"Background color for the highlight of line at the cursor position.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.lineHighlightBorder\":{\"type\":\"string\",\"description\":\"Background color for the border around the line at the cursor position.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.rangeHighlightBackground\":{\"type\":\"string\",\"description\":\"Background color of highlighted ranges, like by quick open and find features. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.rangeHighlightBorder\":{\"type\":\"string\",\"description\":\"Background color of the border around highlighted ranges.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorCursor.foreground\":{\"type\":\"string\",\"description\":\"Color of the editor cursor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorCursor.background\":{\"type\":\"string\",\"description\":\"The background color of the editor cursor. Allows customizing the color of a character overlapped by a block cursor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWhitespace.foreground\":{\"type\":\"string\",\"description\":\"Color of whitespace characters in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorIndentGuide.background\":{\"type\":\"string\",\"description\":\"Color of the editor indentation guides.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorIndentGuide.activeBackground\":{\"type\":\"string\",\"description\":\"Color of the active editor indentation guides.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorLineNumber.foreground\":{\"type\":\"string\",\"description\":\"Color of editor line numbers.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorActiveLineNumber.foreground\":{\"type\":\"string\",\"description\":\"Color of editor active line number\",\"format\":\"color-hex\",\"default\":\"#ff0000\",\"deprecationMessage\":\"Id is deprecated. Use 'editorLineNumber.activeForeground' instead.\"},\"editorLineNumber.activeForeground\":{\"type\":\"string\",\"description\":\"Color of editor active line number\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorRuler.foreground\":{\"type\":\"string\",\"description\":\"Color of the editor rulers.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorCodeLens.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of editor code lenses\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorBracketMatch.background\":{\"type\":\"string\",\"description\":\"Background color behind matching brackets\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorBracketMatch.border\":{\"type\":\"string\",\"description\":\"Color for matching brackets boxes\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.border\":{\"type\":\"string\",\"description\":\"Color of the overview ruler border.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGutter.background\":{\"type\":\"string\",\"description\":\"Background color of the editor gutter. The gutter contains the glyph margins and the line numbers.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorError.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of error squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorError.border\":{\"type\":\"string\",\"description\":\"Border color of error squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWarning.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of warning squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWarning.border\":{\"type\":\"string\",\"description\":\"Border color of warning squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorInfo.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of info squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorInfo.border\":{\"type\":\"string\",\"description\":\"Border color of info squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorHint.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of hint squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorHint.border\":{\"type\":\"string\",\"description\":\"Border color of hint squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorUnnecessaryCode.border\":{\"type\":\"string\",\"description\":\"Border of unnecessary code in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorUnnecessaryCode.opacity\":{\"type\":\"string\",\"description\":\"Opacity of unnecessary code in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.rangeHighlightForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for range highlights. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.errorForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for errors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.warningForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for warnings.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.infoForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for infos.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.bracketMatchForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for matching brackets.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorMarkerNavigationError.background\":{\"type\":\"string\",\"description\":\"Editor marker navigation widget error color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorMarkerNavigationWarning.background\":{\"type\":\"string\",\"description\":\"Editor marker navigation widget warning color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorMarkerNavigationInfo.background\":{\"type\":\"string\",\"description\":\"Editor marker navigation widget info color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorMarkerNavigation.background\":{\"type\":\"string\",\"description\":\"Editor marker navigation widget background.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.background\":{\"type\":\"string\",\"description\":\"Background color of the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.border\":{\"type\":\"string\",\"description\":\"Border color of the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.selectedBackground\":{\"type\":\"string\",\"description\":\"Background color of the selected entry in the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.highlightForeground\":{\"type\":\"string\",\"description\":\"Color of the match highlights in the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.wordHighlightBackground\":{\"type\":\"string\",\"description\":\"Background color of a symbol during read-access, like reading a variable. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.wordHighlightStrongBackground\":{\"type\":\"string\",\"description\":\"Background color of a symbol during write-access, like writing to a variable. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.wordHighlightBorder\":{\"type\":\"string\",\"description\":\"Border color of a symbol during read-access, like reading a variable.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.wordHighlightStrongBorder\":{\"type\":\"string\",\"description\":\"Border color of a symbol during write-access, like writing to a variable.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.wordHighlightForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for symbol highlights. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.wordHighlightStrongForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for write-access symbol highlights. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewTitle.background\":{\"type\":\"string\",\"description\":\"Background color of the peek view title area.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewTitleLabel.foreground\":{\"type\":\"string\",\"description\":\"Color of the peek view title.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewTitleDescription.foreground\":{\"type\":\"string\",\"description\":\"Color of the peek view title info.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekView.border\":{\"type\":\"string\",\"description\":\"Color of the peek view borders and arrow.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.background\":{\"type\":\"string\",\"description\":\"Background color of the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.lineForeground\":{\"type\":\"string\",\"description\":\"Foreground color for line nodes in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.fileForeground\":{\"type\":\"string\",\"description\":\"Foreground color for file nodes in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.selectionBackground\":{\"type\":\"string\",\"description\":\"Background color of the selected entry in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.selectionForeground\":{\"type\":\"string\",\"description\":\"Foreground color of the selected entry in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewEditor.background\":{\"type\":\"string\",\"description\":\"Background color of the peek view editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewEditorGutter.background\":{\"type\":\"string\",\"description\":\"Background color of the gutter in the peek view editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.matchHighlightBackground\":{\"type\":\"string\",\"description\":\"Match highlight color in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewEditor.matchHighlightBackground\":{\"type\":\"string\",\"description\":\"Match highlight color in the peek view editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewEditor.matchHighlightBorder\":{\"type\":\"string\",\"description\":\"Match highlight border in the peek view editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.activeBackground\":{\"type\":\"string\",\"description\":\"Active tab background color. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.inactiveBackground\":{\"type\":\"string\",\"description\":\"Inactive tab background color. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.hoverBackground\":{\"type\":\"string\",\"description\":\"Tab background color when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedHoverBackground\":{\"type\":\"string\",\"description\":\"Tab background color in an unfocused group when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.border\":{\"type\":\"string\",\"description\":\"Border to separate tabs from each other. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.activeBorder\":{\"type\":\"string\",\"description\":\"Border on the bottom of an active tab. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.activeBorderTop\":{\"type\":\"string\",\"description\":\"Border to the top of an active tab. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedActiveBorder\":{\"type\":\"string\",\"description\":\"Border on the bottom of an active tab in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedActiveBorderTop\":{\"type\":\"string\",\"description\":\"Border to the top of an active tab in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.hoverBorder\":{\"type\":\"string\",\"description\":\"Border to highlight tabs when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedHoverBorder\":{\"type\":\"string\",\"description\":\"Border to highlight tabs in an unfocused group when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.activeForeground\":{\"type\":\"string\",\"description\":\"Active tab foreground color in an active group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.inactiveForeground\":{\"type\":\"string\",\"description\":\"Inactive tab foreground color in an active group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedActiveForeground\":{\"type\":\"string\",\"description\":\"Active tab foreground color in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedInactiveForeground\":{\"type\":\"string\",\"description\":\"Inactive tab foreground color in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroup.background\":{\"type\":\"string\",\"description\":\"Deprecated background color of an editor group.\",\"format\":\"color-hex\",\"default\":\"#ff0000\",\"deprecationMessage\":\"Deprecated: Background color of an editor group is no longer being supported with the introduction of the grid editor layout. You can use editorGroup.emptyBackground to set the background color of empty editor groups.\"},\"editorGroup.emptyBackground\":{\"type\":\"string\",\"description\":\"Background color of an empty editor group. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroup.focusedEmptyBorder\":{\"type\":\"string\",\"description\":\"Border color of an empty editor group that is focused. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroupHeader.tabsBackground\":{\"type\":\"string\",\"description\":\"Background color of the editor group title header when tabs are enabled. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroupHeader.tabsBorder\":{\"type\":\"string\",\"description\":\"Border color of the editor group title header when tabs are enabled. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroupHeader.noTabsBackground\":{\"type\":\"string\",\"description\":\"Background color of the editor group title header when tabs are disabled (`\\\"workbench.editor.showTabs\\\": false`). Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroup.border\":{\"type\":\"string\",\"description\":\"Color to separate multiple editor groups from each other. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroup.dropBackground\":{\"type\":\"string\",\"description\":\"Background color when dragging editors around. The color should have transparency so that the editor contents can still shine through.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panel.background\":{\"type\":\"string\",\"description\":\"Panel background color. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panel.border\":{\"type\":\"string\",\"description\":\"Panel border color to separate the panel from the editor. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panelTitle.activeForeground\":{\"type\":\"string\",\"description\":\"Title color for the active panel. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panelTitle.inactiveForeground\":{\"type\":\"string\",\"description\":\"Title color for the inactive panel. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panelTitle.activeBorder\":{\"type\":\"string\",\"description\":\"Border color for the active panel title. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panel.dropBackground\":{\"type\":\"string\",\"description\":\"Drag and drop feedback color for the panel title items. The color should have transparency so that the panel entries can still shine through. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.foreground\":{\"type\":\"string\",\"description\":\"Status bar foreground color when a workspace is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.noFolderForeground\":{\"type\":\"string\",\"description\":\"Status bar foreground color when no folder is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.background\":{\"type\":\"string\",\"description\":\"Status bar background color when a workspace is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.noFolderBackground\":{\"type\":\"string\",\"description\":\"Status bar background color when no folder is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.border\":{\"type\":\"string\",\"description\":\"Status bar border color separating to the sidebar and editor. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.noFolderBorder\":{\"type\":\"string\",\"description\":\"Status bar border color separating to the sidebar and editor when no folder is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBarItem.activeBackground\":{\"type\":\"string\",\"description\":\"Status bar item background color when clicking. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBarItem.hoverBackground\":{\"type\":\"string\",\"description\":\"Status bar item background color when hovering. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBarItem.prominentBackground\":{\"type\":\"string\",\"description\":\"Status bar prominent items background color. Prominent items stand out from other status bar entries to indicate importance. Change mode `Toggle Tab Key Moves Focus` from command palette to see an example. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBarItem.prominentHoverBackground\":{\"type\":\"string\",\"description\":\"Status bar prominent items background color when hovering. Prominent items stand out from other status bar entries to indicate importance. Change mode `Toggle Tab Key Moves Focus` from command palette to see an example. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBar.background\":{\"type\":\"string\",\"description\":\"Activity bar background color. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBar.foreground\":{\"type\":\"string\",\"description\":\"Activity bar foreground color (e.g. used for the icons). The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBar.border\":{\"type\":\"string\",\"description\":\"Activity bar border color separating to the side bar. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBar.dropBackground\":{\"type\":\"string\",\"description\":\"Drag and drop feedback color for the activity bar items. The color should have transparency so that the activity bar entries can still shine through. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBarBadge.background\":{\"type\":\"string\",\"description\":\"Activity notification badge background color. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBarBadge.foreground\":{\"type\":\"string\",\"description\":\"Activity notification badge foreground color. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBar.background\":{\"type\":\"string\",\"description\":\"Side bar background color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBar.foreground\":{\"type\":\"string\",\"description\":\"Side bar foreground color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBar.border\":{\"type\":\"string\",\"description\":\"Side bar border color on the side separating to the editor. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBarTitle.foreground\":{\"type\":\"string\",\"description\":\"Side bar title foreground color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBar.dropBackground\":{\"type\":\"string\",\"description\":\"Drag and drop feedback color for the side bar sections. The color should have transparency so that the side bar sections can still shine through. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBarSectionHeader.background\":{\"type\":\"string\",\"description\":\"Side bar section header background color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBarSectionHeader.foreground\":{\"type\":\"string\",\"description\":\"Side bar section header foreground color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.activeForeground\":{\"type\":\"string\",\"description\":\"Title bar foreground when the window is active. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.inactiveForeground\":{\"type\":\"string\",\"description\":\"Title bar foreground when the window is inactive. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.activeBackground\":{\"type\":\"string\",\"description\":\"Title bar background when the window is active. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.inactiveBackground\":{\"type\":\"string\",\"description\":\"Title bar background when the window is inactive. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.border\":{\"type\":\"string\",\"description\":\"Title bar border color. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationCenter.border\":{\"type\":\"string\",\"description\":\"Notifications center border color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationToast.border\":{\"type\":\"string\",\"description\":\"Notification toast border color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notifications.foreground\":{\"type\":\"string\",\"description\":\"Notifications foreground color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notifications.background\":{\"type\":\"string\",\"description\":\"Notifications background color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationLink.foreground\":{\"type\":\"string\",\"description\":\"Notification links foreground color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationCenterHeader.foreground\":{\"type\":\"string\",\"description\":\"Notifications center header foreground color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationCenterHeader.background\":{\"type\":\"string\",\"description\":\"Notifications center header background color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notifications.border\":{\"type\":\"string\",\"description\":\"Notifications border color separating from other notifications in the notifications center. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"settings.modifiedItemForeground\":{\"type\":\"string\",\"description\":\"(For settings editor preview) The foreground color for a modified setting.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.background\":{\"type\":\"string\",\"description\":\"The background color of the terminal, this allows coloring the terminal differently to the panel.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.foreground\":{\"type\":\"string\",\"description\":\"The foreground color of the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminalCursor.foreground\":{\"type\":\"string\",\"description\":\"The foreground color of the terminal cursor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminalCursor.background\":{\"type\":\"string\",\"description\":\"The background color of the terminal cursor. Allows customizing the color of a character overlapped by a block cursor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.selectionBackground\":{\"type\":\"string\",\"description\":\"The selection background color of the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.border\":{\"type\":\"string\",\"description\":\"The color of the border that separates split panes within the terminal. This defaults to panel.border.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"debugExceptionWidget.border\":{\"type\":\"string\",\"description\":\"Exception widget border color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"debugExceptionWidget.background\":{\"type\":\"string\",\"description\":\"Exception widget background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"welcomePage.buttonBackground\":{\"type\":\"string\",\"description\":\"Background color for the buttons on the Welcome page.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"welcomePage.buttonHoverBackground\":{\"type\":\"string\",\"description\":\"Hover background color for the buttons on the Welcome page.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"walkThrough.embeddedEditorBackground\":{\"type\":\"string\",\"description\":\"Background color for the embedded editors on the Interactive Playground.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.debuggingBackground\":{\"type\":\"string\",\"description\":\"Status bar background color when a program is being debugged. The status bar is shown in the bottom of the window\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.debuggingForeground\":{\"type\":\"string\",\"description\":\"Status bar foreground color when a program is being debugged. The status bar is shown in the bottom of the window\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.debuggingBorder\":{\"type\":\"string\",\"description\":\"Status bar border color separating to the sidebar and editor when a program is being debugged. The status bar is shown in the bottom of the window\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGutter.modifiedBackground\":{\"type\":\"string\",\"description\":\"Editor gutter background color for lines that are modified.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGutter.addedBackground\":{\"type\":\"string\",\"description\":\"Editor gutter background color for lines that are added.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGutter.deletedBackground\":{\"type\":\"string\",\"description\":\"Editor gutter background color for lines that are deleted.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.modifiedForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for modified content.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.addedForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for added content.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.deletedForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for deleted content.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"debugToolBar.background\":{\"type\":\"string\",\"description\":\"Debug toolbar background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"debugToolBar.border\":{\"type\":\"string\",\"description\":\"Debug toolbar border color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorPane.background\":{\"type\":\"string\",\"description\":\"Background color of the editor pane visible on the left and right side of the centered editor layout.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"extensionButton.prominentBackground\":{\"type\":\"string\",\"description\":\"Button background color for actions extension that stand out (e.g. install button).\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"extensionButton.prominentForeground\":{\"type\":\"string\",\"description\":\"Button foreground color for actions extension that stand out (e.g. install button).\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"extensionButton.prominentHoverBackground\":{\"type\":\"string\",\"description\":\"Button background hover color for actions extension that stand out (e.g. install button).\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBlack\":{\"type\":\"string\",\"description\":\"'Black' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiRed\":{\"type\":\"string\",\"description\":\"'Red' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiGreen\":{\"type\":\"string\",\"description\":\"'Green' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiYellow\":{\"type\":\"string\",\"description\":\"'Yellow' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBlue\":{\"type\":\"string\",\"description\":\"'Blue' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiMagenta\":{\"type\":\"string\",\"description\":\"'Magenta' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiCyan\":{\"type\":\"string\",\"description\":\"'Cyan' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiWhite\":{\"type\":\"string\",\"description\":\"'White' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightBlack\":{\"type\":\"string\",\"description\":\"'BrightBlack' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightRed\":{\"type\":\"string\",\"description\":\"'BrightRed' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightGreen\":{\"type\":\"string\",\"description\":\"'BrightGreen' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightYellow\":{\"type\":\"string\",\"description\":\"'BrightYellow' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightBlue\":{\"type\":\"string\",\"description\":\"'BrightBlue' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightMagenta\":{\"type\":\"string\",\"description\":\"'BrightMagenta' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightCyan\":{\"type\":\"string\",\"description\":\"'BrightCyan' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightWhite\":{\"type\":\"string\",\"description\":\"'BrightWhite' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.addedResourceForeground\":{\"type\":\"string\",\"description\":\"Color for added resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.modifiedResourceForeground\":{\"type\":\"string\",\"description\":\"Color for modified resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.deletedResourceForeground\":{\"type\":\"string\",\"description\":\"Color for deleted resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.untrackedResourceForeground\":{\"type\":\"string\",\"description\":\"Color for untracked resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.ignoredResourceForeground\":{\"type\":\"string\",\"description\":\"Color for ignored resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.conflictingResourceForeground\":{\"type\":\"string\",\"description\":\"Color for resources with conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.submoduleResourceForeground\":{\"type\":\"string\",\"description\":\"Color for submodule resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"}},\"additionalProperties\":false,\"default\":{},\"defaultSnippets\":[{\"body\":{\"statusBar.background\":\"#666666\",\"panel.background\":\"#555555\",\"sideBar.background\":\"#444444\"}}],\"scope\":2},\"[Monokai Dimmed]\":{\"type\":\"object\",\"description\":\"Overrides colors from the currently selected color theme.\",\"properties\":{\"foreground\":{\"type\":\"string\",\"description\":\"Overall foreground color. This color is only used if not overridden by a component.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"errorForeground\":{\"type\":\"string\",\"description\":\"Overall foreground color for error messages. This color is only used if not overridden by a component.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"descriptionForeground\":{\"type\":\"string\",\"description\":\"Foreground color for description text providing additional information, for example for a label.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"focusBorder\":{\"type\":\"string\",\"description\":\"Overall border color for focused elements. This color is only used if not overridden by a component.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"contrastBorder\":{\"type\":\"string\",\"description\":\"An extra border around elements to separate them from others for greater contrast.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"contrastActiveBorder\":{\"type\":\"string\",\"description\":\"An extra border around active elements to separate them from others for greater contrast.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"selection.background\":{\"type\":\"string\",\"description\":\"The background color of text selections in the workbench (e.g. for input fields or text areas). Note that this does not apply to selections within the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textSeparator.foreground\":{\"type\":\"string\",\"description\":\"Color for text separators.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textLink.foreground\":{\"type\":\"string\",\"description\":\"Foreground color for links in text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textLink.activeForeground\":{\"type\":\"string\",\"description\":\"Foreground color for links in text when clicked on and on mouse hover.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textPreformat.foreground\":{\"type\":\"string\",\"description\":\"Foreground color for preformatted text segments.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textBlockQuote.background\":{\"type\":\"string\",\"description\":\"Background color for block quotes in text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textBlockQuote.border\":{\"type\":\"string\",\"description\":\"Border color for block quotes in text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textCodeBlock.background\":{\"type\":\"string\",\"description\":\"Background color for code blocks in text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"widget.shadow\":{\"type\":\"string\",\"description\":\"Shadow color of widgets such as find/replace inside the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"input.background\":{\"type\":\"string\",\"description\":\"Input box background.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"input.foreground\":{\"type\":\"string\",\"description\":\"Input box foreground.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"input.border\":{\"type\":\"string\",\"description\":\"Input box border.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputOption.activeBorder\":{\"type\":\"string\",\"description\":\"Border color of activated options in input fields.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"input.placeholderForeground\":{\"type\":\"string\",\"description\":\"Input box foreground color for placeholder text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.infoBackground\":{\"type\":\"string\",\"description\":\"Input validation background color for information severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.infoBorder\":{\"type\":\"string\",\"description\":\"Input validation border color for information severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.warningBackground\":{\"type\":\"string\",\"description\":\"Input validation background color for warning severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.warningBorder\":{\"type\":\"string\",\"description\":\"Input validation border color for warning severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.errorBackground\":{\"type\":\"string\",\"description\":\"Input validation background color for error severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.errorBorder\":{\"type\":\"string\",\"description\":\"Input validation border color for error severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"dropdown.background\":{\"type\":\"string\",\"description\":\"Dropdown background.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"dropdown.listBackground\":{\"type\":\"string\",\"description\":\"Dropdown list background.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"dropdown.foreground\":{\"type\":\"string\",\"description\":\"Dropdown foreground.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"dropdown.border\":{\"type\":\"string\",\"description\":\"Dropdown border.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.focusBackground\":{\"type\":\"string\",\"description\":\"List/Tree background color for the focused item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.focusForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color for the focused item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.activeSelectionBackground\":{\"type\":\"string\",\"description\":\"List/Tree background color for the selected item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.activeSelectionForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color for the selected item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.inactiveSelectionBackground\":{\"type\":\"string\",\"description\":\"List/Tree background color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.inactiveSelectionForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.inactiveFocusBackground\":{\"type\":\"string\",\"description\":\"List/Tree background color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.hoverBackground\":{\"type\":\"string\",\"description\":\"List/Tree background when hovering over items using the mouse.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.hoverForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground when hovering over items using the mouse.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.dropBackground\":{\"type\":\"string\",\"description\":\"List/Tree drag and drop background when moving items around using the mouse.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.highlightForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color of the match highlights when searching inside the list/tree.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.invalidItemForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color for invalid items, for example an unresolved root in explorer.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.errorForeground\":{\"type\":\"string\",\"description\":\"Foreground color of list items containing errors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.warningForeground\":{\"type\":\"string\",\"description\":\"Foreground color of list items containing warnings.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"pickerGroup.foreground\":{\"type\":\"string\",\"description\":\"Quick picker color for grouping labels.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"pickerGroup.border\":{\"type\":\"string\",\"description\":\"Quick picker color for grouping borders.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"button.foreground\":{\"type\":\"string\",\"description\":\"Button foreground color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"button.background\":{\"type\":\"string\",\"description\":\"Button background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"button.hoverBackground\":{\"type\":\"string\",\"description\":\"Button background color when hovering.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"badge.background\":{\"type\":\"string\",\"description\":\"Badge background color. Badges are small information labels, e.g. for search results count.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"badge.foreground\":{\"type\":\"string\",\"description\":\"Badge foreground color. Badges are small information labels, e.g. for search results count.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"scrollbar.shadow\":{\"type\":\"string\",\"description\":\"Scrollbar shadow to indicate that the view is scrolled.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"scrollbarSlider.background\":{\"type\":\"string\",\"description\":\"Scrollbar slider background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"scrollbarSlider.hoverBackground\":{\"type\":\"string\",\"description\":\"Scrollbar slider background color when hovering.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"scrollbarSlider.activeBackground\":{\"type\":\"string\",\"description\":\"Scrollbar slider background color when clicked on.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"progressBar.background\":{\"type\":\"string\",\"description\":\"Background color of the progress bar that can show for long running operations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.background\":{\"type\":\"string\",\"description\":\"Editor background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.foreground\":{\"type\":\"string\",\"description\":\"Editor default foreground color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWidget.background\":{\"type\":\"string\",\"description\":\"Background color of editor widgets, such as find/replace.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWidget.border\":{\"type\":\"string\",\"description\":\"Border color of editor widgets. The color is only used if the widget chooses to have a border and if the color is not overridden by a widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWidget.resizeBorder\":{\"type\":\"string\",\"description\":\"Border color of the resize bar of editor widgets. The color is only used if the widget chooses to have a resize border and if the color is not overridden by a widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.selectionBackground\":{\"type\":\"string\",\"description\":\"Color of the editor selection.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.selectionForeground\":{\"type\":\"string\",\"description\":\"Color of the selected text for high contrast.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.inactiveSelectionBackground\":{\"type\":\"string\",\"description\":\"Color of the selection in an inactive editor. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.selectionHighlightBackground\":{\"type\":\"string\",\"description\":\"Color for regions with the same content as the selection. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.selectionHighlightBorder\":{\"type\":\"string\",\"description\":\"Border color for regions with the same content as the selection.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findMatchBackground\":{\"type\":\"string\",\"description\":\"Color of the current search match.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findMatchHighlightBackground\":{\"type\":\"string\",\"description\":\"Color of the other search matches. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findRangeHighlightBackground\":{\"type\":\"string\",\"description\":\"Color of the range limiting the search. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findMatchBorder\":{\"type\":\"string\",\"description\":\"Border color of the current search match.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findMatchHighlightBorder\":{\"type\":\"string\",\"description\":\"Border color of the other search matches.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findRangeHighlightBorder\":{\"type\":\"string\",\"description\":\"Border color of the range limiting the search. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.hoverHighlightBackground\":{\"type\":\"string\",\"description\":\"Highlight below the word for which a hover is shown. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorHoverWidget.background\":{\"type\":\"string\",\"description\":\"Background color of the editor hover.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorHoverWidget.border\":{\"type\":\"string\",\"description\":\"Border color of the editor hover.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorLink.activeForeground\":{\"type\":\"string\",\"description\":\"Color of active links.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"diffEditor.insertedTextBackground\":{\"type\":\"string\",\"description\":\"Background color for text that got inserted. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"diffEditor.removedTextBackground\":{\"type\":\"string\",\"description\":\"Background color for text that got removed. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"diffEditor.insertedTextBorder\":{\"type\":\"string\",\"description\":\"Outline color for the text that got inserted.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"diffEditor.removedTextBorder\":{\"type\":\"string\",\"description\":\"Outline color for text that got removed.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.currentHeaderBackground\":{\"type\":\"string\",\"description\":\"Current header background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.currentContentBackground\":{\"type\":\"string\",\"description\":\"Current content background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.incomingHeaderBackground\":{\"type\":\"string\",\"description\":\"Incoming header background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.incomingContentBackground\":{\"type\":\"string\",\"description\":\"Incoming content background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.commonHeaderBackground\":{\"type\":\"string\",\"description\":\"Common ancestor header background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.commonContentBackground\":{\"type\":\"string\",\"description\":\"Common ancestor content background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.border\":{\"type\":\"string\",\"description\":\"Border color on headers and the splitter in inline merge-conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.currentContentForeground\":{\"type\":\"string\",\"description\":\"Current overview ruler foreground for inline merge-conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.incomingContentForeground\":{\"type\":\"string\",\"description\":\"Incoming overview ruler foreground for inline merge-conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.commonContentForeground\":{\"type\":\"string\",\"description\":\"Common ancestor overview ruler foreground for inline merge-conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.findMatchForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for find matches. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.selectionHighlightForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for selection highlights. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.lineHighlightBackground\":{\"type\":\"string\",\"description\":\"Background color for the highlight of line at the cursor position.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.lineHighlightBorder\":{\"type\":\"string\",\"description\":\"Background color for the border around the line at the cursor position.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.rangeHighlightBackground\":{\"type\":\"string\",\"description\":\"Background color of highlighted ranges, like by quick open and find features. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.rangeHighlightBorder\":{\"type\":\"string\",\"description\":\"Background color of the border around highlighted ranges.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorCursor.foreground\":{\"type\":\"string\",\"description\":\"Color of the editor cursor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorCursor.background\":{\"type\":\"string\",\"description\":\"The background color of the editor cursor. Allows customizing the color of a character overlapped by a block cursor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWhitespace.foreground\":{\"type\":\"string\",\"description\":\"Color of whitespace characters in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorIndentGuide.background\":{\"type\":\"string\",\"description\":\"Color of the editor indentation guides.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorIndentGuide.activeBackground\":{\"type\":\"string\",\"description\":\"Color of the active editor indentation guides.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorLineNumber.foreground\":{\"type\":\"string\",\"description\":\"Color of editor line numbers.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorActiveLineNumber.foreground\":{\"type\":\"string\",\"description\":\"Color of editor active line number\",\"format\":\"color-hex\",\"default\":\"#ff0000\",\"deprecationMessage\":\"Id is deprecated. Use 'editorLineNumber.activeForeground' instead.\"},\"editorLineNumber.activeForeground\":{\"type\":\"string\",\"description\":\"Color of editor active line number\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorRuler.foreground\":{\"type\":\"string\",\"description\":\"Color of the editor rulers.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorCodeLens.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of editor code lenses\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorBracketMatch.background\":{\"type\":\"string\",\"description\":\"Background color behind matching brackets\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorBracketMatch.border\":{\"type\":\"string\",\"description\":\"Color for matching brackets boxes\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.border\":{\"type\":\"string\",\"description\":\"Color of the overview ruler border.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGutter.background\":{\"type\":\"string\",\"description\":\"Background color of the editor gutter. The gutter contains the glyph margins and the line numbers.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorError.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of error squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorError.border\":{\"type\":\"string\",\"description\":\"Border color of error squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWarning.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of warning squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWarning.border\":{\"type\":\"string\",\"description\":\"Border color of warning squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorInfo.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of info squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorInfo.border\":{\"type\":\"string\",\"description\":\"Border color of info squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorHint.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of hint squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorHint.border\":{\"type\":\"string\",\"description\":\"Border color of hint squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorUnnecessaryCode.border\":{\"type\":\"string\",\"description\":\"Border of unnecessary code in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorUnnecessaryCode.opacity\":{\"type\":\"string\",\"description\":\"Opacity of unnecessary code in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.rangeHighlightForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for range highlights. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.errorForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for errors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.warningForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for warnings.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.infoForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for infos.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.bracketMatchForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for matching brackets.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorMarkerNavigationError.background\":{\"type\":\"string\",\"description\":\"Editor marker navigation widget error color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorMarkerNavigationWarning.background\":{\"type\":\"string\",\"description\":\"Editor marker navigation widget warning color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorMarkerNavigationInfo.background\":{\"type\":\"string\",\"description\":\"Editor marker navigation widget info color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorMarkerNavigation.background\":{\"type\":\"string\",\"description\":\"Editor marker navigation widget background.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.background\":{\"type\":\"string\",\"description\":\"Background color of the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.border\":{\"type\":\"string\",\"description\":\"Border color of the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.selectedBackground\":{\"type\":\"string\",\"description\":\"Background color of the selected entry in the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.highlightForeground\":{\"type\":\"string\",\"description\":\"Color of the match highlights in the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.wordHighlightBackground\":{\"type\":\"string\",\"description\":\"Background color of a symbol during read-access, like reading a variable. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.wordHighlightStrongBackground\":{\"type\":\"string\",\"description\":\"Background color of a symbol during write-access, like writing to a variable. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.wordHighlightBorder\":{\"type\":\"string\",\"description\":\"Border color of a symbol during read-access, like reading a variable.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.wordHighlightStrongBorder\":{\"type\":\"string\",\"description\":\"Border color of a symbol during write-access, like writing to a variable.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.wordHighlightForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for symbol highlights. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.wordHighlightStrongForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for write-access symbol highlights. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewTitle.background\":{\"type\":\"string\",\"description\":\"Background color of the peek view title area.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewTitleLabel.foreground\":{\"type\":\"string\",\"description\":\"Color of the peek view title.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewTitleDescription.foreground\":{\"type\":\"string\",\"description\":\"Color of the peek view title info.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekView.border\":{\"type\":\"string\",\"description\":\"Color of the peek view borders and arrow.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.background\":{\"type\":\"string\",\"description\":\"Background color of the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.lineForeground\":{\"type\":\"string\",\"description\":\"Foreground color for line nodes in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.fileForeground\":{\"type\":\"string\",\"description\":\"Foreground color for file nodes in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.selectionBackground\":{\"type\":\"string\",\"description\":\"Background color of the selected entry in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.selectionForeground\":{\"type\":\"string\",\"description\":\"Foreground color of the selected entry in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewEditor.background\":{\"type\":\"string\",\"description\":\"Background color of the peek view editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewEditorGutter.background\":{\"type\":\"string\",\"description\":\"Background color of the gutter in the peek view editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.matchHighlightBackground\":{\"type\":\"string\",\"description\":\"Match highlight color in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewEditor.matchHighlightBackground\":{\"type\":\"string\",\"description\":\"Match highlight color in the peek view editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewEditor.matchHighlightBorder\":{\"type\":\"string\",\"description\":\"Match highlight border in the peek view editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.activeBackground\":{\"type\":\"string\",\"description\":\"Active tab background color. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.inactiveBackground\":{\"type\":\"string\",\"description\":\"Inactive tab background color. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.hoverBackground\":{\"type\":\"string\",\"description\":\"Tab background color when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedHoverBackground\":{\"type\":\"string\",\"description\":\"Tab background color in an unfocused group when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.border\":{\"type\":\"string\",\"description\":\"Border to separate tabs from each other. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.activeBorder\":{\"type\":\"string\",\"description\":\"Border on the bottom of an active tab. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.activeBorderTop\":{\"type\":\"string\",\"description\":\"Border to the top of an active tab. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedActiveBorder\":{\"type\":\"string\",\"description\":\"Border on the bottom of an active tab in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedActiveBorderTop\":{\"type\":\"string\",\"description\":\"Border to the top of an active tab in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.hoverBorder\":{\"type\":\"string\",\"description\":\"Border to highlight tabs when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedHoverBorder\":{\"type\":\"string\",\"description\":\"Border to highlight tabs in an unfocused group when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.activeForeground\":{\"type\":\"string\",\"description\":\"Active tab foreground color in an active group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.inactiveForeground\":{\"type\":\"string\",\"description\":\"Inactive tab foreground color in an active group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedActiveForeground\":{\"type\":\"string\",\"description\":\"Active tab foreground color in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedInactiveForeground\":{\"type\":\"string\",\"description\":\"Inactive tab foreground color in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroup.background\":{\"type\":\"string\",\"description\":\"Deprecated background color of an editor group.\",\"format\":\"color-hex\",\"default\":\"#ff0000\",\"deprecationMessage\":\"Deprecated: Background color of an editor group is no longer being supported with the introduction of the grid editor layout. You can use editorGroup.emptyBackground to set the background color of empty editor groups.\"},\"editorGroup.emptyBackground\":{\"type\":\"string\",\"description\":\"Background color of an empty editor group. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroup.focusedEmptyBorder\":{\"type\":\"string\",\"description\":\"Border color of an empty editor group that is focused. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroupHeader.tabsBackground\":{\"type\":\"string\",\"description\":\"Background color of the editor group title header when tabs are enabled. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroupHeader.tabsBorder\":{\"type\":\"string\",\"description\":\"Border color of the editor group title header when tabs are enabled. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroupHeader.noTabsBackground\":{\"type\":\"string\",\"description\":\"Background color of the editor group title header when tabs are disabled (`\\\"workbench.editor.showTabs\\\": false`). Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroup.border\":{\"type\":\"string\",\"description\":\"Color to separate multiple editor groups from each other. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroup.dropBackground\":{\"type\":\"string\",\"description\":\"Background color when dragging editors around. The color should have transparency so that the editor contents can still shine through.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panel.background\":{\"type\":\"string\",\"description\":\"Panel background color. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panel.border\":{\"type\":\"string\",\"description\":\"Panel border color to separate the panel from the editor. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panelTitle.activeForeground\":{\"type\":\"string\",\"description\":\"Title color for the active panel. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panelTitle.inactiveForeground\":{\"type\":\"string\",\"description\":\"Title color for the inactive panel. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panelTitle.activeBorder\":{\"type\":\"string\",\"description\":\"Border color for the active panel title. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panel.dropBackground\":{\"type\":\"string\",\"description\":\"Drag and drop feedback color for the panel title items. The color should have transparency so that the panel entries can still shine through. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.foreground\":{\"type\":\"string\",\"description\":\"Status bar foreground color when a workspace is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.noFolderForeground\":{\"type\":\"string\",\"description\":\"Status bar foreground color when no folder is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.background\":{\"type\":\"string\",\"description\":\"Status bar background color when a workspace is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.noFolderBackground\":{\"type\":\"string\",\"description\":\"Status bar background color when no folder is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.border\":{\"type\":\"string\",\"description\":\"Status bar border color separating to the sidebar and editor. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.noFolderBorder\":{\"type\":\"string\",\"description\":\"Status bar border color separating to the sidebar and editor when no folder is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBarItem.activeBackground\":{\"type\":\"string\",\"description\":\"Status bar item background color when clicking. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBarItem.hoverBackground\":{\"type\":\"string\",\"description\":\"Status bar item background color when hovering. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBarItem.prominentBackground\":{\"type\":\"string\",\"description\":\"Status bar prominent items background color. Prominent items stand out from other status bar entries to indicate importance. Change mode `Toggle Tab Key Moves Focus` from command palette to see an example. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBarItem.prominentHoverBackground\":{\"type\":\"string\",\"description\":\"Status bar prominent items background color when hovering. Prominent items stand out from other status bar entries to indicate importance. Change mode `Toggle Tab Key Moves Focus` from command palette to see an example. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBar.background\":{\"type\":\"string\",\"description\":\"Activity bar background color. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBar.foreground\":{\"type\":\"string\",\"description\":\"Activity bar foreground color (e.g. used for the icons). The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBar.border\":{\"type\":\"string\",\"description\":\"Activity bar border color separating to the side bar. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBar.dropBackground\":{\"type\":\"string\",\"description\":\"Drag and drop feedback color for the activity bar items. The color should have transparency so that the activity bar entries can still shine through. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBarBadge.background\":{\"type\":\"string\",\"description\":\"Activity notification badge background color. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBarBadge.foreground\":{\"type\":\"string\",\"description\":\"Activity notification badge foreground color. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBar.background\":{\"type\":\"string\",\"description\":\"Side bar background color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBar.foreground\":{\"type\":\"string\",\"description\":\"Side bar foreground color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBar.border\":{\"type\":\"string\",\"description\":\"Side bar border color on the side separating to the editor. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBarTitle.foreground\":{\"type\":\"string\",\"description\":\"Side bar title foreground color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBar.dropBackground\":{\"type\":\"string\",\"description\":\"Drag and drop feedback color for the side bar sections. The color should have transparency so that the side bar sections can still shine through. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBarSectionHeader.background\":{\"type\":\"string\",\"description\":\"Side bar section header background color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBarSectionHeader.foreground\":{\"type\":\"string\",\"description\":\"Side bar section header foreground color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.activeForeground\":{\"type\":\"string\",\"description\":\"Title bar foreground when the window is active. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.inactiveForeground\":{\"type\":\"string\",\"description\":\"Title bar foreground when the window is inactive. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.activeBackground\":{\"type\":\"string\",\"description\":\"Title bar background when the window is active. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.inactiveBackground\":{\"type\":\"string\",\"description\":\"Title bar background when the window is inactive. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.border\":{\"type\":\"string\",\"description\":\"Title bar border color. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationCenter.border\":{\"type\":\"string\",\"description\":\"Notifications center border color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationToast.border\":{\"type\":\"string\",\"description\":\"Notification toast border color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notifications.foreground\":{\"type\":\"string\",\"description\":\"Notifications foreground color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notifications.background\":{\"type\":\"string\",\"description\":\"Notifications background color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationLink.foreground\":{\"type\":\"string\",\"description\":\"Notification links foreground color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationCenterHeader.foreground\":{\"type\":\"string\",\"description\":\"Notifications center header foreground color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationCenterHeader.background\":{\"type\":\"string\",\"description\":\"Notifications center header background color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notifications.border\":{\"type\":\"string\",\"description\":\"Notifications border color separating from other notifications in the notifications center. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"settings.modifiedItemForeground\":{\"type\":\"string\",\"description\":\"(For settings editor preview) The foreground color for a modified setting.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.background\":{\"type\":\"string\",\"description\":\"The background color of the terminal, this allows coloring the terminal differently to the panel.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.foreground\":{\"type\":\"string\",\"description\":\"The foreground color of the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminalCursor.foreground\":{\"type\":\"string\",\"description\":\"The foreground color of the terminal cursor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminalCursor.background\":{\"type\":\"string\",\"description\":\"The background color of the terminal cursor. Allows customizing the color of a character overlapped by a block cursor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.selectionBackground\":{\"type\":\"string\",\"description\":\"The selection background color of the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.border\":{\"type\":\"string\",\"description\":\"The color of the border that separates split panes within the terminal. This defaults to panel.border.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"debugExceptionWidget.border\":{\"type\":\"string\",\"description\":\"Exception widget border color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"debugExceptionWidget.background\":{\"type\":\"string\",\"description\":\"Exception widget background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"welcomePage.buttonBackground\":{\"type\":\"string\",\"description\":\"Background color for the buttons on the Welcome page.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"welcomePage.buttonHoverBackground\":{\"type\":\"string\",\"description\":\"Hover background color for the buttons on the Welcome page.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"walkThrough.embeddedEditorBackground\":{\"type\":\"string\",\"description\":\"Background color for the embedded editors on the Interactive Playground.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.debuggingBackground\":{\"type\":\"string\",\"description\":\"Status bar background color when a program is being debugged. The status bar is shown in the bottom of the window\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.debuggingForeground\":{\"type\":\"string\",\"description\":\"Status bar foreground color when a program is being debugged. The status bar is shown in the bottom of the window\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.debuggingBorder\":{\"type\":\"string\",\"description\":\"Status bar border color separating to the sidebar and editor when a program is being debugged. The status bar is shown in the bottom of the window\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGutter.modifiedBackground\":{\"type\":\"string\",\"description\":\"Editor gutter background color for lines that are modified.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGutter.addedBackground\":{\"type\":\"string\",\"description\":\"Editor gutter background color for lines that are added.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGutter.deletedBackground\":{\"type\":\"string\",\"description\":\"Editor gutter background color for lines that are deleted.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.modifiedForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for modified content.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.addedForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for added content.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.deletedForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for deleted content.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"debugToolBar.background\":{\"type\":\"string\",\"description\":\"Debug toolbar background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"debugToolBar.border\":{\"type\":\"string\",\"description\":\"Debug toolbar border color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorPane.background\":{\"type\":\"string\",\"description\":\"Background color of the editor pane visible on the left and right side of the centered editor layout.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"extensionButton.prominentBackground\":{\"type\":\"string\",\"description\":\"Button background color for actions extension that stand out (e.g. install button).\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"extensionButton.prominentForeground\":{\"type\":\"string\",\"description\":\"Button foreground color for actions extension that stand out (e.g. install button).\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"extensionButton.prominentHoverBackground\":{\"type\":\"string\",\"description\":\"Button background hover color for actions extension that stand out (e.g. install button).\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBlack\":{\"type\":\"string\",\"description\":\"'Black' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiRed\":{\"type\":\"string\",\"description\":\"'Red' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiGreen\":{\"type\":\"string\",\"description\":\"'Green' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiYellow\":{\"type\":\"string\",\"description\":\"'Yellow' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBlue\":{\"type\":\"string\",\"description\":\"'Blue' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiMagenta\":{\"type\":\"string\",\"description\":\"'Magenta' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiCyan\":{\"type\":\"string\",\"description\":\"'Cyan' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiWhite\":{\"type\":\"string\",\"description\":\"'White' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightBlack\":{\"type\":\"string\",\"description\":\"'BrightBlack' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightRed\":{\"type\":\"string\",\"description\":\"'BrightRed' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightGreen\":{\"type\":\"string\",\"description\":\"'BrightGreen' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightYellow\":{\"type\":\"string\",\"description\":\"'BrightYellow' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightBlue\":{\"type\":\"string\",\"description\":\"'BrightBlue' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightMagenta\":{\"type\":\"string\",\"description\":\"'BrightMagenta' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightCyan\":{\"type\":\"string\",\"description\":\"'BrightCyan' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightWhite\":{\"type\":\"string\",\"description\":\"'BrightWhite' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.addedResourceForeground\":{\"type\":\"string\",\"description\":\"Color for added resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.modifiedResourceForeground\":{\"type\":\"string\",\"description\":\"Color for modified resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.deletedResourceForeground\":{\"type\":\"string\",\"description\":\"Color for deleted resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.untrackedResourceForeground\":{\"type\":\"string\",\"description\":\"Color for untracked resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.ignoredResourceForeground\":{\"type\":\"string\",\"description\":\"Color for ignored resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.conflictingResourceForeground\":{\"type\":\"string\",\"description\":\"Color for resources with conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.submoduleResourceForeground\":{\"type\":\"string\",\"description\":\"Color for submodule resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"}},\"additionalProperties\":false,\"default\":{},\"defaultSnippets\":[{\"body\":{\"statusBar.background\":\"#666666\",\"panel.background\":\"#555555\",\"sideBar.background\":\"#444444\"}}],\"scope\":2},\"[Quiet Light]\":{\"type\":\"object\",\"description\":\"Overrides colors from the currently selected color theme.\",\"properties\":{\"foreground\":{\"type\":\"string\",\"description\":\"Overall foreground color. This color is only used if not overridden by a component.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"errorForeground\":{\"type\":\"string\",\"description\":\"Overall foreground color for error messages. This color is only used if not overridden by a component.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"descriptionForeground\":{\"type\":\"string\",\"description\":\"Foreground color for description text providing additional information, for example for a label.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"focusBorder\":{\"type\":\"string\",\"description\":\"Overall border color for focused elements. This color is only used if not overridden by a component.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"contrastBorder\":{\"type\":\"string\",\"description\":\"An extra border around elements to separate them from others for greater contrast.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"contrastActiveBorder\":{\"type\":\"string\",\"description\":\"An extra border around active elements to separate them from others for greater contrast.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"selection.background\":{\"type\":\"string\",\"description\":\"The background color of text selections in the workbench (e.g. for input fields or text areas). Note that this does not apply to selections within the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textSeparator.foreground\":{\"type\":\"string\",\"description\":\"Color for text separators.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textLink.foreground\":{\"type\":\"string\",\"description\":\"Foreground color for links in text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textLink.activeForeground\":{\"type\":\"string\",\"description\":\"Foreground color for links in text when clicked on and on mouse hover.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textPreformat.foreground\":{\"type\":\"string\",\"description\":\"Foreground color for preformatted text segments.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textBlockQuote.background\":{\"type\":\"string\",\"description\":\"Background color for block quotes in text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textBlockQuote.border\":{\"type\":\"string\",\"description\":\"Border color for block quotes in text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textCodeBlock.background\":{\"type\":\"string\",\"description\":\"Background color for code blocks in text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"widget.shadow\":{\"type\":\"string\",\"description\":\"Shadow color of widgets such as find/replace inside the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"input.background\":{\"type\":\"string\",\"description\":\"Input box background.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"input.foreground\":{\"type\":\"string\",\"description\":\"Input box foreground.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"input.border\":{\"type\":\"string\",\"description\":\"Input box border.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputOption.activeBorder\":{\"type\":\"string\",\"description\":\"Border color of activated options in input fields.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"input.placeholderForeground\":{\"type\":\"string\",\"description\":\"Input box foreground color for placeholder text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.infoBackground\":{\"type\":\"string\",\"description\":\"Input validation background color for information severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.infoBorder\":{\"type\":\"string\",\"description\":\"Input validation border color for information severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.warningBackground\":{\"type\":\"string\",\"description\":\"Input validation background color for warning severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.warningBorder\":{\"type\":\"string\",\"description\":\"Input validation border color for warning severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.errorBackground\":{\"type\":\"string\",\"description\":\"Input validation background color for error severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.errorBorder\":{\"type\":\"string\",\"description\":\"Input validation border color for error severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"dropdown.background\":{\"type\":\"string\",\"description\":\"Dropdown background.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"dropdown.listBackground\":{\"type\":\"string\",\"description\":\"Dropdown list background.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"dropdown.foreground\":{\"type\":\"string\",\"description\":\"Dropdown foreground.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"dropdown.border\":{\"type\":\"string\",\"description\":\"Dropdown border.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.focusBackground\":{\"type\":\"string\",\"description\":\"List/Tree background color for the focused item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.focusForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color for the focused item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.activeSelectionBackground\":{\"type\":\"string\",\"description\":\"List/Tree background color for the selected item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.activeSelectionForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color for the selected item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.inactiveSelectionBackground\":{\"type\":\"string\",\"description\":\"List/Tree background color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.inactiveSelectionForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.inactiveFocusBackground\":{\"type\":\"string\",\"description\":\"List/Tree background color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.hoverBackground\":{\"type\":\"string\",\"description\":\"List/Tree background when hovering over items using the mouse.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.hoverForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground when hovering over items using the mouse.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.dropBackground\":{\"type\":\"string\",\"description\":\"List/Tree drag and drop background when moving items around using the mouse.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.highlightForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color of the match highlights when searching inside the list/tree.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.invalidItemForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color for invalid items, for example an unresolved root in explorer.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.errorForeground\":{\"type\":\"string\",\"description\":\"Foreground color of list items containing errors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.warningForeground\":{\"type\":\"string\",\"description\":\"Foreground color of list items containing warnings.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"pickerGroup.foreground\":{\"type\":\"string\",\"description\":\"Quick picker color for grouping labels.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"pickerGroup.border\":{\"type\":\"string\",\"description\":\"Quick picker color for grouping borders.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"button.foreground\":{\"type\":\"string\",\"description\":\"Button foreground color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"button.background\":{\"type\":\"string\",\"description\":\"Button background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"button.hoverBackground\":{\"type\":\"string\",\"description\":\"Button background color when hovering.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"badge.background\":{\"type\":\"string\",\"description\":\"Badge background color. Badges are small information labels, e.g. for search results count.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"badge.foreground\":{\"type\":\"string\",\"description\":\"Badge foreground color. Badges are small information labels, e.g. for search results count.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"scrollbar.shadow\":{\"type\":\"string\",\"description\":\"Scrollbar shadow to indicate that the view is scrolled.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"scrollbarSlider.background\":{\"type\":\"string\",\"description\":\"Scrollbar slider background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"scrollbarSlider.hoverBackground\":{\"type\":\"string\",\"description\":\"Scrollbar slider background color when hovering.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"scrollbarSlider.activeBackground\":{\"type\":\"string\",\"description\":\"Scrollbar slider background color when clicked on.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"progressBar.background\":{\"type\":\"string\",\"description\":\"Background color of the progress bar that can show for long running operations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.background\":{\"type\":\"string\",\"description\":\"Editor background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.foreground\":{\"type\":\"string\",\"description\":\"Editor default foreground color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWidget.background\":{\"type\":\"string\",\"description\":\"Background color of editor widgets, such as find/replace.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWidget.border\":{\"type\":\"string\",\"description\":\"Border color of editor widgets. The color is only used if the widget chooses to have a border and if the color is not overridden by a widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWidget.resizeBorder\":{\"type\":\"string\",\"description\":\"Border color of the resize bar of editor widgets. The color is only used if the widget chooses to have a resize border and if the color is not overridden by a widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.selectionBackground\":{\"type\":\"string\",\"description\":\"Color of the editor selection.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.selectionForeground\":{\"type\":\"string\",\"description\":\"Color of the selected text for high contrast.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.inactiveSelectionBackground\":{\"type\":\"string\",\"description\":\"Color of the selection in an inactive editor. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.selectionHighlightBackground\":{\"type\":\"string\",\"description\":\"Color for regions with the same content as the selection. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.selectionHighlightBorder\":{\"type\":\"string\",\"description\":\"Border color for regions with the same content as the selection.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findMatchBackground\":{\"type\":\"string\",\"description\":\"Color of the current search match.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findMatchHighlightBackground\":{\"type\":\"string\",\"description\":\"Color of the other search matches. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findRangeHighlightBackground\":{\"type\":\"string\",\"description\":\"Color of the range limiting the search. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findMatchBorder\":{\"type\":\"string\",\"description\":\"Border color of the current search match.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findMatchHighlightBorder\":{\"type\":\"string\",\"description\":\"Border color of the other search matches.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findRangeHighlightBorder\":{\"type\":\"string\",\"description\":\"Border color of the range limiting the search. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.hoverHighlightBackground\":{\"type\":\"string\",\"description\":\"Highlight below the word for which a hover is shown. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorHoverWidget.background\":{\"type\":\"string\",\"description\":\"Background color of the editor hover.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorHoverWidget.border\":{\"type\":\"string\",\"description\":\"Border color of the editor hover.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorLink.activeForeground\":{\"type\":\"string\",\"description\":\"Color of active links.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"diffEditor.insertedTextBackground\":{\"type\":\"string\",\"description\":\"Background color for text that got inserted. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"diffEditor.removedTextBackground\":{\"type\":\"string\",\"description\":\"Background color for text that got removed. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"diffEditor.insertedTextBorder\":{\"type\":\"string\",\"description\":\"Outline color for the text that got inserted.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"diffEditor.removedTextBorder\":{\"type\":\"string\",\"description\":\"Outline color for text that got removed.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.currentHeaderBackground\":{\"type\":\"string\",\"description\":\"Current header background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.currentContentBackground\":{\"type\":\"string\",\"description\":\"Current content background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.incomingHeaderBackground\":{\"type\":\"string\",\"description\":\"Incoming header background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.incomingContentBackground\":{\"type\":\"string\",\"description\":\"Incoming content background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.commonHeaderBackground\":{\"type\":\"string\",\"description\":\"Common ancestor header background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.commonContentBackground\":{\"type\":\"string\",\"description\":\"Common ancestor content background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.border\":{\"type\":\"string\",\"description\":\"Border color on headers and the splitter in inline merge-conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.currentContentForeground\":{\"type\":\"string\",\"description\":\"Current overview ruler foreground for inline merge-conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.incomingContentForeground\":{\"type\":\"string\",\"description\":\"Incoming overview ruler foreground for inline merge-conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.commonContentForeground\":{\"type\":\"string\",\"description\":\"Common ancestor overview ruler foreground for inline merge-conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.findMatchForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for find matches. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.selectionHighlightForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for selection highlights. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.lineHighlightBackground\":{\"type\":\"string\",\"description\":\"Background color for the highlight of line at the cursor position.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.lineHighlightBorder\":{\"type\":\"string\",\"description\":\"Background color for the border around the line at the cursor position.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.rangeHighlightBackground\":{\"type\":\"string\",\"description\":\"Background color of highlighted ranges, like by quick open and find features. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.rangeHighlightBorder\":{\"type\":\"string\",\"description\":\"Background color of the border around highlighted ranges.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorCursor.foreground\":{\"type\":\"string\",\"description\":\"Color of the editor cursor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorCursor.background\":{\"type\":\"string\",\"description\":\"The background color of the editor cursor. Allows customizing the color of a character overlapped by a block cursor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWhitespace.foreground\":{\"type\":\"string\",\"description\":\"Color of whitespace characters in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorIndentGuide.background\":{\"type\":\"string\",\"description\":\"Color of the editor indentation guides.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorIndentGuide.activeBackground\":{\"type\":\"string\",\"description\":\"Color of the active editor indentation guides.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorLineNumber.foreground\":{\"type\":\"string\",\"description\":\"Color of editor line numbers.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorActiveLineNumber.foreground\":{\"type\":\"string\",\"description\":\"Color of editor active line number\",\"format\":\"color-hex\",\"default\":\"#ff0000\",\"deprecationMessage\":\"Id is deprecated. Use 'editorLineNumber.activeForeground' instead.\"},\"editorLineNumber.activeForeground\":{\"type\":\"string\",\"description\":\"Color of editor active line number\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorRuler.foreground\":{\"type\":\"string\",\"description\":\"Color of the editor rulers.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorCodeLens.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of editor code lenses\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorBracketMatch.background\":{\"type\":\"string\",\"description\":\"Background color behind matching brackets\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorBracketMatch.border\":{\"type\":\"string\",\"description\":\"Color for matching brackets boxes\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.border\":{\"type\":\"string\",\"description\":\"Color of the overview ruler border.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGutter.background\":{\"type\":\"string\",\"description\":\"Background color of the editor gutter. The gutter contains the glyph margins and the line numbers.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorError.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of error squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorError.border\":{\"type\":\"string\",\"description\":\"Border color of error squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWarning.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of warning squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWarning.border\":{\"type\":\"string\",\"description\":\"Border color of warning squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorInfo.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of info squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorInfo.border\":{\"type\":\"string\",\"description\":\"Border color of info squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorHint.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of hint squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorHint.border\":{\"type\":\"string\",\"description\":\"Border color of hint squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorUnnecessaryCode.border\":{\"type\":\"string\",\"description\":\"Border of unnecessary code in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorUnnecessaryCode.opacity\":{\"type\":\"string\",\"description\":\"Opacity of unnecessary code in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.rangeHighlightForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for range highlights. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.errorForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for errors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.warningForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for warnings.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.infoForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for infos.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.bracketMatchForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for matching brackets.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorMarkerNavigationError.background\":{\"type\":\"string\",\"description\":\"Editor marker navigation widget error color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorMarkerNavigationWarning.background\":{\"type\":\"string\",\"description\":\"Editor marker navigation widget warning color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorMarkerNavigationInfo.background\":{\"type\":\"string\",\"description\":\"Editor marker navigation widget info color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorMarkerNavigation.background\":{\"type\":\"string\",\"description\":\"Editor marker navigation widget background.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.background\":{\"type\":\"string\",\"description\":\"Background color of the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.border\":{\"type\":\"string\",\"description\":\"Border color of the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.selectedBackground\":{\"type\":\"string\",\"description\":\"Background color of the selected entry in the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.highlightForeground\":{\"type\":\"string\",\"description\":\"Color of the match highlights in the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.wordHighlightBackground\":{\"type\":\"string\",\"description\":\"Background color of a symbol during read-access, like reading a variable. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.wordHighlightStrongBackground\":{\"type\":\"string\",\"description\":\"Background color of a symbol during write-access, like writing to a variable. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.wordHighlightBorder\":{\"type\":\"string\",\"description\":\"Border color of a symbol during read-access, like reading a variable.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.wordHighlightStrongBorder\":{\"type\":\"string\",\"description\":\"Border color of a symbol during write-access, like writing to a variable.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.wordHighlightForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for symbol highlights. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.wordHighlightStrongForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for write-access symbol highlights. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewTitle.background\":{\"type\":\"string\",\"description\":\"Background color of the peek view title area.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewTitleLabel.foreground\":{\"type\":\"string\",\"description\":\"Color of the peek view title.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewTitleDescription.foreground\":{\"type\":\"string\",\"description\":\"Color of the peek view title info.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekView.border\":{\"type\":\"string\",\"description\":\"Color of the peek view borders and arrow.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.background\":{\"type\":\"string\",\"description\":\"Background color of the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.lineForeground\":{\"type\":\"string\",\"description\":\"Foreground color for line nodes in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.fileForeground\":{\"type\":\"string\",\"description\":\"Foreground color for file nodes in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.selectionBackground\":{\"type\":\"string\",\"description\":\"Background color of the selected entry in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.selectionForeground\":{\"type\":\"string\",\"description\":\"Foreground color of the selected entry in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewEditor.background\":{\"type\":\"string\",\"description\":\"Background color of the peek view editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewEditorGutter.background\":{\"type\":\"string\",\"description\":\"Background color of the gutter in the peek view editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.matchHighlightBackground\":{\"type\":\"string\",\"description\":\"Match highlight color in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewEditor.matchHighlightBackground\":{\"type\":\"string\",\"description\":\"Match highlight color in the peek view editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewEditor.matchHighlightBorder\":{\"type\":\"string\",\"description\":\"Match highlight border in the peek view editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.activeBackground\":{\"type\":\"string\",\"description\":\"Active tab background color. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.inactiveBackground\":{\"type\":\"string\",\"description\":\"Inactive tab background color. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.hoverBackground\":{\"type\":\"string\",\"description\":\"Tab background color when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedHoverBackground\":{\"type\":\"string\",\"description\":\"Tab background color in an unfocused group when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.border\":{\"type\":\"string\",\"description\":\"Border to separate tabs from each other. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.activeBorder\":{\"type\":\"string\",\"description\":\"Border on the bottom of an active tab. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.activeBorderTop\":{\"type\":\"string\",\"description\":\"Border to the top of an active tab. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedActiveBorder\":{\"type\":\"string\",\"description\":\"Border on the bottom of an active tab in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedActiveBorderTop\":{\"type\":\"string\",\"description\":\"Border to the top of an active tab in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.hoverBorder\":{\"type\":\"string\",\"description\":\"Border to highlight tabs when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedHoverBorder\":{\"type\":\"string\",\"description\":\"Border to highlight tabs in an unfocused group when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.activeForeground\":{\"type\":\"string\",\"description\":\"Active tab foreground color in an active group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.inactiveForeground\":{\"type\":\"string\",\"description\":\"Inactive tab foreground color in an active group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedActiveForeground\":{\"type\":\"string\",\"description\":\"Active tab foreground color in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedInactiveForeground\":{\"type\":\"string\",\"description\":\"Inactive tab foreground color in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroup.background\":{\"type\":\"string\",\"description\":\"Deprecated background color of an editor group.\",\"format\":\"color-hex\",\"default\":\"#ff0000\",\"deprecationMessage\":\"Deprecated: Background color of an editor group is no longer being supported with the introduction of the grid editor layout. You can use editorGroup.emptyBackground to set the background color of empty editor groups.\"},\"editorGroup.emptyBackground\":{\"type\":\"string\",\"description\":\"Background color of an empty editor group. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroup.focusedEmptyBorder\":{\"type\":\"string\",\"description\":\"Border color of an empty editor group that is focused. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroupHeader.tabsBackground\":{\"type\":\"string\",\"description\":\"Background color of the editor group title header when tabs are enabled. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroupHeader.tabsBorder\":{\"type\":\"string\",\"description\":\"Border color of the editor group title header when tabs are enabled. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroupHeader.noTabsBackground\":{\"type\":\"string\",\"description\":\"Background color of the editor group title header when tabs are disabled (`\\\"workbench.editor.showTabs\\\": false`). Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroup.border\":{\"type\":\"string\",\"description\":\"Color to separate multiple editor groups from each other. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroup.dropBackground\":{\"type\":\"string\",\"description\":\"Background color when dragging editors around. The color should have transparency so that the editor contents can still shine through.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panel.background\":{\"type\":\"string\",\"description\":\"Panel background color. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panel.border\":{\"type\":\"string\",\"description\":\"Panel border color to separate the panel from the editor. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panelTitle.activeForeground\":{\"type\":\"string\",\"description\":\"Title color for the active panel. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panelTitle.inactiveForeground\":{\"type\":\"string\",\"description\":\"Title color for the inactive panel. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panelTitle.activeBorder\":{\"type\":\"string\",\"description\":\"Border color for the active panel title. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panel.dropBackground\":{\"type\":\"string\",\"description\":\"Drag and drop feedback color for the panel title items. The color should have transparency so that the panel entries can still shine through. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.foreground\":{\"type\":\"string\",\"description\":\"Status bar foreground color when a workspace is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.noFolderForeground\":{\"type\":\"string\",\"description\":\"Status bar foreground color when no folder is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.background\":{\"type\":\"string\",\"description\":\"Status bar background color when a workspace is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.noFolderBackground\":{\"type\":\"string\",\"description\":\"Status bar background color when no folder is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.border\":{\"type\":\"string\",\"description\":\"Status bar border color separating to the sidebar and editor. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.noFolderBorder\":{\"type\":\"string\",\"description\":\"Status bar border color separating to the sidebar and editor when no folder is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBarItem.activeBackground\":{\"type\":\"string\",\"description\":\"Status bar item background color when clicking. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBarItem.hoverBackground\":{\"type\":\"string\",\"description\":\"Status bar item background color when hovering. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBarItem.prominentBackground\":{\"type\":\"string\",\"description\":\"Status bar prominent items background color. Prominent items stand out from other status bar entries to indicate importance. Change mode `Toggle Tab Key Moves Focus` from command palette to see an example. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBarItem.prominentHoverBackground\":{\"type\":\"string\",\"description\":\"Status bar prominent items background color when hovering. Prominent items stand out from other status bar entries to indicate importance. Change mode `Toggle Tab Key Moves Focus` from command palette to see an example. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBar.background\":{\"type\":\"string\",\"description\":\"Activity bar background color. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBar.foreground\":{\"type\":\"string\",\"description\":\"Activity bar foreground color (e.g. used for the icons). The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBar.border\":{\"type\":\"string\",\"description\":\"Activity bar border color separating to the side bar. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBar.dropBackground\":{\"type\":\"string\",\"description\":\"Drag and drop feedback color for the activity bar items. The color should have transparency so that the activity bar entries can still shine through. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBarBadge.background\":{\"type\":\"string\",\"description\":\"Activity notification badge background color. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBarBadge.foreground\":{\"type\":\"string\",\"description\":\"Activity notification badge foreground color. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBar.background\":{\"type\":\"string\",\"description\":\"Side bar background color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBar.foreground\":{\"type\":\"string\",\"description\":\"Side bar foreground color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBar.border\":{\"type\":\"string\",\"description\":\"Side bar border color on the side separating to the editor. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBarTitle.foreground\":{\"type\":\"string\",\"description\":\"Side bar title foreground color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBar.dropBackground\":{\"type\":\"string\",\"description\":\"Drag and drop feedback color for the side bar sections. The color should have transparency so that the side bar sections can still shine through. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBarSectionHeader.background\":{\"type\":\"string\",\"description\":\"Side bar section header background color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBarSectionHeader.foreground\":{\"type\":\"string\",\"description\":\"Side bar section header foreground color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.activeForeground\":{\"type\":\"string\",\"description\":\"Title bar foreground when the window is active. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.inactiveForeground\":{\"type\":\"string\",\"description\":\"Title bar foreground when the window is inactive. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.activeBackground\":{\"type\":\"string\",\"description\":\"Title bar background when the window is active. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.inactiveBackground\":{\"type\":\"string\",\"description\":\"Title bar background when the window is inactive. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.border\":{\"type\":\"string\",\"description\":\"Title bar border color. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationCenter.border\":{\"type\":\"string\",\"description\":\"Notifications center border color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationToast.border\":{\"type\":\"string\",\"description\":\"Notification toast border color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notifications.foreground\":{\"type\":\"string\",\"description\":\"Notifications foreground color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notifications.background\":{\"type\":\"string\",\"description\":\"Notifications background color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationLink.foreground\":{\"type\":\"string\",\"description\":\"Notification links foreground color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationCenterHeader.foreground\":{\"type\":\"string\",\"description\":\"Notifications center header foreground color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationCenterHeader.background\":{\"type\":\"string\",\"description\":\"Notifications center header background color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notifications.border\":{\"type\":\"string\",\"description\":\"Notifications border color separating from other notifications in the notifications center. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"settings.modifiedItemForeground\":{\"type\":\"string\",\"description\":\"(For settings editor preview) The foreground color for a modified setting.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.background\":{\"type\":\"string\",\"description\":\"The background color of the terminal, this allows coloring the terminal differently to the panel.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.foreground\":{\"type\":\"string\",\"description\":\"The foreground color of the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminalCursor.foreground\":{\"type\":\"string\",\"description\":\"The foreground color of the terminal cursor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminalCursor.background\":{\"type\":\"string\",\"description\":\"The background color of the terminal cursor. Allows customizing the color of a character overlapped by a block cursor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.selectionBackground\":{\"type\":\"string\",\"description\":\"The selection background color of the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.border\":{\"type\":\"string\",\"description\":\"The color of the border that separates split panes within the terminal. This defaults to panel.border.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"debugExceptionWidget.border\":{\"type\":\"string\",\"description\":\"Exception widget border color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"debugExceptionWidget.background\":{\"type\":\"string\",\"description\":\"Exception widget background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"welcomePage.buttonBackground\":{\"type\":\"string\",\"description\":\"Background color for the buttons on the Welcome page.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"welcomePage.buttonHoverBackground\":{\"type\":\"string\",\"description\":\"Hover background color for the buttons on the Welcome page.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"walkThrough.embeddedEditorBackground\":{\"type\":\"string\",\"description\":\"Background color for the embedded editors on the Interactive Playground.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.debuggingBackground\":{\"type\":\"string\",\"description\":\"Status bar background color when a program is being debugged. The status bar is shown in the bottom of the window\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.debuggingForeground\":{\"type\":\"string\",\"description\":\"Status bar foreground color when a program is being debugged. The status bar is shown in the bottom of the window\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.debuggingBorder\":{\"type\":\"string\",\"description\":\"Status bar border color separating to the sidebar and editor when a program is being debugged. The status bar is shown in the bottom of the window\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGutter.modifiedBackground\":{\"type\":\"string\",\"description\":\"Editor gutter background color for lines that are modified.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGutter.addedBackground\":{\"type\":\"string\",\"description\":\"Editor gutter background color for lines that are added.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGutter.deletedBackground\":{\"type\":\"string\",\"description\":\"Editor gutter background color for lines that are deleted.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.modifiedForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for modified content.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.addedForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for added content.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.deletedForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for deleted content.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"debugToolBar.background\":{\"type\":\"string\",\"description\":\"Debug toolbar background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"debugToolBar.border\":{\"type\":\"string\",\"description\":\"Debug toolbar border color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorPane.background\":{\"type\":\"string\",\"description\":\"Background color of the editor pane visible on the left and right side of the centered editor layout.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"extensionButton.prominentBackground\":{\"type\":\"string\",\"description\":\"Button background color for actions extension that stand out (e.g. install button).\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"extensionButton.prominentForeground\":{\"type\":\"string\",\"description\":\"Button foreground color for actions extension that stand out (e.g. install button).\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"extensionButton.prominentHoverBackground\":{\"type\":\"string\",\"description\":\"Button background hover color for actions extension that stand out (e.g. install button).\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBlack\":{\"type\":\"string\",\"description\":\"'Black' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiRed\":{\"type\":\"string\",\"description\":\"'Red' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiGreen\":{\"type\":\"string\",\"description\":\"'Green' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiYellow\":{\"type\":\"string\",\"description\":\"'Yellow' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBlue\":{\"type\":\"string\",\"description\":\"'Blue' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiMagenta\":{\"type\":\"string\",\"description\":\"'Magenta' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiCyan\":{\"type\":\"string\",\"description\":\"'Cyan' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiWhite\":{\"type\":\"string\",\"description\":\"'White' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightBlack\":{\"type\":\"string\",\"description\":\"'BrightBlack' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightRed\":{\"type\":\"string\",\"description\":\"'BrightRed' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightGreen\":{\"type\":\"string\",\"description\":\"'BrightGreen' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightYellow\":{\"type\":\"string\",\"description\":\"'BrightYellow' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightBlue\":{\"type\":\"string\",\"description\":\"'BrightBlue' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightMagenta\":{\"type\":\"string\",\"description\":\"'BrightMagenta' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightCyan\":{\"type\":\"string\",\"description\":\"'BrightCyan' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightWhite\":{\"type\":\"string\",\"description\":\"'BrightWhite' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.addedResourceForeground\":{\"type\":\"string\",\"description\":\"Color for added resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.modifiedResourceForeground\":{\"type\":\"string\",\"description\":\"Color for modified resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.deletedResourceForeground\":{\"type\":\"string\",\"description\":\"Color for deleted resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.untrackedResourceForeground\":{\"type\":\"string\",\"description\":\"Color for untracked resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.ignoredResourceForeground\":{\"type\":\"string\",\"description\":\"Color for ignored resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.conflictingResourceForeground\":{\"type\":\"string\",\"description\":\"Color for resources with conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.submoduleResourceForeground\":{\"type\":\"string\",\"description\":\"Color for submodule resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"}},\"additionalProperties\":false,\"default\":{},\"defaultSnippets\":[{\"body\":{\"statusBar.background\":\"#666666\",\"panel.background\":\"#555555\",\"sideBar.background\":\"#444444\"}}],\"scope\":2},\"[Red]\":{\"type\":\"object\",\"description\":\"Overrides colors from the currently selected color theme.\",\"properties\":{\"foreground\":{\"type\":\"string\",\"description\":\"Overall foreground color. This color is only used if not overridden by a component.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"errorForeground\":{\"type\":\"string\",\"description\":\"Overall foreground color for error messages. This color is only used if not overridden by a component.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"descriptionForeground\":{\"type\":\"string\",\"description\":\"Foreground color for description text providing additional information, for example for a label.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"focusBorder\":{\"type\":\"string\",\"description\":\"Overall border color for focused elements. This color is only used if not overridden by a component.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"contrastBorder\":{\"type\":\"string\",\"description\":\"An extra border around elements to separate them from others for greater contrast.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"contrastActiveBorder\":{\"type\":\"string\",\"description\":\"An extra border around active elements to separate them from others for greater contrast.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"selection.background\":{\"type\":\"string\",\"description\":\"The background color of text selections in the workbench (e.g. for input fields or text areas). Note that this does not apply to selections within the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textSeparator.foreground\":{\"type\":\"string\",\"description\":\"Color for text separators.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textLink.foreground\":{\"type\":\"string\",\"description\":\"Foreground color for links in text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textLink.activeForeground\":{\"type\":\"string\",\"description\":\"Foreground color for links in text when clicked on and on mouse hover.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textPreformat.foreground\":{\"type\":\"string\",\"description\":\"Foreground color for preformatted text segments.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textBlockQuote.background\":{\"type\":\"string\",\"description\":\"Background color for block quotes in text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textBlockQuote.border\":{\"type\":\"string\",\"description\":\"Border color for block quotes in text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textCodeBlock.background\":{\"type\":\"string\",\"description\":\"Background color for code blocks in text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"widget.shadow\":{\"type\":\"string\",\"description\":\"Shadow color of widgets such as find/replace inside the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"input.background\":{\"type\":\"string\",\"description\":\"Input box background.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"input.foreground\":{\"type\":\"string\",\"description\":\"Input box foreground.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"input.border\":{\"type\":\"string\",\"description\":\"Input box border.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputOption.activeBorder\":{\"type\":\"string\",\"description\":\"Border color of activated options in input fields.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"input.placeholderForeground\":{\"type\":\"string\",\"description\":\"Input box foreground color for placeholder text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.infoBackground\":{\"type\":\"string\",\"description\":\"Input validation background color for information severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.infoBorder\":{\"type\":\"string\",\"description\":\"Input validation border color for information severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.warningBackground\":{\"type\":\"string\",\"description\":\"Input validation background color for warning severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.warningBorder\":{\"type\":\"string\",\"description\":\"Input validation border color for warning severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.errorBackground\":{\"type\":\"string\",\"description\":\"Input validation background color for error severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.errorBorder\":{\"type\":\"string\",\"description\":\"Input validation border color for error severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"dropdown.background\":{\"type\":\"string\",\"description\":\"Dropdown background.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"dropdown.listBackground\":{\"type\":\"string\",\"description\":\"Dropdown list background.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"dropdown.foreground\":{\"type\":\"string\",\"description\":\"Dropdown foreground.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"dropdown.border\":{\"type\":\"string\",\"description\":\"Dropdown border.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.focusBackground\":{\"type\":\"string\",\"description\":\"List/Tree background color for the focused item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.focusForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color for the focused item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.activeSelectionBackground\":{\"type\":\"string\",\"description\":\"List/Tree background color for the selected item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.activeSelectionForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color for the selected item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.inactiveSelectionBackground\":{\"type\":\"string\",\"description\":\"List/Tree background color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.inactiveSelectionForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.inactiveFocusBackground\":{\"type\":\"string\",\"description\":\"List/Tree background color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.hoverBackground\":{\"type\":\"string\",\"description\":\"List/Tree background when hovering over items using the mouse.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.hoverForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground when hovering over items using the mouse.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.dropBackground\":{\"type\":\"string\",\"description\":\"List/Tree drag and drop background when moving items around using the mouse.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.highlightForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color of the match highlights when searching inside the list/tree.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.invalidItemForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color for invalid items, for example an unresolved root in explorer.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.errorForeground\":{\"type\":\"string\",\"description\":\"Foreground color of list items containing errors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.warningForeground\":{\"type\":\"string\",\"description\":\"Foreground color of list items containing warnings.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"pickerGroup.foreground\":{\"type\":\"string\",\"description\":\"Quick picker color for grouping labels.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"pickerGroup.border\":{\"type\":\"string\",\"description\":\"Quick picker color for grouping borders.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"button.foreground\":{\"type\":\"string\",\"description\":\"Button foreground color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"button.background\":{\"type\":\"string\",\"description\":\"Button background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"button.hoverBackground\":{\"type\":\"string\",\"description\":\"Button background color when hovering.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"badge.background\":{\"type\":\"string\",\"description\":\"Badge background color. Badges are small information labels, e.g. for search results count.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"badge.foreground\":{\"type\":\"string\",\"description\":\"Badge foreground color. Badges are small information labels, e.g. for search results count.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"scrollbar.shadow\":{\"type\":\"string\",\"description\":\"Scrollbar shadow to indicate that the view is scrolled.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"scrollbarSlider.background\":{\"type\":\"string\",\"description\":\"Scrollbar slider background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"scrollbarSlider.hoverBackground\":{\"type\":\"string\",\"description\":\"Scrollbar slider background color when hovering.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"scrollbarSlider.activeBackground\":{\"type\":\"string\",\"description\":\"Scrollbar slider background color when clicked on.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"progressBar.background\":{\"type\":\"string\",\"description\":\"Background color of the progress bar that can show for long running operations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.background\":{\"type\":\"string\",\"description\":\"Editor background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.foreground\":{\"type\":\"string\",\"description\":\"Editor default foreground color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWidget.background\":{\"type\":\"string\",\"description\":\"Background color of editor widgets, such as find/replace.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWidget.border\":{\"type\":\"string\",\"description\":\"Border color of editor widgets. The color is only used if the widget chooses to have a border and if the color is not overridden by a widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWidget.resizeBorder\":{\"type\":\"string\",\"description\":\"Border color of the resize bar of editor widgets. The color is only used if the widget chooses to have a resize border and if the color is not overridden by a widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.selectionBackground\":{\"type\":\"string\",\"description\":\"Color of the editor selection.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.selectionForeground\":{\"type\":\"string\",\"description\":\"Color of the selected text for high contrast.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.inactiveSelectionBackground\":{\"type\":\"string\",\"description\":\"Color of the selection in an inactive editor. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.selectionHighlightBackground\":{\"type\":\"string\",\"description\":\"Color for regions with the same content as the selection. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.selectionHighlightBorder\":{\"type\":\"string\",\"description\":\"Border color for regions with the same content as the selection.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findMatchBackground\":{\"type\":\"string\",\"description\":\"Color of the current search match.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findMatchHighlightBackground\":{\"type\":\"string\",\"description\":\"Color of the other search matches. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findRangeHighlightBackground\":{\"type\":\"string\",\"description\":\"Color of the range limiting the search. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findMatchBorder\":{\"type\":\"string\",\"description\":\"Border color of the current search match.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findMatchHighlightBorder\":{\"type\":\"string\",\"description\":\"Border color of the other search matches.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findRangeHighlightBorder\":{\"type\":\"string\",\"description\":\"Border color of the range limiting the search. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.hoverHighlightBackground\":{\"type\":\"string\",\"description\":\"Highlight below the word for which a hover is shown. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorHoverWidget.background\":{\"type\":\"string\",\"description\":\"Background color of the editor hover.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorHoverWidget.border\":{\"type\":\"string\",\"description\":\"Border color of the editor hover.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorLink.activeForeground\":{\"type\":\"string\",\"description\":\"Color of active links.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"diffEditor.insertedTextBackground\":{\"type\":\"string\",\"description\":\"Background color for text that got inserted. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"diffEditor.removedTextBackground\":{\"type\":\"string\",\"description\":\"Background color for text that got removed. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"diffEditor.insertedTextBorder\":{\"type\":\"string\",\"description\":\"Outline color for the text that got inserted.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"diffEditor.removedTextBorder\":{\"type\":\"string\",\"description\":\"Outline color for text that got removed.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.currentHeaderBackground\":{\"type\":\"string\",\"description\":\"Current header background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.currentContentBackground\":{\"type\":\"string\",\"description\":\"Current content background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.incomingHeaderBackground\":{\"type\":\"string\",\"description\":\"Incoming header background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.incomingContentBackground\":{\"type\":\"string\",\"description\":\"Incoming content background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.commonHeaderBackground\":{\"type\":\"string\",\"description\":\"Common ancestor header background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.commonContentBackground\":{\"type\":\"string\",\"description\":\"Common ancestor content background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.border\":{\"type\":\"string\",\"description\":\"Border color on headers and the splitter in inline merge-conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.currentContentForeground\":{\"type\":\"string\",\"description\":\"Current overview ruler foreground for inline merge-conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.incomingContentForeground\":{\"type\":\"string\",\"description\":\"Incoming overview ruler foreground for inline merge-conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.commonContentForeground\":{\"type\":\"string\",\"description\":\"Common ancestor overview ruler foreground for inline merge-conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.findMatchForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for find matches. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.selectionHighlightForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for selection highlights. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.lineHighlightBackground\":{\"type\":\"string\",\"description\":\"Background color for the highlight of line at the cursor position.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.lineHighlightBorder\":{\"type\":\"string\",\"description\":\"Background color for the border around the line at the cursor position.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.rangeHighlightBackground\":{\"type\":\"string\",\"description\":\"Background color of highlighted ranges, like by quick open and find features. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.rangeHighlightBorder\":{\"type\":\"string\",\"description\":\"Background color of the border around highlighted ranges.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorCursor.foreground\":{\"type\":\"string\",\"description\":\"Color of the editor cursor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorCursor.background\":{\"type\":\"string\",\"description\":\"The background color of the editor cursor. Allows customizing the color of a character overlapped by a block cursor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWhitespace.foreground\":{\"type\":\"string\",\"description\":\"Color of whitespace characters in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorIndentGuide.background\":{\"type\":\"string\",\"description\":\"Color of the editor indentation guides.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorIndentGuide.activeBackground\":{\"type\":\"string\",\"description\":\"Color of the active editor indentation guides.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorLineNumber.foreground\":{\"type\":\"string\",\"description\":\"Color of editor line numbers.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorActiveLineNumber.foreground\":{\"type\":\"string\",\"description\":\"Color of editor active line number\",\"format\":\"color-hex\",\"default\":\"#ff0000\",\"deprecationMessage\":\"Id is deprecated. Use 'editorLineNumber.activeForeground' instead.\"},\"editorLineNumber.activeForeground\":{\"type\":\"string\",\"description\":\"Color of editor active line number\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorRuler.foreground\":{\"type\":\"string\",\"description\":\"Color of the editor rulers.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorCodeLens.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of editor code lenses\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorBracketMatch.background\":{\"type\":\"string\",\"description\":\"Background color behind matching brackets\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorBracketMatch.border\":{\"type\":\"string\",\"description\":\"Color for matching brackets boxes\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.border\":{\"type\":\"string\",\"description\":\"Color of the overview ruler border.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGutter.background\":{\"type\":\"string\",\"description\":\"Background color of the editor gutter. The gutter contains the glyph margins and the line numbers.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorError.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of error squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorError.border\":{\"type\":\"string\",\"description\":\"Border color of error squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWarning.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of warning squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWarning.border\":{\"type\":\"string\",\"description\":\"Border color of warning squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorInfo.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of info squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorInfo.border\":{\"type\":\"string\",\"description\":\"Border color of info squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorHint.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of hint squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorHint.border\":{\"type\":\"string\",\"description\":\"Border color of hint squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorUnnecessaryCode.border\":{\"type\":\"string\",\"description\":\"Border of unnecessary code in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorUnnecessaryCode.opacity\":{\"type\":\"string\",\"description\":\"Opacity of unnecessary code in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.rangeHighlightForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for range highlights. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.errorForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for errors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.warningForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for warnings.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.infoForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for infos.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.bracketMatchForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for matching brackets.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorMarkerNavigationError.background\":{\"type\":\"string\",\"description\":\"Editor marker navigation widget error color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorMarkerNavigationWarning.background\":{\"type\":\"string\",\"description\":\"Editor marker navigation widget warning color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorMarkerNavigationInfo.background\":{\"type\":\"string\",\"description\":\"Editor marker navigation widget info color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorMarkerNavigation.background\":{\"type\":\"string\",\"description\":\"Editor marker navigation widget background.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.background\":{\"type\":\"string\",\"description\":\"Background color of the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.border\":{\"type\":\"string\",\"description\":\"Border color of the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.selectedBackground\":{\"type\":\"string\",\"description\":\"Background color of the selected entry in the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.highlightForeground\":{\"type\":\"string\",\"description\":\"Color of the match highlights in the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.wordHighlightBackground\":{\"type\":\"string\",\"description\":\"Background color of a symbol during read-access, like reading a variable. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.wordHighlightStrongBackground\":{\"type\":\"string\",\"description\":\"Background color of a symbol during write-access, like writing to a variable. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.wordHighlightBorder\":{\"type\":\"string\",\"description\":\"Border color of a symbol during read-access, like reading a variable.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.wordHighlightStrongBorder\":{\"type\":\"string\",\"description\":\"Border color of a symbol during write-access, like writing to a variable.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.wordHighlightForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for symbol highlights. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.wordHighlightStrongForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for write-access symbol highlights. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewTitle.background\":{\"type\":\"string\",\"description\":\"Background color of the peek view title area.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewTitleLabel.foreground\":{\"type\":\"string\",\"description\":\"Color of the peek view title.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewTitleDescription.foreground\":{\"type\":\"string\",\"description\":\"Color of the peek view title info.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekView.border\":{\"type\":\"string\",\"description\":\"Color of the peek view borders and arrow.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.background\":{\"type\":\"string\",\"description\":\"Background color of the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.lineForeground\":{\"type\":\"string\",\"description\":\"Foreground color for line nodes in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.fileForeground\":{\"type\":\"string\",\"description\":\"Foreground color for file nodes in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.selectionBackground\":{\"type\":\"string\",\"description\":\"Background color of the selected entry in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.selectionForeground\":{\"type\":\"string\",\"description\":\"Foreground color of the selected entry in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewEditor.background\":{\"type\":\"string\",\"description\":\"Background color of the peek view editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewEditorGutter.background\":{\"type\":\"string\",\"description\":\"Background color of the gutter in the peek view editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.matchHighlightBackground\":{\"type\":\"string\",\"description\":\"Match highlight color in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewEditor.matchHighlightBackground\":{\"type\":\"string\",\"description\":\"Match highlight color in the peek view editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewEditor.matchHighlightBorder\":{\"type\":\"string\",\"description\":\"Match highlight border in the peek view editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.activeBackground\":{\"type\":\"string\",\"description\":\"Active tab background color. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.inactiveBackground\":{\"type\":\"string\",\"description\":\"Inactive tab background color. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.hoverBackground\":{\"type\":\"string\",\"description\":\"Tab background color when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedHoverBackground\":{\"type\":\"string\",\"description\":\"Tab background color in an unfocused group when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.border\":{\"type\":\"string\",\"description\":\"Border to separate tabs from each other. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.activeBorder\":{\"type\":\"string\",\"description\":\"Border on the bottom of an active tab. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.activeBorderTop\":{\"type\":\"string\",\"description\":\"Border to the top of an active tab. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedActiveBorder\":{\"type\":\"string\",\"description\":\"Border on the bottom of an active tab in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedActiveBorderTop\":{\"type\":\"string\",\"description\":\"Border to the top of an active tab in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.hoverBorder\":{\"type\":\"string\",\"description\":\"Border to highlight tabs when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedHoverBorder\":{\"type\":\"string\",\"description\":\"Border to highlight tabs in an unfocused group when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.activeForeground\":{\"type\":\"string\",\"description\":\"Active tab foreground color in an active group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.inactiveForeground\":{\"type\":\"string\",\"description\":\"Inactive tab foreground color in an active group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedActiveForeground\":{\"type\":\"string\",\"description\":\"Active tab foreground color in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedInactiveForeground\":{\"type\":\"string\",\"description\":\"Inactive tab foreground color in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroup.background\":{\"type\":\"string\",\"description\":\"Deprecated background color of an editor group.\",\"format\":\"color-hex\",\"default\":\"#ff0000\",\"deprecationMessage\":\"Deprecated: Background color of an editor group is no longer being supported with the introduction of the grid editor layout. You can use editorGroup.emptyBackground to set the background color of empty editor groups.\"},\"editorGroup.emptyBackground\":{\"type\":\"string\",\"description\":\"Background color of an empty editor group. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroup.focusedEmptyBorder\":{\"type\":\"string\",\"description\":\"Border color of an empty editor group that is focused. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroupHeader.tabsBackground\":{\"type\":\"string\",\"description\":\"Background color of the editor group title header when tabs are enabled. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroupHeader.tabsBorder\":{\"type\":\"string\",\"description\":\"Border color of the editor group title header when tabs are enabled. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroupHeader.noTabsBackground\":{\"type\":\"string\",\"description\":\"Background color of the editor group title header when tabs are disabled (`\\\"workbench.editor.showTabs\\\": false`). Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroup.border\":{\"type\":\"string\",\"description\":\"Color to separate multiple editor groups from each other. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroup.dropBackground\":{\"type\":\"string\",\"description\":\"Background color when dragging editors around. The color should have transparency so that the editor contents can still shine through.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panel.background\":{\"type\":\"string\",\"description\":\"Panel background color. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panel.border\":{\"type\":\"string\",\"description\":\"Panel border color to separate the panel from the editor. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panelTitle.activeForeground\":{\"type\":\"string\",\"description\":\"Title color for the active panel. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panelTitle.inactiveForeground\":{\"type\":\"string\",\"description\":\"Title color for the inactive panel. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panelTitle.activeBorder\":{\"type\":\"string\",\"description\":\"Border color for the active panel title. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panel.dropBackground\":{\"type\":\"string\",\"description\":\"Drag and drop feedback color for the panel title items. The color should have transparency so that the panel entries can still shine through. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.foreground\":{\"type\":\"string\",\"description\":\"Status bar foreground color when a workspace is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.noFolderForeground\":{\"type\":\"string\",\"description\":\"Status bar foreground color when no folder is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.background\":{\"type\":\"string\",\"description\":\"Status bar background color when a workspace is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.noFolderBackground\":{\"type\":\"string\",\"description\":\"Status bar background color when no folder is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.border\":{\"type\":\"string\",\"description\":\"Status bar border color separating to the sidebar and editor. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.noFolderBorder\":{\"type\":\"string\",\"description\":\"Status bar border color separating to the sidebar and editor when no folder is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBarItem.activeBackground\":{\"type\":\"string\",\"description\":\"Status bar item background color when clicking. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBarItem.hoverBackground\":{\"type\":\"string\",\"description\":\"Status bar item background color when hovering. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBarItem.prominentBackground\":{\"type\":\"string\",\"description\":\"Status bar prominent items background color. Prominent items stand out from other status bar entries to indicate importance. Change mode `Toggle Tab Key Moves Focus` from command palette to see an example. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBarItem.prominentHoverBackground\":{\"type\":\"string\",\"description\":\"Status bar prominent items background color when hovering. Prominent items stand out from other status bar entries to indicate importance. Change mode `Toggle Tab Key Moves Focus` from command palette to see an example. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBar.background\":{\"type\":\"string\",\"description\":\"Activity bar background color. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBar.foreground\":{\"type\":\"string\",\"description\":\"Activity bar foreground color (e.g. used for the icons). The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBar.border\":{\"type\":\"string\",\"description\":\"Activity bar border color separating to the side bar. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBar.dropBackground\":{\"type\":\"string\",\"description\":\"Drag and drop feedback color for the activity bar items. The color should have transparency so that the activity bar entries can still shine through. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBarBadge.background\":{\"type\":\"string\",\"description\":\"Activity notification badge background color. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBarBadge.foreground\":{\"type\":\"string\",\"description\":\"Activity notification badge foreground color. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBar.background\":{\"type\":\"string\",\"description\":\"Side bar background color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBar.foreground\":{\"type\":\"string\",\"description\":\"Side bar foreground color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBar.border\":{\"type\":\"string\",\"description\":\"Side bar border color on the side separating to the editor. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBarTitle.foreground\":{\"type\":\"string\",\"description\":\"Side bar title foreground color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBar.dropBackground\":{\"type\":\"string\",\"description\":\"Drag and drop feedback color for the side bar sections. The color should have transparency so that the side bar sections can still shine through. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBarSectionHeader.background\":{\"type\":\"string\",\"description\":\"Side bar section header background color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBarSectionHeader.foreground\":{\"type\":\"string\",\"description\":\"Side bar section header foreground color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.activeForeground\":{\"type\":\"string\",\"description\":\"Title bar foreground when the window is active. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.inactiveForeground\":{\"type\":\"string\",\"description\":\"Title bar foreground when the window is inactive. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.activeBackground\":{\"type\":\"string\",\"description\":\"Title bar background when the window is active. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.inactiveBackground\":{\"type\":\"string\",\"description\":\"Title bar background when the window is inactive. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.border\":{\"type\":\"string\",\"description\":\"Title bar border color. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationCenter.border\":{\"type\":\"string\",\"description\":\"Notifications center border color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationToast.border\":{\"type\":\"string\",\"description\":\"Notification toast border color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notifications.foreground\":{\"type\":\"string\",\"description\":\"Notifications foreground color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notifications.background\":{\"type\":\"string\",\"description\":\"Notifications background color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationLink.foreground\":{\"type\":\"string\",\"description\":\"Notification links foreground color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationCenterHeader.foreground\":{\"type\":\"string\",\"description\":\"Notifications center header foreground color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationCenterHeader.background\":{\"type\":\"string\",\"description\":\"Notifications center header background color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notifications.border\":{\"type\":\"string\",\"description\":\"Notifications border color separating from other notifications in the notifications center. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"settings.modifiedItemForeground\":{\"type\":\"string\",\"description\":\"(For settings editor preview) The foreground color for a modified setting.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.background\":{\"type\":\"string\",\"description\":\"The background color of the terminal, this allows coloring the terminal differently to the panel.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.foreground\":{\"type\":\"string\",\"description\":\"The foreground color of the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminalCursor.foreground\":{\"type\":\"string\",\"description\":\"The foreground color of the terminal cursor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminalCursor.background\":{\"type\":\"string\",\"description\":\"The background color of the terminal cursor. Allows customizing the color of a character overlapped by a block cursor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.selectionBackground\":{\"type\":\"string\",\"description\":\"The selection background color of the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.border\":{\"type\":\"string\",\"description\":\"The color of the border that separates split panes within the terminal. This defaults to panel.border.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"debugExceptionWidget.border\":{\"type\":\"string\",\"description\":\"Exception widget border color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"debugExceptionWidget.background\":{\"type\":\"string\",\"description\":\"Exception widget background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"welcomePage.buttonBackground\":{\"type\":\"string\",\"description\":\"Background color for the buttons on the Welcome page.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"welcomePage.buttonHoverBackground\":{\"type\":\"string\",\"description\":\"Hover background color for the buttons on the Welcome page.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"walkThrough.embeddedEditorBackground\":{\"type\":\"string\",\"description\":\"Background color for the embedded editors on the Interactive Playground.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.debuggingBackground\":{\"type\":\"string\",\"description\":\"Status bar background color when a program is being debugged. The status bar is shown in the bottom of the window\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.debuggingForeground\":{\"type\":\"string\",\"description\":\"Status bar foreground color when a program is being debugged. The status bar is shown in the bottom of the window\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.debuggingBorder\":{\"type\":\"string\",\"description\":\"Status bar border color separating to the sidebar and editor when a program is being debugged. The status bar is shown in the bottom of the window\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGutter.modifiedBackground\":{\"type\":\"string\",\"description\":\"Editor gutter background color for lines that are modified.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGutter.addedBackground\":{\"type\":\"string\",\"description\":\"Editor gutter background color for lines that are added.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGutter.deletedBackground\":{\"type\":\"string\",\"description\":\"Editor gutter background color for lines that are deleted.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.modifiedForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for modified content.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.addedForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for added content.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.deletedForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for deleted content.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"debugToolBar.background\":{\"type\":\"string\",\"description\":\"Debug toolbar background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"debugToolBar.border\":{\"type\":\"string\",\"description\":\"Debug toolbar border color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorPane.background\":{\"type\":\"string\",\"description\":\"Background color of the editor pane visible on the left and right side of the centered editor layout.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"extensionButton.prominentBackground\":{\"type\":\"string\",\"description\":\"Button background color for actions extension that stand out (e.g. install button).\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"extensionButton.prominentForeground\":{\"type\":\"string\",\"description\":\"Button foreground color for actions extension that stand out (e.g. install button).\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"extensionButton.prominentHoverBackground\":{\"type\":\"string\",\"description\":\"Button background hover color for actions extension that stand out (e.g. install button).\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBlack\":{\"type\":\"string\",\"description\":\"'Black' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiRed\":{\"type\":\"string\",\"description\":\"'Red' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiGreen\":{\"type\":\"string\",\"description\":\"'Green' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiYellow\":{\"type\":\"string\",\"description\":\"'Yellow' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBlue\":{\"type\":\"string\",\"description\":\"'Blue' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiMagenta\":{\"type\":\"string\",\"description\":\"'Magenta' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiCyan\":{\"type\":\"string\",\"description\":\"'Cyan' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiWhite\":{\"type\":\"string\",\"description\":\"'White' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightBlack\":{\"type\":\"string\",\"description\":\"'BrightBlack' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightRed\":{\"type\":\"string\",\"description\":\"'BrightRed' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightGreen\":{\"type\":\"string\",\"description\":\"'BrightGreen' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightYellow\":{\"type\":\"string\",\"description\":\"'BrightYellow' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightBlue\":{\"type\":\"string\",\"description\":\"'BrightBlue' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightMagenta\":{\"type\":\"string\",\"description\":\"'BrightMagenta' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightCyan\":{\"type\":\"string\",\"description\":\"'BrightCyan' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightWhite\":{\"type\":\"string\",\"description\":\"'BrightWhite' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.addedResourceForeground\":{\"type\":\"string\",\"description\":\"Color for added resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.modifiedResourceForeground\":{\"type\":\"string\",\"description\":\"Color for modified resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.deletedResourceForeground\":{\"type\":\"string\",\"description\":\"Color for deleted resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.untrackedResourceForeground\":{\"type\":\"string\",\"description\":\"Color for untracked resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.ignoredResourceForeground\":{\"type\":\"string\",\"description\":\"Color for ignored resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.conflictingResourceForeground\":{\"type\":\"string\",\"description\":\"Color for resources with conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.submoduleResourceForeground\":{\"type\":\"string\",\"description\":\"Color for submodule resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"}},\"additionalProperties\":false,\"default\":{},\"defaultSnippets\":[{\"body\":{\"statusBar.background\":\"#666666\",\"panel.background\":\"#555555\",\"sideBar.background\":\"#444444\"}}],\"scope\":2},\"[Solarized Dark]\":{\"type\":\"object\",\"description\":\"Overrides colors from the currently selected color theme.\",\"properties\":{\"foreground\":{\"type\":\"string\",\"description\":\"Overall foreground color. This color is only used if not overridden by a component.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"errorForeground\":{\"type\":\"string\",\"description\":\"Overall foreground color for error messages. This color is only used if not overridden by a component.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"descriptionForeground\":{\"type\":\"string\",\"description\":\"Foreground color for description text providing additional information, for example for a label.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"focusBorder\":{\"type\":\"string\",\"description\":\"Overall border color for focused elements. This color is only used if not overridden by a component.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"contrastBorder\":{\"type\":\"string\",\"description\":\"An extra border around elements to separate them from others for greater contrast.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"contrastActiveBorder\":{\"type\":\"string\",\"description\":\"An extra border around active elements to separate them from others for greater contrast.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"selection.background\":{\"type\":\"string\",\"description\":\"The background color of text selections in the workbench (e.g. for input fields or text areas). Note that this does not apply to selections within the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textSeparator.foreground\":{\"type\":\"string\",\"description\":\"Color for text separators.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textLink.foreground\":{\"type\":\"string\",\"description\":\"Foreground color for links in text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textLink.activeForeground\":{\"type\":\"string\",\"description\":\"Foreground color for links in text when clicked on and on mouse hover.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textPreformat.foreground\":{\"type\":\"string\",\"description\":\"Foreground color for preformatted text segments.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textBlockQuote.background\":{\"type\":\"string\",\"description\":\"Background color for block quotes in text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textBlockQuote.border\":{\"type\":\"string\",\"description\":\"Border color for block quotes in text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textCodeBlock.background\":{\"type\":\"string\",\"description\":\"Background color for code blocks in text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"widget.shadow\":{\"type\":\"string\",\"description\":\"Shadow color of widgets such as find/replace inside the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"input.background\":{\"type\":\"string\",\"description\":\"Input box background.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"input.foreground\":{\"type\":\"string\",\"description\":\"Input box foreground.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"input.border\":{\"type\":\"string\",\"description\":\"Input box border.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputOption.activeBorder\":{\"type\":\"string\",\"description\":\"Border color of activated options in input fields.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"input.placeholderForeground\":{\"type\":\"string\",\"description\":\"Input box foreground color for placeholder text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.infoBackground\":{\"type\":\"string\",\"description\":\"Input validation background color for information severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.infoBorder\":{\"type\":\"string\",\"description\":\"Input validation border color for information severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.warningBackground\":{\"type\":\"string\",\"description\":\"Input validation background color for warning severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.warningBorder\":{\"type\":\"string\",\"description\":\"Input validation border color for warning severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.errorBackground\":{\"type\":\"string\",\"description\":\"Input validation background color for error severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.errorBorder\":{\"type\":\"string\",\"description\":\"Input validation border color for error severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"dropdown.background\":{\"type\":\"string\",\"description\":\"Dropdown background.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"dropdown.listBackground\":{\"type\":\"string\",\"description\":\"Dropdown list background.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"dropdown.foreground\":{\"type\":\"string\",\"description\":\"Dropdown foreground.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"dropdown.border\":{\"type\":\"string\",\"description\":\"Dropdown border.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.focusBackground\":{\"type\":\"string\",\"description\":\"List/Tree background color for the focused item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.focusForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color for the focused item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.activeSelectionBackground\":{\"type\":\"string\",\"description\":\"List/Tree background color for the selected item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.activeSelectionForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color for the selected item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.inactiveSelectionBackground\":{\"type\":\"string\",\"description\":\"List/Tree background color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.inactiveSelectionForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.inactiveFocusBackground\":{\"type\":\"string\",\"description\":\"List/Tree background color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.hoverBackground\":{\"type\":\"string\",\"description\":\"List/Tree background when hovering over items using the mouse.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.hoverForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground when hovering over items using the mouse.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.dropBackground\":{\"type\":\"string\",\"description\":\"List/Tree drag and drop background when moving items around using the mouse.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.highlightForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color of the match highlights when searching inside the list/tree.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.invalidItemForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color for invalid items, for example an unresolved root in explorer.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.errorForeground\":{\"type\":\"string\",\"description\":\"Foreground color of list items containing errors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.warningForeground\":{\"type\":\"string\",\"description\":\"Foreground color of list items containing warnings.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"pickerGroup.foreground\":{\"type\":\"string\",\"description\":\"Quick picker color for grouping labels.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"pickerGroup.border\":{\"type\":\"string\",\"description\":\"Quick picker color for grouping borders.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"button.foreground\":{\"type\":\"string\",\"description\":\"Button foreground color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"button.background\":{\"type\":\"string\",\"description\":\"Button background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"button.hoverBackground\":{\"type\":\"string\",\"description\":\"Button background color when hovering.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"badge.background\":{\"type\":\"string\",\"description\":\"Badge background color. Badges are small information labels, e.g. for search results count.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"badge.foreground\":{\"type\":\"string\",\"description\":\"Badge foreground color. Badges are small information labels, e.g. for search results count.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"scrollbar.shadow\":{\"type\":\"string\",\"description\":\"Scrollbar shadow to indicate that the view is scrolled.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"scrollbarSlider.background\":{\"type\":\"string\",\"description\":\"Scrollbar slider background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"scrollbarSlider.hoverBackground\":{\"type\":\"string\",\"description\":\"Scrollbar slider background color when hovering.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"scrollbarSlider.activeBackground\":{\"type\":\"string\",\"description\":\"Scrollbar slider background color when clicked on.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"progressBar.background\":{\"type\":\"string\",\"description\":\"Background color of the progress bar that can show for long running operations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.background\":{\"type\":\"string\",\"description\":\"Editor background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.foreground\":{\"type\":\"string\",\"description\":\"Editor default foreground color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWidget.background\":{\"type\":\"string\",\"description\":\"Background color of editor widgets, such as find/replace.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWidget.border\":{\"type\":\"string\",\"description\":\"Border color of editor widgets. The color is only used if the widget chooses to have a border and if the color is not overridden by a widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWidget.resizeBorder\":{\"type\":\"string\",\"description\":\"Border color of the resize bar of editor widgets. The color is only used if the widget chooses to have a resize border and if the color is not overridden by a widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.selectionBackground\":{\"type\":\"string\",\"description\":\"Color of the editor selection.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.selectionForeground\":{\"type\":\"string\",\"description\":\"Color of the selected text for high contrast.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.inactiveSelectionBackground\":{\"type\":\"string\",\"description\":\"Color of the selection in an inactive editor. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.selectionHighlightBackground\":{\"type\":\"string\",\"description\":\"Color for regions with the same content as the selection. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.selectionHighlightBorder\":{\"type\":\"string\",\"description\":\"Border color for regions with the same content as the selection.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findMatchBackground\":{\"type\":\"string\",\"description\":\"Color of the current search match.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findMatchHighlightBackground\":{\"type\":\"string\",\"description\":\"Color of the other search matches. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findRangeHighlightBackground\":{\"type\":\"string\",\"description\":\"Color of the range limiting the search. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findMatchBorder\":{\"type\":\"string\",\"description\":\"Border color of the current search match.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findMatchHighlightBorder\":{\"type\":\"string\",\"description\":\"Border color of the other search matches.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findRangeHighlightBorder\":{\"type\":\"string\",\"description\":\"Border color of the range limiting the search. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.hoverHighlightBackground\":{\"type\":\"string\",\"description\":\"Highlight below the word for which a hover is shown. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorHoverWidget.background\":{\"type\":\"string\",\"description\":\"Background color of the editor hover.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorHoverWidget.border\":{\"type\":\"string\",\"description\":\"Border color of the editor hover.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorLink.activeForeground\":{\"type\":\"string\",\"description\":\"Color of active links.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"diffEditor.insertedTextBackground\":{\"type\":\"string\",\"description\":\"Background color for text that got inserted. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"diffEditor.removedTextBackground\":{\"type\":\"string\",\"description\":\"Background color for text that got removed. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"diffEditor.insertedTextBorder\":{\"type\":\"string\",\"description\":\"Outline color for the text that got inserted.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"diffEditor.removedTextBorder\":{\"type\":\"string\",\"description\":\"Outline color for text that got removed.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.currentHeaderBackground\":{\"type\":\"string\",\"description\":\"Current header background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.currentContentBackground\":{\"type\":\"string\",\"description\":\"Current content background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.incomingHeaderBackground\":{\"type\":\"string\",\"description\":\"Incoming header background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.incomingContentBackground\":{\"type\":\"string\",\"description\":\"Incoming content background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.commonHeaderBackground\":{\"type\":\"string\",\"description\":\"Common ancestor header background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.commonContentBackground\":{\"type\":\"string\",\"description\":\"Common ancestor content background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.border\":{\"type\":\"string\",\"description\":\"Border color on headers and the splitter in inline merge-conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.currentContentForeground\":{\"type\":\"string\",\"description\":\"Current overview ruler foreground for inline merge-conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.incomingContentForeground\":{\"type\":\"string\",\"description\":\"Incoming overview ruler foreground for inline merge-conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.commonContentForeground\":{\"type\":\"string\",\"description\":\"Common ancestor overview ruler foreground for inline merge-conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.findMatchForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for find matches. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.selectionHighlightForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for selection highlights. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.lineHighlightBackground\":{\"type\":\"string\",\"description\":\"Background color for the highlight of line at the cursor position.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.lineHighlightBorder\":{\"type\":\"string\",\"description\":\"Background color for the border around the line at the cursor position.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.rangeHighlightBackground\":{\"type\":\"string\",\"description\":\"Background color of highlighted ranges, like by quick open and find features. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.rangeHighlightBorder\":{\"type\":\"string\",\"description\":\"Background color of the border around highlighted ranges.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorCursor.foreground\":{\"type\":\"string\",\"description\":\"Color of the editor cursor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorCursor.background\":{\"type\":\"string\",\"description\":\"The background color of the editor cursor. Allows customizing the color of a character overlapped by a block cursor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWhitespace.foreground\":{\"type\":\"string\",\"description\":\"Color of whitespace characters in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorIndentGuide.background\":{\"type\":\"string\",\"description\":\"Color of the editor indentation guides.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorIndentGuide.activeBackground\":{\"type\":\"string\",\"description\":\"Color of the active editor indentation guides.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorLineNumber.foreground\":{\"type\":\"string\",\"description\":\"Color of editor line numbers.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorActiveLineNumber.foreground\":{\"type\":\"string\",\"description\":\"Color of editor active line number\",\"format\":\"color-hex\",\"default\":\"#ff0000\",\"deprecationMessage\":\"Id is deprecated. Use 'editorLineNumber.activeForeground' instead.\"},\"editorLineNumber.activeForeground\":{\"type\":\"string\",\"description\":\"Color of editor active line number\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorRuler.foreground\":{\"type\":\"string\",\"description\":\"Color of the editor rulers.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorCodeLens.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of editor code lenses\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorBracketMatch.background\":{\"type\":\"string\",\"description\":\"Background color behind matching brackets\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorBracketMatch.border\":{\"type\":\"string\",\"description\":\"Color for matching brackets boxes\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.border\":{\"type\":\"string\",\"description\":\"Color of the overview ruler border.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGutter.background\":{\"type\":\"string\",\"description\":\"Background color of the editor gutter. The gutter contains the glyph margins and the line numbers.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorError.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of error squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorError.border\":{\"type\":\"string\",\"description\":\"Border color of error squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWarning.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of warning squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWarning.border\":{\"type\":\"string\",\"description\":\"Border color of warning squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorInfo.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of info squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorInfo.border\":{\"type\":\"string\",\"description\":\"Border color of info squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorHint.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of hint squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorHint.border\":{\"type\":\"string\",\"description\":\"Border color of hint squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorUnnecessaryCode.border\":{\"type\":\"string\",\"description\":\"Border of unnecessary code in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorUnnecessaryCode.opacity\":{\"type\":\"string\",\"description\":\"Opacity of unnecessary code in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.rangeHighlightForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for range highlights. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.errorForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for errors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.warningForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for warnings.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.infoForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for infos.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.bracketMatchForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for matching brackets.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorMarkerNavigationError.background\":{\"type\":\"string\",\"description\":\"Editor marker navigation widget error color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorMarkerNavigationWarning.background\":{\"type\":\"string\",\"description\":\"Editor marker navigation widget warning color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorMarkerNavigationInfo.background\":{\"type\":\"string\",\"description\":\"Editor marker navigation widget info color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorMarkerNavigation.background\":{\"type\":\"string\",\"description\":\"Editor marker navigation widget background.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.background\":{\"type\":\"string\",\"description\":\"Background color of the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.border\":{\"type\":\"string\",\"description\":\"Border color of the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.selectedBackground\":{\"type\":\"string\",\"description\":\"Background color of the selected entry in the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.highlightForeground\":{\"type\":\"string\",\"description\":\"Color of the match highlights in the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.wordHighlightBackground\":{\"type\":\"string\",\"description\":\"Background color of a symbol during read-access, like reading a variable. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.wordHighlightStrongBackground\":{\"type\":\"string\",\"description\":\"Background color of a symbol during write-access, like writing to a variable. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.wordHighlightBorder\":{\"type\":\"string\",\"description\":\"Border color of a symbol during read-access, like reading a variable.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.wordHighlightStrongBorder\":{\"type\":\"string\",\"description\":\"Border color of a symbol during write-access, like writing to a variable.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.wordHighlightForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for symbol highlights. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.wordHighlightStrongForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for write-access symbol highlights. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewTitle.background\":{\"type\":\"string\",\"description\":\"Background color of the peek view title area.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewTitleLabel.foreground\":{\"type\":\"string\",\"description\":\"Color of the peek view title.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewTitleDescription.foreground\":{\"type\":\"string\",\"description\":\"Color of the peek view title info.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekView.border\":{\"type\":\"string\",\"description\":\"Color of the peek view borders and arrow.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.background\":{\"type\":\"string\",\"description\":\"Background color of the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.lineForeground\":{\"type\":\"string\",\"description\":\"Foreground color for line nodes in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.fileForeground\":{\"type\":\"string\",\"description\":\"Foreground color for file nodes in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.selectionBackground\":{\"type\":\"string\",\"description\":\"Background color of the selected entry in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.selectionForeground\":{\"type\":\"string\",\"description\":\"Foreground color of the selected entry in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewEditor.background\":{\"type\":\"string\",\"description\":\"Background color of the peek view editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewEditorGutter.background\":{\"type\":\"string\",\"description\":\"Background color of the gutter in the peek view editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.matchHighlightBackground\":{\"type\":\"string\",\"description\":\"Match highlight color in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewEditor.matchHighlightBackground\":{\"type\":\"string\",\"description\":\"Match highlight color in the peek view editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewEditor.matchHighlightBorder\":{\"type\":\"string\",\"description\":\"Match highlight border in the peek view editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.activeBackground\":{\"type\":\"string\",\"description\":\"Active tab background color. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.inactiveBackground\":{\"type\":\"string\",\"description\":\"Inactive tab background color. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.hoverBackground\":{\"type\":\"string\",\"description\":\"Tab background color when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedHoverBackground\":{\"type\":\"string\",\"description\":\"Tab background color in an unfocused group when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.border\":{\"type\":\"string\",\"description\":\"Border to separate tabs from each other. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.activeBorder\":{\"type\":\"string\",\"description\":\"Border on the bottom of an active tab. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.activeBorderTop\":{\"type\":\"string\",\"description\":\"Border to the top of an active tab. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedActiveBorder\":{\"type\":\"string\",\"description\":\"Border on the bottom of an active tab in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedActiveBorderTop\":{\"type\":\"string\",\"description\":\"Border to the top of an active tab in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.hoverBorder\":{\"type\":\"string\",\"description\":\"Border to highlight tabs when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedHoverBorder\":{\"type\":\"string\",\"description\":\"Border to highlight tabs in an unfocused group when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.activeForeground\":{\"type\":\"string\",\"description\":\"Active tab foreground color in an active group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.inactiveForeground\":{\"type\":\"string\",\"description\":\"Inactive tab foreground color in an active group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedActiveForeground\":{\"type\":\"string\",\"description\":\"Active tab foreground color in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedInactiveForeground\":{\"type\":\"string\",\"description\":\"Inactive tab foreground color in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroup.background\":{\"type\":\"string\",\"description\":\"Deprecated background color of an editor group.\",\"format\":\"color-hex\",\"default\":\"#ff0000\",\"deprecationMessage\":\"Deprecated: Background color of an editor group is no longer being supported with the introduction of the grid editor layout. You can use editorGroup.emptyBackground to set the background color of empty editor groups.\"},\"editorGroup.emptyBackground\":{\"type\":\"string\",\"description\":\"Background color of an empty editor group. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroup.focusedEmptyBorder\":{\"type\":\"string\",\"description\":\"Border color of an empty editor group that is focused. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroupHeader.tabsBackground\":{\"type\":\"string\",\"description\":\"Background color of the editor group title header when tabs are enabled. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroupHeader.tabsBorder\":{\"type\":\"string\",\"description\":\"Border color of the editor group title header when tabs are enabled. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroupHeader.noTabsBackground\":{\"type\":\"string\",\"description\":\"Background color of the editor group title header when tabs are disabled (`\\\"workbench.editor.showTabs\\\": false`). Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroup.border\":{\"type\":\"string\",\"description\":\"Color to separate multiple editor groups from each other. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroup.dropBackground\":{\"type\":\"string\",\"description\":\"Background color when dragging editors around. The color should have transparency so that the editor contents can still shine through.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panel.background\":{\"type\":\"string\",\"description\":\"Panel background color. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panel.border\":{\"type\":\"string\",\"description\":\"Panel border color to separate the panel from the editor. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panelTitle.activeForeground\":{\"type\":\"string\",\"description\":\"Title color for the active panel. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panelTitle.inactiveForeground\":{\"type\":\"string\",\"description\":\"Title color for the inactive panel. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panelTitle.activeBorder\":{\"type\":\"string\",\"description\":\"Border color for the active panel title. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panel.dropBackground\":{\"type\":\"string\",\"description\":\"Drag and drop feedback color for the panel title items. The color should have transparency so that the panel entries can still shine through. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.foreground\":{\"type\":\"string\",\"description\":\"Status bar foreground color when a workspace is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.noFolderForeground\":{\"type\":\"string\",\"description\":\"Status bar foreground color when no folder is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.background\":{\"type\":\"string\",\"description\":\"Status bar background color when a workspace is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.noFolderBackground\":{\"type\":\"string\",\"description\":\"Status bar background color when no folder is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.border\":{\"type\":\"string\",\"description\":\"Status bar border color separating to the sidebar and editor. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.noFolderBorder\":{\"type\":\"string\",\"description\":\"Status bar border color separating to the sidebar and editor when no folder is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBarItem.activeBackground\":{\"type\":\"string\",\"description\":\"Status bar item background color when clicking. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBarItem.hoverBackground\":{\"type\":\"string\",\"description\":\"Status bar item background color when hovering. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBarItem.prominentBackground\":{\"type\":\"string\",\"description\":\"Status bar prominent items background color. Prominent items stand out from other status bar entries to indicate importance. Change mode `Toggle Tab Key Moves Focus` from command palette to see an example. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBarItem.prominentHoverBackground\":{\"type\":\"string\",\"description\":\"Status bar prominent items background color when hovering. Prominent items stand out from other status bar entries to indicate importance. Change mode `Toggle Tab Key Moves Focus` from command palette to see an example. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBar.background\":{\"type\":\"string\",\"description\":\"Activity bar background color. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBar.foreground\":{\"type\":\"string\",\"description\":\"Activity bar foreground color (e.g. used for the icons). The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBar.border\":{\"type\":\"string\",\"description\":\"Activity bar border color separating to the side bar. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBar.dropBackground\":{\"type\":\"string\",\"description\":\"Drag and drop feedback color for the activity bar items. The color should have transparency so that the activity bar entries can still shine through. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBarBadge.background\":{\"type\":\"string\",\"description\":\"Activity notification badge background color. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBarBadge.foreground\":{\"type\":\"string\",\"description\":\"Activity notification badge foreground color. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBar.background\":{\"type\":\"string\",\"description\":\"Side bar background color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBar.foreground\":{\"type\":\"string\",\"description\":\"Side bar foreground color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBar.border\":{\"type\":\"string\",\"description\":\"Side bar border color on the side separating to the editor. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBarTitle.foreground\":{\"type\":\"string\",\"description\":\"Side bar title foreground color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBar.dropBackground\":{\"type\":\"string\",\"description\":\"Drag and drop feedback color for the side bar sections. The color should have transparency so that the side bar sections can still shine through. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBarSectionHeader.background\":{\"type\":\"string\",\"description\":\"Side bar section header background color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBarSectionHeader.foreground\":{\"type\":\"string\",\"description\":\"Side bar section header foreground color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.activeForeground\":{\"type\":\"string\",\"description\":\"Title bar foreground when the window is active. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.inactiveForeground\":{\"type\":\"string\",\"description\":\"Title bar foreground when the window is inactive. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.activeBackground\":{\"type\":\"string\",\"description\":\"Title bar background when the window is active. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.inactiveBackground\":{\"type\":\"string\",\"description\":\"Title bar background when the window is inactive. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.border\":{\"type\":\"string\",\"description\":\"Title bar border color. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationCenter.border\":{\"type\":\"string\",\"description\":\"Notifications center border color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationToast.border\":{\"type\":\"string\",\"description\":\"Notification toast border color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notifications.foreground\":{\"type\":\"string\",\"description\":\"Notifications foreground color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notifications.background\":{\"type\":\"string\",\"description\":\"Notifications background color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationLink.foreground\":{\"type\":\"string\",\"description\":\"Notification links foreground color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationCenterHeader.foreground\":{\"type\":\"string\",\"description\":\"Notifications center header foreground color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationCenterHeader.background\":{\"type\":\"string\",\"description\":\"Notifications center header background color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notifications.border\":{\"type\":\"string\",\"description\":\"Notifications border color separating from other notifications in the notifications center. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"settings.modifiedItemForeground\":{\"type\":\"string\",\"description\":\"(For settings editor preview) The foreground color for a modified setting.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.background\":{\"type\":\"string\",\"description\":\"The background color of the terminal, this allows coloring the terminal differently to the panel.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.foreground\":{\"type\":\"string\",\"description\":\"The foreground color of the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminalCursor.foreground\":{\"type\":\"string\",\"description\":\"The foreground color of the terminal cursor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminalCursor.background\":{\"type\":\"string\",\"description\":\"The background color of the terminal cursor. Allows customizing the color of a character overlapped by a block cursor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.selectionBackground\":{\"type\":\"string\",\"description\":\"The selection background color of the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.border\":{\"type\":\"string\",\"description\":\"The color of the border that separates split panes within the terminal. This defaults to panel.border.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"debugExceptionWidget.border\":{\"type\":\"string\",\"description\":\"Exception widget border color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"debugExceptionWidget.background\":{\"type\":\"string\",\"description\":\"Exception widget background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"welcomePage.buttonBackground\":{\"type\":\"string\",\"description\":\"Background color for the buttons on the Welcome page.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"welcomePage.buttonHoverBackground\":{\"type\":\"string\",\"description\":\"Hover background color for the buttons on the Welcome page.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"walkThrough.embeddedEditorBackground\":{\"type\":\"string\",\"description\":\"Background color for the embedded editors on the Interactive Playground.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.debuggingBackground\":{\"type\":\"string\",\"description\":\"Status bar background color when a program is being debugged. The status bar is shown in the bottom of the window\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.debuggingForeground\":{\"type\":\"string\",\"description\":\"Status bar foreground color when a program is being debugged. The status bar is shown in the bottom of the window\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.debuggingBorder\":{\"type\":\"string\",\"description\":\"Status bar border color separating to the sidebar and editor when a program is being debugged. The status bar is shown in the bottom of the window\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGutter.modifiedBackground\":{\"type\":\"string\",\"description\":\"Editor gutter background color for lines that are modified.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGutter.addedBackground\":{\"type\":\"string\",\"description\":\"Editor gutter background color for lines that are added.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGutter.deletedBackground\":{\"type\":\"string\",\"description\":\"Editor gutter background color for lines that are deleted.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.modifiedForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for modified content.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.addedForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for added content.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.deletedForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for deleted content.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"debugToolBar.background\":{\"type\":\"string\",\"description\":\"Debug toolbar background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"debugToolBar.border\":{\"type\":\"string\",\"description\":\"Debug toolbar border color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorPane.background\":{\"type\":\"string\",\"description\":\"Background color of the editor pane visible on the left and right side of the centered editor layout.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"extensionButton.prominentBackground\":{\"type\":\"string\",\"description\":\"Button background color for actions extension that stand out (e.g. install button).\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"extensionButton.prominentForeground\":{\"type\":\"string\",\"description\":\"Button foreground color for actions extension that stand out (e.g. install button).\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"extensionButton.prominentHoverBackground\":{\"type\":\"string\",\"description\":\"Button background hover color for actions extension that stand out (e.g. install button).\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBlack\":{\"type\":\"string\",\"description\":\"'Black' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiRed\":{\"type\":\"string\",\"description\":\"'Red' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiGreen\":{\"type\":\"string\",\"description\":\"'Green' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiYellow\":{\"type\":\"string\",\"description\":\"'Yellow' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBlue\":{\"type\":\"string\",\"description\":\"'Blue' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiMagenta\":{\"type\":\"string\",\"description\":\"'Magenta' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiCyan\":{\"type\":\"string\",\"description\":\"'Cyan' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiWhite\":{\"type\":\"string\",\"description\":\"'White' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightBlack\":{\"type\":\"string\",\"description\":\"'BrightBlack' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightRed\":{\"type\":\"string\",\"description\":\"'BrightRed' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightGreen\":{\"type\":\"string\",\"description\":\"'BrightGreen' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightYellow\":{\"type\":\"string\",\"description\":\"'BrightYellow' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightBlue\":{\"type\":\"string\",\"description\":\"'BrightBlue' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightMagenta\":{\"type\":\"string\",\"description\":\"'BrightMagenta' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightCyan\":{\"type\":\"string\",\"description\":\"'BrightCyan' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightWhite\":{\"type\":\"string\",\"description\":\"'BrightWhite' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.addedResourceForeground\":{\"type\":\"string\",\"description\":\"Color for added resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.modifiedResourceForeground\":{\"type\":\"string\",\"description\":\"Color for modified resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.deletedResourceForeground\":{\"type\":\"string\",\"description\":\"Color for deleted resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.untrackedResourceForeground\":{\"type\":\"string\",\"description\":\"Color for untracked resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.ignoredResourceForeground\":{\"type\":\"string\",\"description\":\"Color for ignored resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.conflictingResourceForeground\":{\"type\":\"string\",\"description\":\"Color for resources with conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.submoduleResourceForeground\":{\"type\":\"string\",\"description\":\"Color for submodule resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"}},\"additionalProperties\":false,\"default\":{},\"defaultSnippets\":[{\"body\":{\"statusBar.background\":\"#666666\",\"panel.background\":\"#555555\",\"sideBar.background\":\"#444444\"}}],\"scope\":2},\"[Solarized Light]\":{\"type\":\"object\",\"description\":\"Overrides colors from the currently selected color theme.\",\"properties\":{\"foreground\":{\"type\":\"string\",\"description\":\"Overall foreground color. This color is only used if not overridden by a component.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"errorForeground\":{\"type\":\"string\",\"description\":\"Overall foreground color for error messages. This color is only used if not overridden by a component.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"descriptionForeground\":{\"type\":\"string\",\"description\":\"Foreground color for description text providing additional information, for example for a label.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"focusBorder\":{\"type\":\"string\",\"description\":\"Overall border color for focused elements. This color is only used if not overridden by a component.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"contrastBorder\":{\"type\":\"string\",\"description\":\"An extra border around elements to separate them from others for greater contrast.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"contrastActiveBorder\":{\"type\":\"string\",\"description\":\"An extra border around active elements to separate them from others for greater contrast.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"selection.background\":{\"type\":\"string\",\"description\":\"The background color of text selections in the workbench (e.g. for input fields or text areas). Note that this does not apply to selections within the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textSeparator.foreground\":{\"type\":\"string\",\"description\":\"Color for text separators.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textLink.foreground\":{\"type\":\"string\",\"description\":\"Foreground color for links in text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textLink.activeForeground\":{\"type\":\"string\",\"description\":\"Foreground color for links in text when clicked on and on mouse hover.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textPreformat.foreground\":{\"type\":\"string\",\"description\":\"Foreground color for preformatted text segments.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textBlockQuote.background\":{\"type\":\"string\",\"description\":\"Background color for block quotes in text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textBlockQuote.border\":{\"type\":\"string\",\"description\":\"Border color for block quotes in text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textCodeBlock.background\":{\"type\":\"string\",\"description\":\"Background color for code blocks in text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"widget.shadow\":{\"type\":\"string\",\"description\":\"Shadow color of widgets such as find/replace inside the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"input.background\":{\"type\":\"string\",\"description\":\"Input box background.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"input.foreground\":{\"type\":\"string\",\"description\":\"Input box foreground.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"input.border\":{\"type\":\"string\",\"description\":\"Input box border.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputOption.activeBorder\":{\"type\":\"string\",\"description\":\"Border color of activated options in input fields.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"input.placeholderForeground\":{\"type\":\"string\",\"description\":\"Input box foreground color for placeholder text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.infoBackground\":{\"type\":\"string\",\"description\":\"Input validation background color for information severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.infoBorder\":{\"type\":\"string\",\"description\":\"Input validation border color for information severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.warningBackground\":{\"type\":\"string\",\"description\":\"Input validation background color for warning severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.warningBorder\":{\"type\":\"string\",\"description\":\"Input validation border color for warning severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.errorBackground\":{\"type\":\"string\",\"description\":\"Input validation background color for error severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.errorBorder\":{\"type\":\"string\",\"description\":\"Input validation border color for error severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"dropdown.background\":{\"type\":\"string\",\"description\":\"Dropdown background.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"dropdown.listBackground\":{\"type\":\"string\",\"description\":\"Dropdown list background.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"dropdown.foreground\":{\"type\":\"string\",\"description\":\"Dropdown foreground.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"dropdown.border\":{\"type\":\"string\",\"description\":\"Dropdown border.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.focusBackground\":{\"type\":\"string\",\"description\":\"List/Tree background color for the focused item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.focusForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color for the focused item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.activeSelectionBackground\":{\"type\":\"string\",\"description\":\"List/Tree background color for the selected item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.activeSelectionForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color for the selected item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.inactiveSelectionBackground\":{\"type\":\"string\",\"description\":\"List/Tree background color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.inactiveSelectionForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.inactiveFocusBackground\":{\"type\":\"string\",\"description\":\"List/Tree background color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.hoverBackground\":{\"type\":\"string\",\"description\":\"List/Tree background when hovering over items using the mouse.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.hoverForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground when hovering over items using the mouse.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.dropBackground\":{\"type\":\"string\",\"description\":\"List/Tree drag and drop background when moving items around using the mouse.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.highlightForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color of the match highlights when searching inside the list/tree.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.invalidItemForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color for invalid items, for example an unresolved root in explorer.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.errorForeground\":{\"type\":\"string\",\"description\":\"Foreground color of list items containing errors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.warningForeground\":{\"type\":\"string\",\"description\":\"Foreground color of list items containing warnings.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"pickerGroup.foreground\":{\"type\":\"string\",\"description\":\"Quick picker color for grouping labels.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"pickerGroup.border\":{\"type\":\"string\",\"description\":\"Quick picker color for grouping borders.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"button.foreground\":{\"type\":\"string\",\"description\":\"Button foreground color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"button.background\":{\"type\":\"string\",\"description\":\"Button background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"button.hoverBackground\":{\"type\":\"string\",\"description\":\"Button background color when hovering.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"badge.background\":{\"type\":\"string\",\"description\":\"Badge background color. Badges are small information labels, e.g. for search results count.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"badge.foreground\":{\"type\":\"string\",\"description\":\"Badge foreground color. Badges are small information labels, e.g. for search results count.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"scrollbar.shadow\":{\"type\":\"string\",\"description\":\"Scrollbar shadow to indicate that the view is scrolled.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"scrollbarSlider.background\":{\"type\":\"string\",\"description\":\"Scrollbar slider background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"scrollbarSlider.hoverBackground\":{\"type\":\"string\",\"description\":\"Scrollbar slider background color when hovering.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"scrollbarSlider.activeBackground\":{\"type\":\"string\",\"description\":\"Scrollbar slider background color when clicked on.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"progressBar.background\":{\"type\":\"string\",\"description\":\"Background color of the progress bar that can show for long running operations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.background\":{\"type\":\"string\",\"description\":\"Editor background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.foreground\":{\"type\":\"string\",\"description\":\"Editor default foreground color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWidget.background\":{\"type\":\"string\",\"description\":\"Background color of editor widgets, such as find/replace.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWidget.border\":{\"type\":\"string\",\"description\":\"Border color of editor widgets. The color is only used if the widget chooses to have a border and if the color is not overridden by a widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWidget.resizeBorder\":{\"type\":\"string\",\"description\":\"Border color of the resize bar of editor widgets. The color is only used if the widget chooses to have a resize border and if the color is not overridden by a widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.selectionBackground\":{\"type\":\"string\",\"description\":\"Color of the editor selection.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.selectionForeground\":{\"type\":\"string\",\"description\":\"Color of the selected text for high contrast.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.inactiveSelectionBackground\":{\"type\":\"string\",\"description\":\"Color of the selection in an inactive editor. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.selectionHighlightBackground\":{\"type\":\"string\",\"description\":\"Color for regions with the same content as the selection. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.selectionHighlightBorder\":{\"type\":\"string\",\"description\":\"Border color for regions with the same content as the selection.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findMatchBackground\":{\"type\":\"string\",\"description\":\"Color of the current search match.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findMatchHighlightBackground\":{\"type\":\"string\",\"description\":\"Color of the other search matches. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findRangeHighlightBackground\":{\"type\":\"string\",\"description\":\"Color of the range limiting the search. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findMatchBorder\":{\"type\":\"string\",\"description\":\"Border color of the current search match.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findMatchHighlightBorder\":{\"type\":\"string\",\"description\":\"Border color of the other search matches.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findRangeHighlightBorder\":{\"type\":\"string\",\"description\":\"Border color of the range limiting the search. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.hoverHighlightBackground\":{\"type\":\"string\",\"description\":\"Highlight below the word for which a hover is shown. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorHoverWidget.background\":{\"type\":\"string\",\"description\":\"Background color of the editor hover.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorHoverWidget.border\":{\"type\":\"string\",\"description\":\"Border color of the editor hover.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorLink.activeForeground\":{\"type\":\"string\",\"description\":\"Color of active links.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"diffEditor.insertedTextBackground\":{\"type\":\"string\",\"description\":\"Background color for text that got inserted. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"diffEditor.removedTextBackground\":{\"type\":\"string\",\"description\":\"Background color for text that got removed. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"diffEditor.insertedTextBorder\":{\"type\":\"string\",\"description\":\"Outline color for the text that got inserted.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"diffEditor.removedTextBorder\":{\"type\":\"string\",\"description\":\"Outline color for text that got removed.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.currentHeaderBackground\":{\"type\":\"string\",\"description\":\"Current header background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.currentContentBackground\":{\"type\":\"string\",\"description\":\"Current content background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.incomingHeaderBackground\":{\"type\":\"string\",\"description\":\"Incoming header background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.incomingContentBackground\":{\"type\":\"string\",\"description\":\"Incoming content background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.commonHeaderBackground\":{\"type\":\"string\",\"description\":\"Common ancestor header background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.commonContentBackground\":{\"type\":\"string\",\"description\":\"Common ancestor content background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.border\":{\"type\":\"string\",\"description\":\"Border color on headers and the splitter in inline merge-conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.currentContentForeground\":{\"type\":\"string\",\"description\":\"Current overview ruler foreground for inline merge-conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.incomingContentForeground\":{\"type\":\"string\",\"description\":\"Incoming overview ruler foreground for inline merge-conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.commonContentForeground\":{\"type\":\"string\",\"description\":\"Common ancestor overview ruler foreground for inline merge-conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.findMatchForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for find matches. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.selectionHighlightForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for selection highlights. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.lineHighlightBackground\":{\"type\":\"string\",\"description\":\"Background color for the highlight of line at the cursor position.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.lineHighlightBorder\":{\"type\":\"string\",\"description\":\"Background color for the border around the line at the cursor position.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.rangeHighlightBackground\":{\"type\":\"string\",\"description\":\"Background color of highlighted ranges, like by quick open and find features. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.rangeHighlightBorder\":{\"type\":\"string\",\"description\":\"Background color of the border around highlighted ranges.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorCursor.foreground\":{\"type\":\"string\",\"description\":\"Color of the editor cursor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorCursor.background\":{\"type\":\"string\",\"description\":\"The background color of the editor cursor. Allows customizing the color of a character overlapped by a block cursor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWhitespace.foreground\":{\"type\":\"string\",\"description\":\"Color of whitespace characters in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorIndentGuide.background\":{\"type\":\"string\",\"description\":\"Color of the editor indentation guides.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorIndentGuide.activeBackground\":{\"type\":\"string\",\"description\":\"Color of the active editor indentation guides.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorLineNumber.foreground\":{\"type\":\"string\",\"description\":\"Color of editor line numbers.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorActiveLineNumber.foreground\":{\"type\":\"string\",\"description\":\"Color of editor active line number\",\"format\":\"color-hex\",\"default\":\"#ff0000\",\"deprecationMessage\":\"Id is deprecated. Use 'editorLineNumber.activeForeground' instead.\"},\"editorLineNumber.activeForeground\":{\"type\":\"string\",\"description\":\"Color of editor active line number\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorRuler.foreground\":{\"type\":\"string\",\"description\":\"Color of the editor rulers.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorCodeLens.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of editor code lenses\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorBracketMatch.background\":{\"type\":\"string\",\"description\":\"Background color behind matching brackets\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorBracketMatch.border\":{\"type\":\"string\",\"description\":\"Color for matching brackets boxes\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.border\":{\"type\":\"string\",\"description\":\"Color of the overview ruler border.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGutter.background\":{\"type\":\"string\",\"description\":\"Background color of the editor gutter. The gutter contains the glyph margins and the line numbers.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorError.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of error squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorError.border\":{\"type\":\"string\",\"description\":\"Border color of error squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWarning.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of warning squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWarning.border\":{\"type\":\"string\",\"description\":\"Border color of warning squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorInfo.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of info squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorInfo.border\":{\"type\":\"string\",\"description\":\"Border color of info squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorHint.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of hint squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorHint.border\":{\"type\":\"string\",\"description\":\"Border color of hint squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorUnnecessaryCode.border\":{\"type\":\"string\",\"description\":\"Border of unnecessary code in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorUnnecessaryCode.opacity\":{\"type\":\"string\",\"description\":\"Opacity of unnecessary code in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.rangeHighlightForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for range highlights. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.errorForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for errors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.warningForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for warnings.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.infoForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for infos.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.bracketMatchForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for matching brackets.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorMarkerNavigationError.background\":{\"type\":\"string\",\"description\":\"Editor marker navigation widget error color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorMarkerNavigationWarning.background\":{\"type\":\"string\",\"description\":\"Editor marker navigation widget warning color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorMarkerNavigationInfo.background\":{\"type\":\"string\",\"description\":\"Editor marker navigation widget info color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorMarkerNavigation.background\":{\"type\":\"string\",\"description\":\"Editor marker navigation widget background.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.background\":{\"type\":\"string\",\"description\":\"Background color of the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.border\":{\"type\":\"string\",\"description\":\"Border color of the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.selectedBackground\":{\"type\":\"string\",\"description\":\"Background color of the selected entry in the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.highlightForeground\":{\"type\":\"string\",\"description\":\"Color of the match highlights in the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.wordHighlightBackground\":{\"type\":\"string\",\"description\":\"Background color of a symbol during read-access, like reading a variable. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.wordHighlightStrongBackground\":{\"type\":\"string\",\"description\":\"Background color of a symbol during write-access, like writing to a variable. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.wordHighlightBorder\":{\"type\":\"string\",\"description\":\"Border color of a symbol during read-access, like reading a variable.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.wordHighlightStrongBorder\":{\"type\":\"string\",\"description\":\"Border color of a symbol during write-access, like writing to a variable.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.wordHighlightForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for symbol highlights. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.wordHighlightStrongForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for write-access symbol highlights. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewTitle.background\":{\"type\":\"string\",\"description\":\"Background color of the peek view title area.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewTitleLabel.foreground\":{\"type\":\"string\",\"description\":\"Color of the peek view title.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewTitleDescription.foreground\":{\"type\":\"string\",\"description\":\"Color of the peek view title info.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekView.border\":{\"type\":\"string\",\"description\":\"Color of the peek view borders and arrow.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.background\":{\"type\":\"string\",\"description\":\"Background color of the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.lineForeground\":{\"type\":\"string\",\"description\":\"Foreground color for line nodes in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.fileForeground\":{\"type\":\"string\",\"description\":\"Foreground color for file nodes in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.selectionBackground\":{\"type\":\"string\",\"description\":\"Background color of the selected entry in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.selectionForeground\":{\"type\":\"string\",\"description\":\"Foreground color of the selected entry in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewEditor.background\":{\"type\":\"string\",\"description\":\"Background color of the peek view editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewEditorGutter.background\":{\"type\":\"string\",\"description\":\"Background color of the gutter in the peek view editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.matchHighlightBackground\":{\"type\":\"string\",\"description\":\"Match highlight color in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewEditor.matchHighlightBackground\":{\"type\":\"string\",\"description\":\"Match highlight color in the peek view editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewEditor.matchHighlightBorder\":{\"type\":\"string\",\"description\":\"Match highlight border in the peek view editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.activeBackground\":{\"type\":\"string\",\"description\":\"Active tab background color. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.inactiveBackground\":{\"type\":\"string\",\"description\":\"Inactive tab background color. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.hoverBackground\":{\"type\":\"string\",\"description\":\"Tab background color when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedHoverBackground\":{\"type\":\"string\",\"description\":\"Tab background color in an unfocused group when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.border\":{\"type\":\"string\",\"description\":\"Border to separate tabs from each other. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.activeBorder\":{\"type\":\"string\",\"description\":\"Border on the bottom of an active tab. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.activeBorderTop\":{\"type\":\"string\",\"description\":\"Border to the top of an active tab. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedActiveBorder\":{\"type\":\"string\",\"description\":\"Border on the bottom of an active tab in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedActiveBorderTop\":{\"type\":\"string\",\"description\":\"Border to the top of an active tab in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.hoverBorder\":{\"type\":\"string\",\"description\":\"Border to highlight tabs when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedHoverBorder\":{\"type\":\"string\",\"description\":\"Border to highlight tabs in an unfocused group when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.activeForeground\":{\"type\":\"string\",\"description\":\"Active tab foreground color in an active group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.inactiveForeground\":{\"type\":\"string\",\"description\":\"Inactive tab foreground color in an active group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedActiveForeground\":{\"type\":\"string\",\"description\":\"Active tab foreground color in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedInactiveForeground\":{\"type\":\"string\",\"description\":\"Inactive tab foreground color in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroup.background\":{\"type\":\"string\",\"description\":\"Deprecated background color of an editor group.\",\"format\":\"color-hex\",\"default\":\"#ff0000\",\"deprecationMessage\":\"Deprecated: Background color of an editor group is no longer being supported with the introduction of the grid editor layout. You can use editorGroup.emptyBackground to set the background color of empty editor groups.\"},\"editorGroup.emptyBackground\":{\"type\":\"string\",\"description\":\"Background color of an empty editor group. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroup.focusedEmptyBorder\":{\"type\":\"string\",\"description\":\"Border color of an empty editor group that is focused. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroupHeader.tabsBackground\":{\"type\":\"string\",\"description\":\"Background color of the editor group title header when tabs are enabled. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroupHeader.tabsBorder\":{\"type\":\"string\",\"description\":\"Border color of the editor group title header when tabs are enabled. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroupHeader.noTabsBackground\":{\"type\":\"string\",\"description\":\"Background color of the editor group title header when tabs are disabled (`\\\"workbench.editor.showTabs\\\": false`). Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroup.border\":{\"type\":\"string\",\"description\":\"Color to separate multiple editor groups from each other. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroup.dropBackground\":{\"type\":\"string\",\"description\":\"Background color when dragging editors around. The color should have transparency so that the editor contents can still shine through.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panel.background\":{\"type\":\"string\",\"description\":\"Panel background color. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panel.border\":{\"type\":\"string\",\"description\":\"Panel border color to separate the panel from the editor. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panelTitle.activeForeground\":{\"type\":\"string\",\"description\":\"Title color for the active panel. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panelTitle.inactiveForeground\":{\"type\":\"string\",\"description\":\"Title color for the inactive panel. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panelTitle.activeBorder\":{\"type\":\"string\",\"description\":\"Border color for the active panel title. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panel.dropBackground\":{\"type\":\"string\",\"description\":\"Drag and drop feedback color for the panel title items. The color should have transparency so that the panel entries can still shine through. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.foreground\":{\"type\":\"string\",\"description\":\"Status bar foreground color when a workspace is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.noFolderForeground\":{\"type\":\"string\",\"description\":\"Status bar foreground color when no folder is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.background\":{\"type\":\"string\",\"description\":\"Status bar background color when a workspace is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.noFolderBackground\":{\"type\":\"string\",\"description\":\"Status bar background color when no folder is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.border\":{\"type\":\"string\",\"description\":\"Status bar border color separating to the sidebar and editor. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.noFolderBorder\":{\"type\":\"string\",\"description\":\"Status bar border color separating to the sidebar and editor when no folder is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBarItem.activeBackground\":{\"type\":\"string\",\"description\":\"Status bar item background color when clicking. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBarItem.hoverBackground\":{\"type\":\"string\",\"description\":\"Status bar item background color when hovering. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBarItem.prominentBackground\":{\"type\":\"string\",\"description\":\"Status bar prominent items background color. Prominent items stand out from other status bar entries to indicate importance. Change mode `Toggle Tab Key Moves Focus` from command palette to see an example. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBarItem.prominentHoverBackground\":{\"type\":\"string\",\"description\":\"Status bar prominent items background color when hovering. Prominent items stand out from other status bar entries to indicate importance. Change mode `Toggle Tab Key Moves Focus` from command palette to see an example. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBar.background\":{\"type\":\"string\",\"description\":\"Activity bar background color. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBar.foreground\":{\"type\":\"string\",\"description\":\"Activity bar foreground color (e.g. used for the icons). The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBar.border\":{\"type\":\"string\",\"description\":\"Activity bar border color separating to the side bar. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBar.dropBackground\":{\"type\":\"string\",\"description\":\"Drag and drop feedback color for the activity bar items. The color should have transparency so that the activity bar entries can still shine through. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBarBadge.background\":{\"type\":\"string\",\"description\":\"Activity notification badge background color. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBarBadge.foreground\":{\"type\":\"string\",\"description\":\"Activity notification badge foreground color. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBar.background\":{\"type\":\"string\",\"description\":\"Side bar background color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBar.foreground\":{\"type\":\"string\",\"description\":\"Side bar foreground color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBar.border\":{\"type\":\"string\",\"description\":\"Side bar border color on the side separating to the editor. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBarTitle.foreground\":{\"type\":\"string\",\"description\":\"Side bar title foreground color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBar.dropBackground\":{\"type\":\"string\",\"description\":\"Drag and drop feedback color for the side bar sections. The color should have transparency so that the side bar sections can still shine through. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBarSectionHeader.background\":{\"type\":\"string\",\"description\":\"Side bar section header background color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBarSectionHeader.foreground\":{\"type\":\"string\",\"description\":\"Side bar section header foreground color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.activeForeground\":{\"type\":\"string\",\"description\":\"Title bar foreground when the window is active. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.inactiveForeground\":{\"type\":\"string\",\"description\":\"Title bar foreground when the window is inactive. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.activeBackground\":{\"type\":\"string\",\"description\":\"Title bar background when the window is active. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.inactiveBackground\":{\"type\":\"string\",\"description\":\"Title bar background when the window is inactive. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.border\":{\"type\":\"string\",\"description\":\"Title bar border color. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationCenter.border\":{\"type\":\"string\",\"description\":\"Notifications center border color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationToast.border\":{\"type\":\"string\",\"description\":\"Notification toast border color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notifications.foreground\":{\"type\":\"string\",\"description\":\"Notifications foreground color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notifications.background\":{\"type\":\"string\",\"description\":\"Notifications background color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationLink.foreground\":{\"type\":\"string\",\"description\":\"Notification links foreground color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationCenterHeader.foreground\":{\"type\":\"string\",\"description\":\"Notifications center header foreground color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationCenterHeader.background\":{\"type\":\"string\",\"description\":\"Notifications center header background color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notifications.border\":{\"type\":\"string\",\"description\":\"Notifications border color separating from other notifications in the notifications center. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"settings.modifiedItemForeground\":{\"type\":\"string\",\"description\":\"(For settings editor preview) The foreground color for a modified setting.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.background\":{\"type\":\"string\",\"description\":\"The background color of the terminal, this allows coloring the terminal differently to the panel.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.foreground\":{\"type\":\"string\",\"description\":\"The foreground color of the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminalCursor.foreground\":{\"type\":\"string\",\"description\":\"The foreground color of the terminal cursor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminalCursor.background\":{\"type\":\"string\",\"description\":\"The background color of the terminal cursor. Allows customizing the color of a character overlapped by a block cursor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.selectionBackground\":{\"type\":\"string\",\"description\":\"The selection background color of the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.border\":{\"type\":\"string\",\"description\":\"The color of the border that separates split panes within the terminal. This defaults to panel.border.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"debugExceptionWidget.border\":{\"type\":\"string\",\"description\":\"Exception widget border color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"debugExceptionWidget.background\":{\"type\":\"string\",\"description\":\"Exception widget background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"welcomePage.buttonBackground\":{\"type\":\"string\",\"description\":\"Background color for the buttons on the Welcome page.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"welcomePage.buttonHoverBackground\":{\"type\":\"string\",\"description\":\"Hover background color for the buttons on the Welcome page.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"walkThrough.embeddedEditorBackground\":{\"type\":\"string\",\"description\":\"Background color for the embedded editors on the Interactive Playground.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.debuggingBackground\":{\"type\":\"string\",\"description\":\"Status bar background color when a program is being debugged. The status bar is shown in the bottom of the window\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.debuggingForeground\":{\"type\":\"string\",\"description\":\"Status bar foreground color when a program is being debugged. The status bar is shown in the bottom of the window\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.debuggingBorder\":{\"type\":\"string\",\"description\":\"Status bar border color separating to the sidebar and editor when a program is being debugged. The status bar is shown in the bottom of the window\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGutter.modifiedBackground\":{\"type\":\"string\",\"description\":\"Editor gutter background color for lines that are modified.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGutter.addedBackground\":{\"type\":\"string\",\"description\":\"Editor gutter background color for lines that are added.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGutter.deletedBackground\":{\"type\":\"string\",\"description\":\"Editor gutter background color for lines that are deleted.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.modifiedForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for modified content.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.addedForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for added content.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.deletedForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for deleted content.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"debugToolBar.background\":{\"type\":\"string\",\"description\":\"Debug toolbar background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"debugToolBar.border\":{\"type\":\"string\",\"description\":\"Debug toolbar border color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorPane.background\":{\"type\":\"string\",\"description\":\"Background color of the editor pane visible on the left and right side of the centered editor layout.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"extensionButton.prominentBackground\":{\"type\":\"string\",\"description\":\"Button background color for actions extension that stand out (e.g. install button).\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"extensionButton.prominentForeground\":{\"type\":\"string\",\"description\":\"Button foreground color for actions extension that stand out (e.g. install button).\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"extensionButton.prominentHoverBackground\":{\"type\":\"string\",\"description\":\"Button background hover color for actions extension that stand out (e.g. install button).\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBlack\":{\"type\":\"string\",\"description\":\"'Black' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiRed\":{\"type\":\"string\",\"description\":\"'Red' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiGreen\":{\"type\":\"string\",\"description\":\"'Green' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiYellow\":{\"type\":\"string\",\"description\":\"'Yellow' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBlue\":{\"type\":\"string\",\"description\":\"'Blue' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiMagenta\":{\"type\":\"string\",\"description\":\"'Magenta' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiCyan\":{\"type\":\"string\",\"description\":\"'Cyan' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiWhite\":{\"type\":\"string\",\"description\":\"'White' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightBlack\":{\"type\":\"string\",\"description\":\"'BrightBlack' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightRed\":{\"type\":\"string\",\"description\":\"'BrightRed' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightGreen\":{\"type\":\"string\",\"description\":\"'BrightGreen' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightYellow\":{\"type\":\"string\",\"description\":\"'BrightYellow' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightBlue\":{\"type\":\"string\",\"description\":\"'BrightBlue' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightMagenta\":{\"type\":\"string\",\"description\":\"'BrightMagenta' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightCyan\":{\"type\":\"string\",\"description\":\"'BrightCyan' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightWhite\":{\"type\":\"string\",\"description\":\"'BrightWhite' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.addedResourceForeground\":{\"type\":\"string\",\"description\":\"Color for added resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.modifiedResourceForeground\":{\"type\":\"string\",\"description\":\"Color for modified resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.deletedResourceForeground\":{\"type\":\"string\",\"description\":\"Color for deleted resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.untrackedResourceForeground\":{\"type\":\"string\",\"description\":\"Color for untracked resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.ignoredResourceForeground\":{\"type\":\"string\",\"description\":\"Color for ignored resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.conflictingResourceForeground\":{\"type\":\"string\",\"description\":\"Color for resources with conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.submoduleResourceForeground\":{\"type\":\"string\",\"description\":\"Color for submodule resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"}},\"additionalProperties\":false,\"default\":{},\"defaultSnippets\":[{\"body\":{\"statusBar.background\":\"#666666\",\"panel.background\":\"#555555\",\"sideBar.background\":\"#444444\"}}],\"scope\":2},\"[Tomorrow Night Blue]\":{\"type\":\"object\",\"description\":\"Overrides colors from the currently selected color theme.\",\"properties\":{\"foreground\":{\"type\":\"string\",\"description\":\"Overall foreground color. This color is only used if not overridden by a component.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"errorForeground\":{\"type\":\"string\",\"description\":\"Overall foreground color for error messages. This color is only used if not overridden by a component.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"descriptionForeground\":{\"type\":\"string\",\"description\":\"Foreground color for description text providing additional information, for example for a label.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"focusBorder\":{\"type\":\"string\",\"description\":\"Overall border color for focused elements. This color is only used if not overridden by a component.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"contrastBorder\":{\"type\":\"string\",\"description\":\"An extra border around elements to separate them from others for greater contrast.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"contrastActiveBorder\":{\"type\":\"string\",\"description\":\"An extra border around active elements to separate them from others for greater contrast.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"selection.background\":{\"type\":\"string\",\"description\":\"The background color of text selections in the workbench (e.g. for input fields or text areas). Note that this does not apply to selections within the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textSeparator.foreground\":{\"type\":\"string\",\"description\":\"Color for text separators.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textLink.foreground\":{\"type\":\"string\",\"description\":\"Foreground color for links in text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textLink.activeForeground\":{\"type\":\"string\",\"description\":\"Foreground color for links in text when clicked on and on mouse hover.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textPreformat.foreground\":{\"type\":\"string\",\"description\":\"Foreground color for preformatted text segments.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textBlockQuote.background\":{\"type\":\"string\",\"description\":\"Background color for block quotes in text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textBlockQuote.border\":{\"type\":\"string\",\"description\":\"Border color for block quotes in text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"textCodeBlock.background\":{\"type\":\"string\",\"description\":\"Background color for code blocks in text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"widget.shadow\":{\"type\":\"string\",\"description\":\"Shadow color of widgets such as find/replace inside the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"input.background\":{\"type\":\"string\",\"description\":\"Input box background.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"input.foreground\":{\"type\":\"string\",\"description\":\"Input box foreground.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"input.border\":{\"type\":\"string\",\"description\":\"Input box border.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputOption.activeBorder\":{\"type\":\"string\",\"description\":\"Border color of activated options in input fields.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"input.placeholderForeground\":{\"type\":\"string\",\"description\":\"Input box foreground color for placeholder text.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.infoBackground\":{\"type\":\"string\",\"description\":\"Input validation background color for information severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.infoBorder\":{\"type\":\"string\",\"description\":\"Input validation border color for information severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.warningBackground\":{\"type\":\"string\",\"description\":\"Input validation background color for warning severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.warningBorder\":{\"type\":\"string\",\"description\":\"Input validation border color for warning severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.errorBackground\":{\"type\":\"string\",\"description\":\"Input validation background color for error severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"inputValidation.errorBorder\":{\"type\":\"string\",\"description\":\"Input validation border color for error severity.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"dropdown.background\":{\"type\":\"string\",\"description\":\"Dropdown background.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"dropdown.listBackground\":{\"type\":\"string\",\"description\":\"Dropdown list background.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"dropdown.foreground\":{\"type\":\"string\",\"description\":\"Dropdown foreground.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"dropdown.border\":{\"type\":\"string\",\"description\":\"Dropdown border.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.focusBackground\":{\"type\":\"string\",\"description\":\"List/Tree background color for the focused item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.focusForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color for the focused item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.activeSelectionBackground\":{\"type\":\"string\",\"description\":\"List/Tree background color for the selected item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.activeSelectionForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color for the selected item when the list/tree is active. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.inactiveSelectionBackground\":{\"type\":\"string\",\"description\":\"List/Tree background color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.inactiveSelectionForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.inactiveFocusBackground\":{\"type\":\"string\",\"description\":\"List/Tree background color for the selected item when the list/tree is inactive. An active list/tree has keyboard focus, an inactive does not.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.hoverBackground\":{\"type\":\"string\",\"description\":\"List/Tree background when hovering over items using the mouse.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.hoverForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground when hovering over items using the mouse.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.dropBackground\":{\"type\":\"string\",\"description\":\"List/Tree drag and drop background when moving items around using the mouse.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.highlightForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color of the match highlights when searching inside the list/tree.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.invalidItemForeground\":{\"type\":\"string\",\"description\":\"List/Tree foreground color for invalid items, for example an unresolved root in explorer.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.errorForeground\":{\"type\":\"string\",\"description\":\"Foreground color of list items containing errors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"list.warningForeground\":{\"type\":\"string\",\"description\":\"Foreground color of list items containing warnings.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"pickerGroup.foreground\":{\"type\":\"string\",\"description\":\"Quick picker color for grouping labels.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"pickerGroup.border\":{\"type\":\"string\",\"description\":\"Quick picker color for grouping borders.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"button.foreground\":{\"type\":\"string\",\"description\":\"Button foreground color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"button.background\":{\"type\":\"string\",\"description\":\"Button background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"button.hoverBackground\":{\"type\":\"string\",\"description\":\"Button background color when hovering.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"badge.background\":{\"type\":\"string\",\"description\":\"Badge background color. Badges are small information labels, e.g. for search results count.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"badge.foreground\":{\"type\":\"string\",\"description\":\"Badge foreground color. Badges are small information labels, e.g. for search results count.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"scrollbar.shadow\":{\"type\":\"string\",\"description\":\"Scrollbar shadow to indicate that the view is scrolled.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"scrollbarSlider.background\":{\"type\":\"string\",\"description\":\"Scrollbar slider background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"scrollbarSlider.hoverBackground\":{\"type\":\"string\",\"description\":\"Scrollbar slider background color when hovering.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"scrollbarSlider.activeBackground\":{\"type\":\"string\",\"description\":\"Scrollbar slider background color when clicked on.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"progressBar.background\":{\"type\":\"string\",\"description\":\"Background color of the progress bar that can show for long running operations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.background\":{\"type\":\"string\",\"description\":\"Editor background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.foreground\":{\"type\":\"string\",\"description\":\"Editor default foreground color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWidget.background\":{\"type\":\"string\",\"description\":\"Background color of editor widgets, such as find/replace.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWidget.border\":{\"type\":\"string\",\"description\":\"Border color of editor widgets. The color is only used if the widget chooses to have a border and if the color is not overridden by a widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWidget.resizeBorder\":{\"type\":\"string\",\"description\":\"Border color of the resize bar of editor widgets. The color is only used if the widget chooses to have a resize border and if the color is not overridden by a widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.selectionBackground\":{\"type\":\"string\",\"description\":\"Color of the editor selection.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.selectionForeground\":{\"type\":\"string\",\"description\":\"Color of the selected text for high contrast.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.inactiveSelectionBackground\":{\"type\":\"string\",\"description\":\"Color of the selection in an inactive editor. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.selectionHighlightBackground\":{\"type\":\"string\",\"description\":\"Color for regions with the same content as the selection. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.selectionHighlightBorder\":{\"type\":\"string\",\"description\":\"Border color for regions with the same content as the selection.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findMatchBackground\":{\"type\":\"string\",\"description\":\"Color of the current search match.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findMatchHighlightBackground\":{\"type\":\"string\",\"description\":\"Color of the other search matches. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findRangeHighlightBackground\":{\"type\":\"string\",\"description\":\"Color of the range limiting the search. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findMatchBorder\":{\"type\":\"string\",\"description\":\"Border color of the current search match.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findMatchHighlightBorder\":{\"type\":\"string\",\"description\":\"Border color of the other search matches.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.findRangeHighlightBorder\":{\"type\":\"string\",\"description\":\"Border color of the range limiting the search. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.hoverHighlightBackground\":{\"type\":\"string\",\"description\":\"Highlight below the word for which a hover is shown. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorHoverWidget.background\":{\"type\":\"string\",\"description\":\"Background color of the editor hover.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorHoverWidget.border\":{\"type\":\"string\",\"description\":\"Border color of the editor hover.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorLink.activeForeground\":{\"type\":\"string\",\"description\":\"Color of active links.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"diffEditor.insertedTextBackground\":{\"type\":\"string\",\"description\":\"Background color for text that got inserted. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"diffEditor.removedTextBackground\":{\"type\":\"string\",\"description\":\"Background color for text that got removed. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"diffEditor.insertedTextBorder\":{\"type\":\"string\",\"description\":\"Outline color for the text that got inserted.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"diffEditor.removedTextBorder\":{\"type\":\"string\",\"description\":\"Outline color for text that got removed.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.currentHeaderBackground\":{\"type\":\"string\",\"description\":\"Current header background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.currentContentBackground\":{\"type\":\"string\",\"description\":\"Current content background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.incomingHeaderBackground\":{\"type\":\"string\",\"description\":\"Incoming header background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.incomingContentBackground\":{\"type\":\"string\",\"description\":\"Incoming content background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.commonHeaderBackground\":{\"type\":\"string\",\"description\":\"Common ancestor header background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.commonContentBackground\":{\"type\":\"string\",\"description\":\"Common ancestor content background in inline merge-conflicts. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"merge.border\":{\"type\":\"string\",\"description\":\"Border color on headers and the splitter in inline merge-conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.currentContentForeground\":{\"type\":\"string\",\"description\":\"Current overview ruler foreground for inline merge-conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.incomingContentForeground\":{\"type\":\"string\",\"description\":\"Incoming overview ruler foreground for inline merge-conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.commonContentForeground\":{\"type\":\"string\",\"description\":\"Common ancestor overview ruler foreground for inline merge-conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.findMatchForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for find matches. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.selectionHighlightForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for selection highlights. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.lineHighlightBackground\":{\"type\":\"string\",\"description\":\"Background color for the highlight of line at the cursor position.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.lineHighlightBorder\":{\"type\":\"string\",\"description\":\"Background color for the border around the line at the cursor position.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.rangeHighlightBackground\":{\"type\":\"string\",\"description\":\"Background color of highlighted ranges, like by quick open and find features. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.rangeHighlightBorder\":{\"type\":\"string\",\"description\":\"Background color of the border around highlighted ranges.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorCursor.foreground\":{\"type\":\"string\",\"description\":\"Color of the editor cursor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorCursor.background\":{\"type\":\"string\",\"description\":\"The background color of the editor cursor. Allows customizing the color of a character overlapped by a block cursor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWhitespace.foreground\":{\"type\":\"string\",\"description\":\"Color of whitespace characters in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorIndentGuide.background\":{\"type\":\"string\",\"description\":\"Color of the editor indentation guides.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorIndentGuide.activeBackground\":{\"type\":\"string\",\"description\":\"Color of the active editor indentation guides.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorLineNumber.foreground\":{\"type\":\"string\",\"description\":\"Color of editor line numbers.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorActiveLineNumber.foreground\":{\"type\":\"string\",\"description\":\"Color of editor active line number\",\"format\":\"color-hex\",\"default\":\"#ff0000\",\"deprecationMessage\":\"Id is deprecated. Use 'editorLineNumber.activeForeground' instead.\"},\"editorLineNumber.activeForeground\":{\"type\":\"string\",\"description\":\"Color of editor active line number\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorRuler.foreground\":{\"type\":\"string\",\"description\":\"Color of the editor rulers.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorCodeLens.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of editor code lenses\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorBracketMatch.background\":{\"type\":\"string\",\"description\":\"Background color behind matching brackets\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorBracketMatch.border\":{\"type\":\"string\",\"description\":\"Color for matching brackets boxes\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.border\":{\"type\":\"string\",\"description\":\"Color of the overview ruler border.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGutter.background\":{\"type\":\"string\",\"description\":\"Background color of the editor gutter. The gutter contains the glyph margins and the line numbers.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorError.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of error squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorError.border\":{\"type\":\"string\",\"description\":\"Border color of error squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWarning.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of warning squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorWarning.border\":{\"type\":\"string\",\"description\":\"Border color of warning squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorInfo.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of info squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorInfo.border\":{\"type\":\"string\",\"description\":\"Border color of info squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorHint.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of hint squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorHint.border\":{\"type\":\"string\",\"description\":\"Border color of hint squigglies in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorUnnecessaryCode.border\":{\"type\":\"string\",\"description\":\"Border of unnecessary code in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorUnnecessaryCode.opacity\":{\"type\":\"string\",\"description\":\"Opacity of unnecessary code in the editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.rangeHighlightForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for range highlights. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.errorForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for errors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.warningForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for warnings.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.infoForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for infos.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.bracketMatchForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for matching brackets.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorMarkerNavigationError.background\":{\"type\":\"string\",\"description\":\"Editor marker navigation widget error color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorMarkerNavigationWarning.background\":{\"type\":\"string\",\"description\":\"Editor marker navigation widget warning color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorMarkerNavigationInfo.background\":{\"type\":\"string\",\"description\":\"Editor marker navigation widget info color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorMarkerNavigation.background\":{\"type\":\"string\",\"description\":\"Editor marker navigation widget background.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.background\":{\"type\":\"string\",\"description\":\"Background color of the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.border\":{\"type\":\"string\",\"description\":\"Border color of the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.foreground\":{\"type\":\"string\",\"description\":\"Foreground color of the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.selectedBackground\":{\"type\":\"string\",\"description\":\"Background color of the selected entry in the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorSuggestWidget.highlightForeground\":{\"type\":\"string\",\"description\":\"Color of the match highlights in the suggest widget.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.wordHighlightBackground\":{\"type\":\"string\",\"description\":\"Background color of a symbol during read-access, like reading a variable. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.wordHighlightStrongBackground\":{\"type\":\"string\",\"description\":\"Background color of a symbol during write-access, like writing to a variable. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.wordHighlightBorder\":{\"type\":\"string\",\"description\":\"Border color of a symbol during read-access, like reading a variable.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editor.wordHighlightStrongBorder\":{\"type\":\"string\",\"description\":\"Border color of a symbol during write-access, like writing to a variable.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.wordHighlightForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for symbol highlights. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.wordHighlightStrongForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for write-access symbol highlights. The color must not be opaque to not hide underlying decorations.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewTitle.background\":{\"type\":\"string\",\"description\":\"Background color of the peek view title area.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewTitleLabel.foreground\":{\"type\":\"string\",\"description\":\"Color of the peek view title.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewTitleDescription.foreground\":{\"type\":\"string\",\"description\":\"Color of the peek view title info.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekView.border\":{\"type\":\"string\",\"description\":\"Color of the peek view borders and arrow.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.background\":{\"type\":\"string\",\"description\":\"Background color of the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.lineForeground\":{\"type\":\"string\",\"description\":\"Foreground color for line nodes in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.fileForeground\":{\"type\":\"string\",\"description\":\"Foreground color for file nodes in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.selectionBackground\":{\"type\":\"string\",\"description\":\"Background color of the selected entry in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.selectionForeground\":{\"type\":\"string\",\"description\":\"Foreground color of the selected entry in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewEditor.background\":{\"type\":\"string\",\"description\":\"Background color of the peek view editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewEditorGutter.background\":{\"type\":\"string\",\"description\":\"Background color of the gutter in the peek view editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewResult.matchHighlightBackground\":{\"type\":\"string\",\"description\":\"Match highlight color in the peek view result list.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewEditor.matchHighlightBackground\":{\"type\":\"string\",\"description\":\"Match highlight color in the peek view editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"peekViewEditor.matchHighlightBorder\":{\"type\":\"string\",\"description\":\"Match highlight border in the peek view editor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.activeBackground\":{\"type\":\"string\",\"description\":\"Active tab background color. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.inactiveBackground\":{\"type\":\"string\",\"description\":\"Inactive tab background color. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.hoverBackground\":{\"type\":\"string\",\"description\":\"Tab background color when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedHoverBackground\":{\"type\":\"string\",\"description\":\"Tab background color in an unfocused group when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.border\":{\"type\":\"string\",\"description\":\"Border to separate tabs from each other. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.activeBorder\":{\"type\":\"string\",\"description\":\"Border on the bottom of an active tab. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.activeBorderTop\":{\"type\":\"string\",\"description\":\"Border to the top of an active tab. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedActiveBorder\":{\"type\":\"string\",\"description\":\"Border on the bottom of an active tab in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedActiveBorderTop\":{\"type\":\"string\",\"description\":\"Border to the top of an active tab in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.hoverBorder\":{\"type\":\"string\",\"description\":\"Border to highlight tabs when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedHoverBorder\":{\"type\":\"string\",\"description\":\"Border to highlight tabs in an unfocused group when hovering. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.activeForeground\":{\"type\":\"string\",\"description\":\"Active tab foreground color in an active group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.inactiveForeground\":{\"type\":\"string\",\"description\":\"Inactive tab foreground color in an active group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedActiveForeground\":{\"type\":\"string\",\"description\":\"Active tab foreground color in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"tab.unfocusedInactiveForeground\":{\"type\":\"string\",\"description\":\"Inactive tab foreground color in an unfocused group. Tabs are the containers for editors in the editor area. Multiple tabs can be opened in one editor group. There can be multiple editor groups.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroup.background\":{\"type\":\"string\",\"description\":\"Deprecated background color of an editor group.\",\"format\":\"color-hex\",\"default\":\"#ff0000\",\"deprecationMessage\":\"Deprecated: Background color of an editor group is no longer being supported with the introduction of the grid editor layout. You can use editorGroup.emptyBackground to set the background color of empty editor groups.\"},\"editorGroup.emptyBackground\":{\"type\":\"string\",\"description\":\"Background color of an empty editor group. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroup.focusedEmptyBorder\":{\"type\":\"string\",\"description\":\"Border color of an empty editor group that is focused. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroupHeader.tabsBackground\":{\"type\":\"string\",\"description\":\"Background color of the editor group title header when tabs are enabled. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroupHeader.tabsBorder\":{\"type\":\"string\",\"description\":\"Border color of the editor group title header when tabs are enabled. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroupHeader.noTabsBackground\":{\"type\":\"string\",\"description\":\"Background color of the editor group title header when tabs are disabled (`\\\"workbench.editor.showTabs\\\": false`). Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroup.border\":{\"type\":\"string\",\"description\":\"Color to separate multiple editor groups from each other. Editor groups are the containers of editors.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGroup.dropBackground\":{\"type\":\"string\",\"description\":\"Background color when dragging editors around. The color should have transparency so that the editor contents can still shine through.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panel.background\":{\"type\":\"string\",\"description\":\"Panel background color. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panel.border\":{\"type\":\"string\",\"description\":\"Panel border color to separate the panel from the editor. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panelTitle.activeForeground\":{\"type\":\"string\",\"description\":\"Title color for the active panel. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panelTitle.inactiveForeground\":{\"type\":\"string\",\"description\":\"Title color for the inactive panel. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panelTitle.activeBorder\":{\"type\":\"string\",\"description\":\"Border color for the active panel title. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"panel.dropBackground\":{\"type\":\"string\",\"description\":\"Drag and drop feedback color for the panel title items. The color should have transparency so that the panel entries can still shine through. Panels are shown below the editor area and contain views like output and integrated terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.foreground\":{\"type\":\"string\",\"description\":\"Status bar foreground color when a workspace is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.noFolderForeground\":{\"type\":\"string\",\"description\":\"Status bar foreground color when no folder is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.background\":{\"type\":\"string\",\"description\":\"Status bar background color when a workspace is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.noFolderBackground\":{\"type\":\"string\",\"description\":\"Status bar background color when no folder is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.border\":{\"type\":\"string\",\"description\":\"Status bar border color separating to the sidebar and editor. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.noFolderBorder\":{\"type\":\"string\",\"description\":\"Status bar border color separating to the sidebar and editor when no folder is opened. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBarItem.activeBackground\":{\"type\":\"string\",\"description\":\"Status bar item background color when clicking. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBarItem.hoverBackground\":{\"type\":\"string\",\"description\":\"Status bar item background color when hovering. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBarItem.prominentBackground\":{\"type\":\"string\",\"description\":\"Status bar prominent items background color. Prominent items stand out from other status bar entries to indicate importance. Change mode `Toggle Tab Key Moves Focus` from command palette to see an example. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBarItem.prominentHoverBackground\":{\"type\":\"string\",\"description\":\"Status bar prominent items background color when hovering. Prominent items stand out from other status bar entries to indicate importance. Change mode `Toggle Tab Key Moves Focus` from command palette to see an example. The status bar is shown in the bottom of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBar.background\":{\"type\":\"string\",\"description\":\"Activity bar background color. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBar.foreground\":{\"type\":\"string\",\"description\":\"Activity bar foreground color (e.g. used for the icons). The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBar.border\":{\"type\":\"string\",\"description\":\"Activity bar border color separating to the side bar. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBar.dropBackground\":{\"type\":\"string\",\"description\":\"Drag and drop feedback color for the activity bar items. The color should have transparency so that the activity bar entries can still shine through. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBarBadge.background\":{\"type\":\"string\",\"description\":\"Activity notification badge background color. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"activityBarBadge.foreground\":{\"type\":\"string\",\"description\":\"Activity notification badge foreground color. The activity bar is showing on the far left or right and allows to switch between views of the side bar.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBar.background\":{\"type\":\"string\",\"description\":\"Side bar background color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBar.foreground\":{\"type\":\"string\",\"description\":\"Side bar foreground color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBar.border\":{\"type\":\"string\",\"description\":\"Side bar border color on the side separating to the editor. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBarTitle.foreground\":{\"type\":\"string\",\"description\":\"Side bar title foreground color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBar.dropBackground\":{\"type\":\"string\",\"description\":\"Drag and drop feedback color for the side bar sections. The color should have transparency so that the side bar sections can still shine through. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBarSectionHeader.background\":{\"type\":\"string\",\"description\":\"Side bar section header background color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"sideBarSectionHeader.foreground\":{\"type\":\"string\",\"description\":\"Side bar section header foreground color. The side bar is the container for views like explorer and search.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.activeForeground\":{\"type\":\"string\",\"description\":\"Title bar foreground when the window is active. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.inactiveForeground\":{\"type\":\"string\",\"description\":\"Title bar foreground when the window is inactive. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.activeBackground\":{\"type\":\"string\",\"description\":\"Title bar background when the window is active. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.inactiveBackground\":{\"type\":\"string\",\"description\":\"Title bar background when the window is inactive. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"titleBar.border\":{\"type\":\"string\",\"description\":\"Title bar border color. Note that this color is currently only supported on macOS.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationCenter.border\":{\"type\":\"string\",\"description\":\"Notifications center border color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationToast.border\":{\"type\":\"string\",\"description\":\"Notification toast border color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notifications.foreground\":{\"type\":\"string\",\"description\":\"Notifications foreground color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notifications.background\":{\"type\":\"string\",\"description\":\"Notifications background color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationLink.foreground\":{\"type\":\"string\",\"description\":\"Notification links foreground color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationCenterHeader.foreground\":{\"type\":\"string\",\"description\":\"Notifications center header foreground color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notificationCenterHeader.background\":{\"type\":\"string\",\"description\":\"Notifications center header background color. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"notifications.border\":{\"type\":\"string\",\"description\":\"Notifications border color separating from other notifications in the notifications center. Notifications slide in from the bottom right of the window.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"settings.modifiedItemForeground\":{\"type\":\"string\",\"description\":\"(For settings editor preview) The foreground color for a modified setting.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.background\":{\"type\":\"string\",\"description\":\"The background color of the terminal, this allows coloring the terminal differently to the panel.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.foreground\":{\"type\":\"string\",\"description\":\"The foreground color of the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminalCursor.foreground\":{\"type\":\"string\",\"description\":\"The foreground color of the terminal cursor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminalCursor.background\":{\"type\":\"string\",\"description\":\"The background color of the terminal cursor. Allows customizing the color of a character overlapped by a block cursor.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.selectionBackground\":{\"type\":\"string\",\"description\":\"The selection background color of the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.border\":{\"type\":\"string\",\"description\":\"The color of the border that separates split panes within the terminal. This defaults to panel.border.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"debugExceptionWidget.border\":{\"type\":\"string\",\"description\":\"Exception widget border color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"debugExceptionWidget.background\":{\"type\":\"string\",\"description\":\"Exception widget background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"welcomePage.buttonBackground\":{\"type\":\"string\",\"description\":\"Background color for the buttons on the Welcome page.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"welcomePage.buttonHoverBackground\":{\"type\":\"string\",\"description\":\"Hover background color for the buttons on the Welcome page.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"walkThrough.embeddedEditorBackground\":{\"type\":\"string\",\"description\":\"Background color for the embedded editors on the Interactive Playground.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.debuggingBackground\":{\"type\":\"string\",\"description\":\"Status bar background color when a program is being debugged. The status bar is shown in the bottom of the window\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.debuggingForeground\":{\"type\":\"string\",\"description\":\"Status bar foreground color when a program is being debugged. The status bar is shown in the bottom of the window\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"statusBar.debuggingBorder\":{\"type\":\"string\",\"description\":\"Status bar border color separating to the sidebar and editor when a program is being debugged. The status bar is shown in the bottom of the window\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGutter.modifiedBackground\":{\"type\":\"string\",\"description\":\"Editor gutter background color for lines that are modified.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGutter.addedBackground\":{\"type\":\"string\",\"description\":\"Editor gutter background color for lines that are added.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorGutter.deletedBackground\":{\"type\":\"string\",\"description\":\"Editor gutter background color for lines that are deleted.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.modifiedForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for modified content.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.addedForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for added content.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorOverviewRuler.deletedForeground\":{\"type\":\"string\",\"description\":\"Overview ruler marker color for deleted content.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"debugToolBar.background\":{\"type\":\"string\",\"description\":\"Debug toolbar background color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"debugToolBar.border\":{\"type\":\"string\",\"description\":\"Debug toolbar border color.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"editorPane.background\":{\"type\":\"string\",\"description\":\"Background color of the editor pane visible on the left and right side of the centered editor layout.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"extensionButton.prominentBackground\":{\"type\":\"string\",\"description\":\"Button background color for actions extension that stand out (e.g. install button).\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"extensionButton.prominentForeground\":{\"type\":\"string\",\"description\":\"Button foreground color for actions extension that stand out (e.g. install button).\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"extensionButton.prominentHoverBackground\":{\"type\":\"string\",\"description\":\"Button background hover color for actions extension that stand out (e.g. install button).\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBlack\":{\"type\":\"string\",\"description\":\"'Black' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiRed\":{\"type\":\"string\",\"description\":\"'Red' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiGreen\":{\"type\":\"string\",\"description\":\"'Green' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiYellow\":{\"type\":\"string\",\"description\":\"'Yellow' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBlue\":{\"type\":\"string\",\"description\":\"'Blue' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiMagenta\":{\"type\":\"string\",\"description\":\"'Magenta' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiCyan\":{\"type\":\"string\",\"description\":\"'Cyan' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiWhite\":{\"type\":\"string\",\"description\":\"'White' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightBlack\":{\"type\":\"string\",\"description\":\"'BrightBlack' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightRed\":{\"type\":\"string\",\"description\":\"'BrightRed' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightGreen\":{\"type\":\"string\",\"description\":\"'BrightGreen' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightYellow\":{\"type\":\"string\",\"description\":\"'BrightYellow' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightBlue\":{\"type\":\"string\",\"description\":\"'BrightBlue' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightMagenta\":{\"type\":\"string\",\"description\":\"'BrightMagenta' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightCyan\":{\"type\":\"string\",\"description\":\"'BrightCyan' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"terminal.ansiBrightWhite\":{\"type\":\"string\",\"description\":\"'BrightWhite' ANSI color in the terminal.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.addedResourceForeground\":{\"type\":\"string\",\"description\":\"Color for added resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.modifiedResourceForeground\":{\"type\":\"string\",\"description\":\"Color for modified resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.deletedResourceForeground\":{\"type\":\"string\",\"description\":\"Color for deleted resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.untrackedResourceForeground\":{\"type\":\"string\",\"description\":\"Color for untracked resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.ignoredResourceForeground\":{\"type\":\"string\",\"description\":\"Color for ignored resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.conflictingResourceForeground\":{\"type\":\"string\",\"description\":\"Color for resources with conflicts.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"gitDecoration.submoduleResourceForeground\":{\"type\":\"string\",\"description\":\"Color for submodule resources.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"}},\"additionalProperties\":false,\"default\":{},\"defaultSnippets\":[{\"body\":{\"statusBar.background\":\"#666666\",\"panel.background\":\"#555555\",\"sideBar.background\":\"#444444\"}}],\"scope\":2}},\"additionalProperties\":false,\"default\":{},\"defaultSnippets\":[{\"body\":{\"statusBar.background\":\"#666666\",\"panel.background\":\"#555555\",\"sideBar.background\":\"#444444\"}}],\"scope\":2},\"editor.tokenColorCustomizations\":{\"description\":\"Overrides editor colors and font style from the currently selected color theme.\",\"default\":{},\"additionalProperties\":false,\"properties\":{\"comments\":{\"description\":\"Sets the colors and styles for comments\",\"default\":\"#FF0000\",\"anyOf\":[{\"type\":\"string\",\"format\":\"color-hex\"},{\"type\":\"object\",\"description\":\"Colors and styles for the token.\",\"properties\":{\"foreground\":{\"type\":\"string\",\"description\":\"Foreground color for the token.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"background\":{\"type\":\"string\",\"deprecationMessage\":\"Token background colors are currently not supported.\"},\"fontStyle\":{\"type\":\"string\",\"description\":\"Font style of the rule: 'italic', 'bold' or 'underline' or a combination. The empty string unsets inherited settings.\",\"pattern\":\"^(\\\\s*\\\\b(italic|bold|underline))*\\\\s*$\",\"patternErrorMessage\":\"Font style must be 'italic', 'bold' or 'underline' or a combination or the empty string.\",\"defaultSnippets\":[{\"label\":\"None (clear inherited style)\",\"bodyText\":\"\\\"\\\"\"},{\"body\":\"italic\"},{\"body\":\"bold\"},{\"body\":\"underline\"},{\"body\":\"italic bold\"},{\"body\":\"italic underline\"},{\"body\":\"bold underline\"},{\"body\":\"italic bold underline\"}]}},\"additionalProperties\":false,\"defaultSnippets\":[{\"body\":{\"foreground\":\"${1:#FF0000}\",\"fontStyle\":\"${2:bold}\"}}]}]},\"strings\":{\"description\":\"Sets the colors and styles for strings literals.\",\"default\":\"#FF0000\",\"anyOf\":[{\"type\":\"string\",\"format\":\"color-hex\"},{\"type\":\"object\",\"description\":\"Colors and styles for the token.\",\"properties\":{\"foreground\":{\"type\":\"string\",\"description\":\"Foreground color for the token.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"background\":{\"type\":\"string\",\"deprecationMessage\":\"Token background colors are currently not supported.\"},\"fontStyle\":{\"type\":\"string\",\"description\":\"Font style of the rule: 'italic', 'bold' or 'underline' or a combination. The empty string unsets inherited settings.\",\"pattern\":\"^(\\\\s*\\\\b(italic|bold|underline))*\\\\s*$\",\"patternErrorMessage\":\"Font style must be 'italic', 'bold' or 'underline' or a combination or the empty string.\",\"defaultSnippets\":[{\"label\":\"None (clear inherited style)\",\"bodyText\":\"\\\"\\\"\"},{\"body\":\"italic\"},{\"body\":\"bold\"},{\"body\":\"underline\"},{\"body\":\"italic bold\"},{\"body\":\"italic underline\"},{\"body\":\"bold underline\"},{\"body\":\"italic bold underline\"}]}},\"additionalProperties\":false,\"defaultSnippets\":[{\"body\":{\"foreground\":\"${1:#FF0000}\",\"fontStyle\":\"${2:bold}\"}}]}]},\"keywords\":{\"description\":\"Sets the colors and styles for keywords.\",\"default\":\"#FF0000\",\"anyOf\":[{\"type\":\"string\",\"format\":\"color-hex\"},{\"type\":\"object\",\"description\":\"Colors and styles for the token.\",\"properties\":{\"foreground\":{\"type\":\"string\",\"description\":\"Foreground color for the token.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"background\":{\"type\":\"string\",\"deprecationMessage\":\"Token background colors are currently not supported.\"},\"fontStyle\":{\"type\":\"string\",\"description\":\"Font style of the rule: 'italic', 'bold' or 'underline' or a combination. The empty string unsets inherited settings.\",\"pattern\":\"^(\\\\s*\\\\b(italic|bold|underline))*\\\\s*$\",\"patternErrorMessage\":\"Font style must be 'italic', 'bold' or 'underline' or a combination or the empty string.\",\"defaultSnippets\":[{\"label\":\"None (clear inherited style)\",\"bodyText\":\"\\\"\\\"\"},{\"body\":\"italic\"},{\"body\":\"bold\"},{\"body\":\"underline\"},{\"body\":\"italic bold\"},{\"body\":\"italic underline\"},{\"body\":\"bold underline\"},{\"body\":\"italic bold underline\"}]}},\"additionalProperties\":false,\"defaultSnippets\":[{\"body\":{\"foreground\":\"${1:#FF0000}\",\"fontStyle\":\"${2:bold}\"}}]}]},\"numbers\":{\"description\":\"Sets the colors and styles for number literals.\",\"default\":\"#FF0000\",\"anyOf\":[{\"type\":\"string\",\"format\":\"color-hex\"},{\"type\":\"object\",\"description\":\"Colors and styles for the token.\",\"properties\":{\"foreground\":{\"type\":\"string\",\"description\":\"Foreground color for the token.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"background\":{\"type\":\"string\",\"deprecationMessage\":\"Token background colors are currently not supported.\"},\"fontStyle\":{\"type\":\"string\",\"description\":\"Font style of the rule: 'italic', 'bold' or 'underline' or a combination. The empty string unsets inherited settings.\",\"pattern\":\"^(\\\\s*\\\\b(italic|bold|underline))*\\\\s*$\",\"patternErrorMessage\":\"Font style must be 'italic', 'bold' or 'underline' or a combination or the empty string.\",\"defaultSnippets\":[{\"label\":\"None (clear inherited style)\",\"bodyText\":\"\\\"\\\"\"},{\"body\":\"italic\"},{\"body\":\"bold\"},{\"body\":\"underline\"},{\"body\":\"italic bold\"},{\"body\":\"italic underline\"},{\"body\":\"bold underline\"},{\"body\":\"italic bold underline\"}]}},\"additionalProperties\":false,\"defaultSnippets\":[{\"body\":{\"foreground\":\"${1:#FF0000}\",\"fontStyle\":\"${2:bold}\"}}]}]},\"types\":{\"description\":\"Sets the colors and styles for type declarations and references.\",\"default\":\"#FF0000\",\"anyOf\":[{\"type\":\"string\",\"format\":\"color-hex\"},{\"type\":\"object\",\"description\":\"Colors and styles for the token.\",\"properties\":{\"foreground\":{\"type\":\"string\",\"description\":\"Foreground color for the token.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"background\":{\"type\":\"string\",\"deprecationMessage\":\"Token background colors are currently not supported.\"},\"fontStyle\":{\"type\":\"string\",\"description\":\"Font style of the rule: 'italic', 'bold' or 'underline' or a combination. The empty string unsets inherited settings.\",\"pattern\":\"^(\\\\s*\\\\b(italic|bold|underline))*\\\\s*$\",\"patternErrorMessage\":\"Font style must be 'italic', 'bold' or 'underline' or a combination or the empty string.\",\"defaultSnippets\":[{\"label\":\"None (clear inherited style)\",\"bodyText\":\"\\\"\\\"\"},{\"body\":\"italic\"},{\"body\":\"bold\"},{\"body\":\"underline\"},{\"body\":\"italic bold\"},{\"body\":\"italic underline\"},{\"body\":\"bold underline\"},{\"body\":\"italic bold underline\"}]}},\"additionalProperties\":false,\"defaultSnippets\":[{\"body\":{\"foreground\":\"${1:#FF0000}\",\"fontStyle\":\"${2:bold}\"}}]}]},\"functions\":{\"description\":\"Sets the colors and styles for functions declarations and references.\",\"default\":\"#FF0000\",\"anyOf\":[{\"type\":\"string\",\"format\":\"color-hex\"},{\"type\":\"object\",\"description\":\"Colors and styles for the token.\",\"properties\":{\"foreground\":{\"type\":\"string\",\"description\":\"Foreground color for the token.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"background\":{\"type\":\"string\",\"deprecationMessage\":\"Token background colors are currently not supported.\"},\"fontStyle\":{\"type\":\"string\",\"description\":\"Font style of the rule: 'italic', 'bold' or 'underline' or a combination. The empty string unsets inherited settings.\",\"pattern\":\"^(\\\\s*\\\\b(italic|bold|underline))*\\\\s*$\",\"patternErrorMessage\":\"Font style must be 'italic', 'bold' or 'underline' or a combination or the empty string.\",\"defaultSnippets\":[{\"label\":\"None (clear inherited style)\",\"bodyText\":\"\\\"\\\"\"},{\"body\":\"italic\"},{\"body\":\"bold\"},{\"body\":\"underline\"},{\"body\":\"italic bold\"},{\"body\":\"italic underline\"},{\"body\":\"bold underline\"},{\"body\":\"italic bold underline\"}]}},\"additionalProperties\":false,\"defaultSnippets\":[{\"body\":{\"foreground\":\"${1:#FF0000}\",\"fontStyle\":\"${2:bold}\"}}]}]},\"variables\":{\"description\":\"Sets the colors and styles for variables declarations and references.\",\"default\":\"#FF0000\",\"anyOf\":[{\"type\":\"string\",\"format\":\"color-hex\"},{\"type\":\"object\",\"description\":\"Colors and styles for the token.\",\"properties\":{\"foreground\":{\"type\":\"string\",\"description\":\"Foreground color for the token.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"background\":{\"type\":\"string\",\"deprecationMessage\":\"Token background colors are currently not supported.\"},\"fontStyle\":{\"type\":\"string\",\"description\":\"Font style of the rule: 'italic', 'bold' or 'underline' or a combination. The empty string unsets inherited settings.\",\"pattern\":\"^(\\\\s*\\\\b(italic|bold|underline))*\\\\s*$\",\"patternErrorMessage\":\"Font style must be 'italic', 'bold' or 'underline' or a combination or the empty string.\",\"defaultSnippets\":[{\"label\":\"None (clear inherited style)\",\"bodyText\":\"\\\"\\\"\"},{\"body\":\"italic\"},{\"body\":\"bold\"},{\"body\":\"underline\"},{\"body\":\"italic bold\"},{\"body\":\"italic underline\"},{\"body\":\"bold underline\"},{\"body\":\"italic bold underline\"}]}},\"additionalProperties\":false,\"defaultSnippets\":[{\"body\":{\"foreground\":\"${1:#FF0000}\",\"fontStyle\":\"${2:bold}\"}}]}]},\"textMateRules\":{\"type\":\"array\",\"description\":\"Sets colors and styles using textmate theming rules (advanced).\",\"items\":{\"type\":\"object\",\"defaultSnippets\":[{\"body\":{\"scope\":\"${1:keyword.operator}\",\"settings\":{\"foreground\":\"${2:#FF0000}\"}}}],\"properties\":{\"name\":{\"type\":\"string\",\"description\":\"Description of the rule.\"},\"scope\":{\"description\":\"Scope selector against which this rule matches.\",\"anyOf\":[{\"enum\":[\"comment\",\"comment.block\",\"comment.block.documentation\",\"comment.line\",\"constant\",\"constant.character\",\"constant.character.escape\",\"constant.numeric\",\"constant.numeric.integer\",\"constant.numeric.float\",\"constant.numeric.hex\",\"constant.numeric.octal\",\"constant.other\",\"constant.regexp\",\"constant.rgb-value\",\"emphasis\",\"entity\",\"entity.name\",\"entity.name.class\",\"entity.name.function\",\"entity.name.method\",\"entity.name.section\",\"entity.name.selector\",\"entity.name.tag\",\"entity.name.type\",\"entity.other\",\"entity.other.attribute-name\",\"entity.other.inherited-class\",\"invalid\",\"invalid.deprecated\",\"invalid.illegal\",\"keyword\",\"keyword.control\",\"keyword.operator\",\"keyword.operator.new\",\"keyword.operator.assignment\",\"keyword.operator.arithmetic\",\"keyword.operator.logical\",\"keyword.other\",\"markup\",\"markup.bold\",\"markup.changed\",\"markup.deleted\",\"markup.heading\",\"markup.inline.raw\",\"markup.inserted\",\"markup.italic\",\"markup.list\",\"markup.list.numbered\",\"markup.list.unnumbered\",\"markup.other\",\"markup.quote\",\"markup.raw\",\"markup.underline\",\"markup.underline.link\",\"meta\",\"meta.block\",\"meta.cast\",\"meta.class\",\"meta.function\",\"meta.function-call\",\"meta.preprocessor\",\"meta.return-type\",\"meta.selector\",\"meta.tag\",\"meta.type.annotation\",\"meta.type\",\"punctuation.definition.string.begin\",\"punctuation.definition.string.end\",\"punctuation.separator\",\"punctuation.separator.continuation\",\"punctuation.terminator\",\"storage\",\"storage.modifier\",\"storage.type\",\"string\",\"string.interpolated\",\"string.other\",\"string.quoted\",\"string.quoted.double\",\"string.quoted.other\",\"string.quoted.single\",\"string.quoted.triple\",\"string.regexp\",\"string.unquoted\",\"strong\",\"support\",\"support.class\",\"support.constant\",\"support.function\",\"support.other\",\"support.type\",\"support.type.property-name\",\"support.variable\",\"variable\",\"variable.language\",\"variable.name\",\"variable.other\",\"variable.other.readwrite\",\"variable.parameter\"]},{\"type\":\"string\"},{\"type\":\"array\",\"items\":{\"enum\":[\"comment\",\"comment.block\",\"comment.block.documentation\",\"comment.line\",\"constant\",\"constant.character\",\"constant.character.escape\",\"constant.numeric\",\"constant.numeric.integer\",\"constant.numeric.float\",\"constant.numeric.hex\",\"constant.numeric.octal\",\"constant.other\",\"constant.regexp\",\"constant.rgb-value\",\"emphasis\",\"entity\",\"entity.name\",\"entity.name.class\",\"entity.name.function\",\"entity.name.method\",\"entity.name.section\",\"entity.name.selector\",\"entity.name.tag\",\"entity.name.type\",\"entity.other\",\"entity.other.attribute-name\",\"entity.other.inherited-class\",\"invalid\",\"invalid.deprecated\",\"invalid.illegal\",\"keyword\",\"keyword.control\",\"keyword.operator\",\"keyword.operator.new\",\"keyword.operator.assignment\",\"keyword.operator.arithmetic\",\"keyword.operator.logical\",\"keyword.other\",\"markup\",\"markup.bold\",\"markup.changed\",\"markup.deleted\",\"markup.heading\",\"markup.inline.raw\",\"markup.inserted\",\"markup.italic\",\"markup.list\",\"markup.list.numbered\",\"markup.list.unnumbered\",\"markup.other\",\"markup.quote\",\"markup.raw\",\"markup.underline\",\"markup.underline.link\",\"meta\",\"meta.block\",\"meta.cast\",\"meta.class\",\"meta.function\",\"meta.function-call\",\"meta.preprocessor\",\"meta.return-type\",\"meta.selector\",\"meta.tag\",\"meta.type.annotation\",\"meta.type\",\"punctuation.definition.string.begin\",\"punctuation.definition.string.end\",\"punctuation.separator\",\"punctuation.separator.continuation\",\"punctuation.terminator\",\"storage\",\"storage.modifier\",\"storage.type\",\"string\",\"string.interpolated\",\"string.other\",\"string.quoted\",\"string.quoted.double\",\"string.quoted.other\",\"string.quoted.single\",\"string.quoted.triple\",\"string.regexp\",\"string.unquoted\",\"strong\",\"support\",\"support.class\",\"support.constant\",\"support.function\",\"support.other\",\"support.type\",\"support.type.property-name\",\"support.variable\",\"variable\",\"variable.language\",\"variable.name\",\"variable.other\",\"variable.other.readwrite\",\"variable.parameter\"]}},{\"type\":\"array\",\"items\":{\"type\":\"string\"}}]},\"settings\":{\"type\":\"object\",\"description\":\"Colors and styles for the token.\",\"properties\":{\"foreground\":{\"type\":\"string\",\"description\":\"Foreground color for the token.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"background\":{\"type\":\"string\",\"deprecationMessage\":\"Token background colors are currently not supported.\"},\"fontStyle\":{\"type\":\"string\",\"description\":\"Font style of the rule: 'italic', 'bold' or 'underline' or a combination. The empty string unsets inherited settings.\",\"pattern\":\"^(\\\\s*\\\\b(italic|bold|underline))*\\\\s*$\",\"patternErrorMessage\":\"Font style must be 'italic', 'bold' or 'underline' or a combination or the empty string.\",\"defaultSnippets\":[{\"label\":\"None (clear inherited style)\",\"bodyText\":\"\\\"\\\"\"},{\"body\":\"italic\"},{\"body\":\"bold\"},{\"body\":\"underline\"},{\"body\":\"italic bold\"},{\"body\":\"italic underline\"},{\"body\":\"bold underline\"},{\"body\":\"italic bold underline\"}]}},\"additionalProperties\":false,\"defaultSnippets\":[{\"body\":{\"foreground\":\"${1:#FF0000}\",\"fontStyle\":\"${2:bold}\"}}]}},\"required\":[\"settings\",\"scope\"],\"additionalProperties\":false}},\"[Default Dark+]\":{\"description\":\"Overrides editor colors and font style from the currently selected color theme.\",\"default\":{},\"additionalProperties\":false,\"properties\":{\"comments\":{\"description\":\"Sets the colors and styles for comments\",\"default\":\"#FF0000\",\"anyOf\":[{\"type\":\"string\",\"format\":\"color-hex\"},{\"type\":\"object\",\"description\":\"Colors and styles for the token.\",\"properties\":{\"foreground\":{\"type\":\"string\",\"description\":\"Foreground color for the token.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"background\":{\"type\":\"string\",\"deprecationMessage\":\"Token background colors are currently not supported.\"},\"fontStyle\":{\"type\":\"string\",\"description\":\"Font style of the rule: 'italic', 'bold' or 'underline' or a combination. The empty string unsets inherited settings.\",\"pattern\":\"^(\\\\s*\\\\b(italic|bold|underline))*\\\\s*$\",\"patternErrorMessage\":\"Font style must be 'italic', 'bold' or 'underline' or a combination or the empty string.\",\"defaultSnippets\":[{\"label\":\"None (clear inherited style)\",\"bodyText\":\"\\\"\\\"\"},{\"body\":\"italic\"},{\"body\":\"bold\"},{\"body\":\"underline\"},{\"body\":\"italic bold\"},{\"body\":\"italic underline\"},{\"body\":\"bold underline\"},{\"body\":\"italic bold underline\"}]}},\"additionalProperties\":false,\"defaultSnippets\":[{\"body\":{\"foreground\":\"${1:#FF0000}\",\"fontStyle\":\"${2:bold}\"}}]}]},\"strings\":{\"description\":\"Sets the colors and styles for strings literals.\",\"default\":\"#FF0000\",\"anyOf\":[{\"type\":\"string\",\"format\":\"color-hex\"},{\"type\":\"object\",\"description\":\"Colors and styles for the token.\",\"properties\":{\"foreground\":{\"type\":\"string\",\"description\":\"Foreground color for the token.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"background\":{\"type\":\"string\",\"deprecationMessage\":\"Token background colors are currently not supported.\"},\"fontStyle\":{\"type\":\"string\",\"description\":\"Font style of the rule: 'italic', 'bold' or 'underline' or a combination. The empty string unsets inherited settings.\",\"pattern\":\"^(\\\\s*\\\\b(italic|bold|underline))*\\\\s*$\",\"patternErrorMessage\":\"Font style must be 'italic', 'bold' or 'underline' or a combination or the empty string.\",\"defaultSnippets\":[{\"label\":\"None (clear inherited style)\",\"bodyText\":\"\\\"\\\"\"},{\"body\":\"italic\"},{\"body\":\"bold\"},{\"body\":\"underline\"},{\"body\":\"italic bold\"},{\"body\":\"italic underline\"},{\"body\":\"bold underline\"},{\"body\":\"italic bold underline\"}]}},\"additionalProperties\":false,\"defaultSnippets\":[{\"body\":{\"foreground\":\"${1:#FF0000}\",\"fontStyle\":\"${2:bold}\"}}]}]},\"keywords\":{\"description\":\"Sets the colors and styles for keywords.\",\"default\":\"#FF0000\",\"anyOf\":[{\"type\":\"string\",\"format\":\"color-hex\"},{\"type\":\"object\",\"description\":\"Colors and styles for the token.\",\"properties\":{\"foreground\":{\"type\":\"string\",\"description\":\"Foreground color for the token.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"background\":{\"type\":\"string\",\"deprecationMessage\":\"Token background colors are currently not supported.\"},\"fontStyle\":{\"type\":\"string\",\"description\":\"Font style of the rule: 'italic', 'bold' or 'underline' or a combination. The empty string unsets inherited settings.\",\"pattern\":\"^(\\\\s*\\\\b(italic|bold|underline))*\\\\s*$\",\"patternErrorMessage\":\"Font style must be 'italic', 'bold' or 'underline' or a combination or the empty string.\",\"defaultSnippets\":[{\"label\":\"None (clear inherited style)\",\"bodyText\":\"\\\"\\\"\"},{\"body\":\"italic\"},{\"body\":\"bold\"},{\"body\":\"underline\"},{\"body\":\"italic bold\"},{\"body\":\"italic underline\"},{\"body\":\"bold underline\"},{\"body\":\"italic bold underline\"}]}},\"additionalProperties\":false,\"defaultSnippets\":[{\"body\":{\"foreground\":\"${1:#FF0000}\",\"fontStyle\":\"${2:bold}\"}}]}]},\"numbers\":{\"description\":\"Sets the colors and styles for number literals.\",\"default\":\"#FF0000\",\"anyOf\":[{\"type\":\"string\",\"format\":\"color-hex\"},{\"type\":\"object\",\"description\":\"Colors and styles for the token.\",\"properties\":{\"foreground\":{\"type\":\"string\",\"description\":\"Foreground color for the token.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"background\":{\"type\":\"string\",\"deprecationMessage\":\"Token background colors are currently not supported.\"},\"fontStyle\":{\"type\":\"string\",\"description\":\"Font style of the rule: 'italic', 'bold' or 'underline' or a combination. The empty string unsets inherited settings.\",\"pattern\":\"^(\\\\s*\\\\b(italic|bold|underline))*\\\\s*$\",\"patternErrorMessage\":\"Font style must be 'italic', 'bold' or 'underline' or a combination or the empty string.\",\"defaultSnippets\":[{\"label\":\"None (clear inherited style)\",\"bodyText\":\"\\\"\\\"\"},{\"body\":\"italic\"},{\"body\":\"bold\"},{\"body\":\"underline\"},{\"body\":\"italic bold\"},{\"body\":\"italic underline\"},{\"body\":\"bold underline\"},{\"body\":\"italic bold underline\"}]}},\"additionalProperties\":false,\"defaultSnippets\":[{\"body\":{\"foreground\":\"${1:#FF0000}\",\"fontStyle\":\"${2:bold}\"}}]}]},\"types\":{\"description\":\"Sets the colors and styles for type declarations and references.\",\"default\":\"#FF0000\",\"anyOf\":[{\"type\":\"string\",\"format\":\"color-hex\"},{\"type\":\"object\",\"description\":\"Colors and styles for the token.\",\"properties\":{\"foreground\":{\"type\":\"string\",\"description\":\"Foreground color for the token.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"background\":{\"type\":\"string\",\"deprecationMessage\":\"Token background colors are currently not supported.\"},\"fontStyle\":{\"type\":\"string\",\"description\":\"Font style of the rule: 'italic', 'bold' or 'underline' or a combination. The empty string unsets inherited settings.\",\"pattern\":\"^(\\\\s*\\\\b(italic|bold|underline))*\\\\s*$\",\"patternErrorMessage\":\"Font style must be 'italic', 'bold' or 'underline' or a combination or the empty string.\",\"defaultSnippets\":[{\"label\":\"None (clear inherited style)\",\"bodyText\":\"\\\"\\\"\"},{\"body\":\"italic\"},{\"body\":\"bold\"},{\"body\":\"underline\"},{\"body\":\"italic bold\"},{\"body\":\"italic underline\"},{\"body\":\"bold underline\"},{\"body\":\"italic bold underline\"}]}},\"additionalProperties\":false,\"defaultSnippets\":[{\"body\":{\"foreground\":\"${1:#FF0000}\",\"fontStyle\":\"${2:bold}\"}}]}]},\"functions\":{\"description\":\"Sets the colors and styles for functions declarations and references.\",\"default\":\"#FF0000\",\"anyOf\":[{\"type\":\"string\",\"format\":\"color-hex\"},{\"type\":\"object\",\"description\":\"Colors and styles for the token.\",\"properties\":{\"foreground\":{\"type\":\"string\",\"description\":\"Foreground color for the token.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"background\":{\"type\":\"string\",\"deprecationMessage\":\"Token background colors are currently not supported.\"},\"fontStyle\":{\"type\":\"string\",\"description\":\"Font style of the rule: 'italic', 'bold' or 'underline' or a combination. The empty string unsets inherited settings.\",\"pattern\":\"^(\\\\s*\\\\b(italic|bold|underline))*\\\\s*$\",\"patternErrorMessage\":\"Font style must be 'italic', 'bold' or 'underline' or a combination or the empty string.\",\"defaultSnippets\":[{\"label\":\"None (clear inherited style)\",\"bodyText\":\"\\\"\\\"\"},{\"body\":\"italic\"},{\"body\":\"bold\"},{\"body\":\"underline\"},{\"body\":\"italic bold\"},{\"body\":\"italic underline\"},{\"body\":\"bold underline\"},{\"body\":\"italic bold underline\"}]}},\"additionalProperties\":false,\"defaultSnippets\":[{\"body\":{\"foreground\":\"${1:#FF0000}\",\"fontStyle\":\"${2:bold}\"}}]}]},\"variables\":{\"description\":\"Sets the colors and styles for variables declarations and references.\",\"default\":\"#FF0000\",\"anyOf\":[{\"type\":\"string\",\"format\":\"color-hex\"},{\"type\":\"object\",\"description\":\"Colors and styles for the token.\",\"properties\":{\"foreground\":{\"type\":\"string\",\"description\":\"Foreground color for the token.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"background\":{\"type\":\"string\",\"deprecationMessage\":\"Token background colors are currently not supported.\"},\"fontStyle\":{\"type\":\"string\",\"description\":\"Font style of the rule: 'italic', 'bold' or 'underline' or a combination. The empty string unsets inherited settings.\",\"pattern\":\"^(\\\\s*\\\\b(italic|bold|underline))*\\\\s*$\",\"patternErrorMessage\":\"Font style must be 'italic', 'bold' or 'underline' or a combination or the empty string.\",\"defaultSnippets\":[{\"label\":\"None (clear inherited style)\",\"bodyText\":\"\\\"\\\"\"},{\"body\":\"italic\"},{\"body\":\"bold\"},{\"body\":\"underline\"},{\"body\":\"italic bold\"},{\"body\":\"italic underline\"},{\"body\":\"bold underline\"},{\"body\":\"italic bold underline\"}]}},\"additionalProperties\":false,\"defaultSnippets\":[{\"body\":{\"foreground\":\"${1:#FF0000}\",\"fontStyle\":\"${2:bold}\"}}]}]},\"textMateRules\":{\"type\":\"array\",\"description\":\"Sets colors and styles using textmate theming rules (advanced).\",\"items\":{\"type\":\"object\",\"defaultSnippets\":[{\"body\":{\"scope\":\"${1:keyword.operator}\",\"settings\":{\"foreground\":\"${2:#FF0000}\"}}}],\"properties\":{\"name\":{\"type\":\"string\",\"description\":\"Description of the rule.\"},\"scope\":{\"description\":\"Scope selector against which this rule matches.\",\"anyOf\":[{\"enum\":[\"comment\",\"comment.block\",\"comment.block.documentation\",\"comment.line\",\"constant\",\"constant.character\",\"constant.character.escape\",\"constant.numeric\",\"constant.numeric.integer\",\"constant.numeric.float\",\"constant.numeric.hex\",\"constant.numeric.octal\",\"constant.other\",\"constant.regexp\",\"constant.rgb-value\",\"emphasis\",\"entity\",\"entity.name\",\"entity.name.class\",\"entity.name.function\",\"entity.name.method\",\"entity.name.section\",\"entity.name.selector\",\"entity.name.tag\",\"entity.name.type\",\"entity.other\",\"entity.other.attribute-name\",\"entity.other.inherited-class\",\"invalid\",\"invalid.deprecated\",\"invalid.illegal\",\"keyword\",\"keyword.control\",\"keyword.operator\",\"keyword.operator.new\",\"keyword.operator.assignment\",\"keyword.operator.arithmetic\",\"keyword.operator.logical\",\"keyword.other\",\"markup\",\"markup.bold\",\"markup.changed\",\"markup.deleted\",\"markup.heading\",\"markup.inline.raw\",\"markup.inserted\",\"markup.italic\",\"markup.list\",\"markup.list.numbered\",\"markup.list.unnumbered\",\"markup.other\",\"markup.quote\",\"markup.raw\",\"markup.underline\",\"markup.underline.link\",\"meta\",\"meta.block\",\"meta.cast\",\"meta.class\",\"meta.function\",\"meta.function-call\",\"meta.preprocessor\",\"meta.return-type\",\"meta.selector\",\"meta.tag\",\"meta.type.annotation\",\"meta.type\",\"punctuation.definition.string.begin\",\"punctuation.definition.string.end\",\"punctuation.separator\",\"punctuation.separator.continuation\",\"punctuation.terminator\",\"storage\",\"storage.modifier\",\"storage.type\",\"string\",\"string.interpolated\",\"string.other\",\"string.quoted\",\"string.quoted.double\",\"string.quoted.other\",\"string.quoted.single\",\"string.quoted.triple\",\"string.regexp\",\"string.unquoted\",\"strong\",\"support\",\"support.class\",\"support.constant\",\"support.function\",\"support.other\",\"support.type\",\"support.type.property-name\",\"support.variable\",\"variable\",\"variable.language\",\"variable.name\",\"variable.other\",\"variable.other.readwrite\",\"variable.parameter\"]},{\"type\":\"string\"},{\"type\":\"array\",\"items\":{\"enum\":[\"comment\",\"comment.block\",\"comment.block.documentation\",\"comment.line\",\"constant\",\"constant.character\",\"constant.character.escape\",\"constant.numeric\",\"constant.numeric.integer\",\"constant.numeric.float\",\"constant.numeric.hex\",\"constant.numeric.octal\",\"constant.other\",\"constant.regexp\",\"constant.rgb-value\",\"emphasis\",\"entity\",\"entity.name\",\"entity.name.class\",\"entity.name.function\",\"entity.name.method\",\"entity.name.section\",\"entity.name.selector\",\"entity.name.tag\",\"entity.name.type\",\"entity.other\",\"entity.other.attribute-name\",\"entity.other.inherited-class\",\"invalid\",\"invalid.deprecated\",\"invalid.illegal\",\"keyword\",\"keyword.control\",\"keyword.operator\",\"keyword.operator.new\",\"keyword.operator.assignment\",\"keyword.operator.arithmetic\",\"keyword.operator.logical\",\"keyword.other\",\"markup\",\"markup.bold\",\"markup.changed\",\"markup.deleted\",\"markup.heading\",\"markup.inline.raw\",\"markup.inserted\",\"markup.italic\",\"markup.list\",\"markup.list.numbered\",\"markup.list.unnumbered\",\"markup.other\",\"markup.quote\",\"markup.raw\",\"markup.underline\",\"markup.underline.link\",\"meta\",\"meta.block\",\"meta.cast\",\"meta.class\",\"meta.function\",\"meta.function-call\",\"meta.preprocessor\",\"meta.return-type\",\"meta.selector\",\"meta.tag\",\"meta.type.annotation\",\"meta.type\",\"punctuation.definition.string.begin\",\"punctuation.definition.string.end\",\"punctuation.separator\",\"punctuation.separator.continuation\",\"punctuation.terminator\",\"storage\",\"storage.modifier\",\"storage.type\",\"string\",\"string.interpolated\",\"string.other\",\"string.quoted\",\"string.quoted.double\",\"string.quoted.other\",\"string.quoted.single\",\"string.quoted.triple\",\"string.regexp\",\"string.unquoted\",\"strong\",\"support\",\"support.class\",\"support.constant\",\"support.function\",\"support.other\",\"support.type\",\"support.type.property-name\",\"support.variable\",\"variable\",\"variable.language\",\"variable.name\",\"variable.other\",\"variable.other.readwrite\",\"variable.parameter\"]}},{\"type\":\"array\",\"items\":{\"type\":\"string\"}}]},\"settings\":{\"type\":\"object\",\"description\":\"Colors and styles for the token.\",\"properties\":{\"foreground\":{\"type\":\"string\",\"description\":\"Foreground color for the token.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"background\":{\"type\":\"string\",\"deprecationMessage\":\"Token background colors are currently not supported.\"},\"fontStyle\":{\"type\":\"string\",\"description\":\"Font style of the rule: 'italic', 'bold' or 'underline' or a combination. The empty string unsets inherited settings.\",\"pattern\":\"^(\\\\s*\\\\b(italic|bold|underline))*\\\\s*$\",\"patternErrorMessage\":\"Font style must be 'italic', 'bold' or 'underline' or a combination or the empty string.\",\"defaultSnippets\":[{\"label\":\"None (clear inherited style)\",\"bodyText\":\"\\\"\\\"\"},{\"body\":\"italic\"},{\"body\":\"bold\"},{\"body\":\"underline\"},{\"body\":\"italic bold\"},{\"body\":\"italic underline\"},{\"body\":\"bold underline\"},{\"body\":\"italic bold underline\"}]}},\"additionalProperties\":false,\"defaultSnippets\":[{\"body\":{\"foreground\":\"${1:#FF0000}\",\"fontStyle\":\"${2:bold}\"}}]}},\"required\":[\"settings\",\"scope\"],\"additionalProperties\":false}}},\"scope\":2},\"[Abyss]\":{\"description\":\"Overrides editor colors and font style from the currently selected color theme.\",\"default\":{},\"additionalProperties\":false,\"properties\":{\"comments\":{\"description\":\"Sets the colors and styles for comments\",\"default\":\"#FF0000\",\"anyOf\":[{\"type\":\"string\",\"format\":\"color-hex\"},{\"type\":\"object\",\"description\":\"Colors and styles for the token.\",\"properties\":{\"foreground\":{\"type\":\"string\",\"description\":\"Foreground color for the token.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"background\":{\"type\":\"string\",\"deprecationMessage\":\"Token background colors are currently not supported.\"},\"fontStyle\":{\"type\":\"string\",\"description\":\"Font style of the rule: 'italic', 'bold' or 'underline' or a combination. The empty string unsets inherited settings.\",\"pattern\":\"^(\\\\s*\\\\b(italic|bold|underline))*\\\\s*$\",\"patternErrorMessage\":\"Font style must be 'italic', 'bold' or 'underline' or a combination or the empty string.\",\"defaultSnippets\":[{\"label\":\"None (clear inherited style)\",\"bodyText\":\"\\\"\\\"\"},{\"body\":\"italic\"},{\"body\":\"bold\"},{\"body\":\"underline\"},{\"body\":\"italic bold\"},{\"body\":\"italic underline\"},{\"body\":\"bold underline\"},{\"body\":\"italic bold underline\"}]}},\"additionalProperties\":false,\"defaultSnippets\":[{\"body\":{\"foreground\":\"${1:#FF0000}\",\"fontStyle\":\"${2:bold}\"}}]}]},\"strings\":{\"description\":\"Sets the colors and styles for strings literals.\",\"default\":\"#FF0000\",\"anyOf\":[{\"type\":\"string\",\"format\":\"color-hex\"},{\"type\":\"object\",\"description\":\"Colors and styles for the token.\",\"properties\":{\"foreground\":{\"type\":\"string\",\"description\":\"Foreground color for the token.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"background\":{\"type\":\"string\",\"deprecationMessage\":\"Token background colors are currently not supported.\"},\"fontStyle\":{\"type\":\"string\",\"description\":\"Font style of the rule: 'italic', 'bold' or 'underline' or a combination. The empty string unsets inherited settings.\",\"pattern\":\"^(\\\\s*\\\\b(italic|bold|underline))*\\\\s*$\",\"patternErrorMessage\":\"Font style must be 'italic', 'bold' or 'underline' or a combination or the empty string.\",\"defaultSnippets\":[{\"label\":\"None (clear inherited style)\",\"bodyText\":\"\\\"\\\"\"},{\"body\":\"italic\"},{\"body\":\"bold\"},{\"body\":\"underline\"},{\"body\":\"italic bold\"},{\"body\":\"italic underline\"},{\"body\":\"bold underline\"},{\"body\":\"italic bold underline\"}]}},\"additionalProperties\":false,\"defaultSnippets\":[{\"body\":{\"foreground\":\"${1:#FF0000}\",\"fontStyle\":\"${2:bold}\"}}]}]},\"keywords\":{\"description\":\"Sets the colors and styles for keywords.\",\"default\":\"#FF0000\",\"anyOf\":[{\"type\":\"string\",\"format\":\"color-hex\"},{\"type\":\"object\",\"description\":\"Colors and styles for the token.\",\"properties\":{\"foreground\":{\"type\":\"string\",\"description\":\"Foreground color for the token.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"background\":{\"type\":\"string\",\"deprecationMessage\":\"Token background colors are currently not supported.\"},\"fontStyle\":{\"type\":\"string\",\"description\":\"Font style of the rule: 'italic', 'bold' or 'underline' or a combination. The empty string unsets inherited settings.\",\"pattern\":\"^(\\\\s*\\\\b(italic|bold|underline))*\\\\s*$\",\"patternErrorMessage\":\"Font style must be 'italic', 'bold' or 'underline' or a combination or the empty string.\",\"defaultSnippets\":[{\"label\":\"None (clear inherited style)\",\"bodyText\":\"\\\"\\\"\"},{\"body\":\"italic\"},{\"body\":\"bold\"},{\"body\":\"underline\"},{\"body\":\"italic bold\"},{\"body\":\"italic underline\"},{\"body\":\"bold underline\"},{\"body\":\"italic bold underline\"}]}},\"additionalProperties\":false,\"defaultSnippets\":[{\"body\":{\"foreground\":\"${1:#FF0000}\",\"fontStyle\":\"${2:bold}\"}}]}]},\"numbers\":{\"description\":\"Sets the colors and styles for number literals.\",\"default\":\"#FF0000\",\"anyOf\":[{\"type\":\"string\",\"format\":\"color-hex\"},{\"type\":\"object\",\"description\":\"Colors and styles for the token.\",\"properties\":{\"foreground\":{\"type\":\"string\",\"description\":\"Foreground color for the token.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"background\":{\"type\":\"string\",\"deprecationMessage\":\"Token background colors are currently not supported.\"},\"fontStyle\":{\"type\":\"string\",\"description\":\"Font style of the rule: 'italic', 'bold' or 'underline' or a combination. The empty string unsets inherited settings.\",\"pattern\":\"^(\\\\s*\\\\b(italic|bold|underline))*\\\\s*$\",\"patternErrorMessage\":\"Font style must be 'italic', 'bold' or 'underline' or a combination or the empty string.\",\"defaultSnippets\":[{\"label\":\"None (clear inherited style)\",\"bodyText\":\"\\\"\\\"\"},{\"body\":\"italic\"},{\"body\":\"bold\"},{\"body\":\"underline\"},{\"body\":\"italic bold\"},{\"body\":\"italic underline\"},{\"body\":\"bold underline\"},{\"body\":\"italic bold underline\"}]}},\"additionalProperties\":false,\"defaultSnippets\":[{\"body\":{\"foreground\":\"${1:#FF0000}\",\"fontStyle\":\"${2:bold}\"}}]}]},\"types\":{\"description\":\"Sets the colors and styles for type declarations and references.\",\"default\":\"#FF0000\",\"anyOf\":[{\"type\":\"string\",\"format\":\"color-hex\"},{\"type\":\"object\",\"description\":\"Colors and styles for the token.\",\"properties\":{\"foreground\":{\"type\":\"string\",\"description\":\"Foreground color for the token.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"background\":{\"type\":\"string\",\"deprecationMessage\":\"Token background colors are currently not supported.\"},\"fontStyle\":{\"type\":\"string\",\"description\":\"Font style of the rule: 'italic', 'bold' or 'underline' or a combination. The empty string unsets inherited settings.\",\"pattern\":\"^(\\\\s*\\\\b(italic|bold|underline))*\\\\s*$\",\"patternErrorMessage\":\"Font style must be 'italic', 'bold' or 'underline' or a combination or the empty string.\",\"defaultSnippets\":[{\"label\":\"None (clear inherited style)\",\"bodyText\":\"\\\"\\\"\"},{\"body\":\"italic\"},{\"body\":\"bold\"},{\"body\":\"underline\"},{\"body\":\"italic bold\"},{\"body\":\"italic underline\"},{\"body\":\"bold underline\"},{\"body\":\"italic bold underline\"}]}},\"additionalProperties\":false,\"defaultSnippets\":[{\"body\":{\"foreground\":\"${1:#FF0000}\",\"fontStyle\":\"${2:bold}\"}}]}]},\"functions\":{\"description\":\"Sets the colors and styles for functions declarations and references.\",\"default\":\"#FF0000\",\"anyOf\":[{\"type\":\"string\",\"format\":\"color-hex\"},{\"type\":\"object\",\"description\":\"Colors and styles for the token.\",\"properties\":{\"foreground\":{\"type\":\"string\",\"description\":\"Foreground color for the token.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"background\":{\"type\":\"string\",\"deprecationMessage\":\"Token background colors are currently not supported.\"},\"fontStyle\":{\"type\":\"string\",\"description\":\"Font style of the rule: 'italic', 'bold' or 'underline' or a combination. The empty string unsets inherited settings.\",\"pattern\":\"^(\\\\s*\\\\b(italic|bold|underline))*\\\\s*$\",\"patternErrorMessage\":\"Font style must be 'italic', 'bold' or 'underline' or a combination or the empty string.\",\"defaultSnippets\":[{\"label\":\"None (clear inherited style)\",\"bodyText\":\"\\\"\\\"\"},{\"body\":\"italic\"},{\"body\":\"bold\"},{\"body\":\"underline\"},{\"body\":\"italic bold\"},{\"body\":\"italic underline\"},{\"body\":\"bold underline\"},{\"body\":\"italic bold underline\"}]}},\"additionalProperties\":false,\"defaultSnippets\":[{\"body\":{\"foreground\":\"${1:#FF0000}\",\"fontStyle\":\"${2:bold}\"}}]}]},\"variables\":{\"description\":\"Sets the colors and styles for variables declarations and references.\",\"default\":\"#FF0000\",\"anyOf\":[{\"type\":\"string\",\"format\":\"color-hex\"},{\"type\":\"object\",\"description\":\"Colors and styles for the token.\",\"properties\":{\"foreground\":{\"type\":\"string\",\"description\":\"Foreground color for the token.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"background\":{\"type\":\"string\",\"deprecationMessage\":\"Token background colors are currently not supported.\"},\"fontStyle\":{\"type\":\"string\",\"description\":\"Font style of the rule: 'italic', 'bold' or 'underline' or a combination. The empty string unsets inherited settings.\",\"pattern\":\"^(\\\\s*\\\\b(italic|bold|underline))*\\\\s*$\",\"patternErrorMessage\":\"Font style must be 'italic', 'bold' or 'underline' or a combination or the empty string.\",\"defaultSnippets\":[{\"label\":\"None (clear inherited style)\",\"bodyText\":\"\\\"\\\"\"},{\"body\":\"italic\"},{\"body\":\"bold\"},{\"body\":\"underline\"},{\"body\":\"italic bold\"},{\"body\":\"italic underline\"},{\"body\":\"bold underline\"},{\"body\":\"italic bold underline\"}]}},\"additionalProperties\":false,\"defaultSnippets\":[{\"body\":{\"foreground\":\"${1:#FF0000}\",\"fontStyle\":\"${2:bold}\"}}]}]},\"textMateRules\":{\"type\":\"array\",\"description\":\"Sets colors and styles using textmate theming rules (advanced).\",\"items\":{\"type\":\"object\",\"defaultSnippets\":[{\"body\":{\"scope\":\"${1:keyword.operator}\",\"settings\":{\"foreground\":\"${2:#FF0000}\"}}}],\"properties\":{\"name\":{\"type\":\"string\",\"description\":\"Description of the rule.\"},\"scope\":{\"description\":\"Scope selector against which this rule matches.\",\"anyOf\":[{\"enum\":[\"comment\",\"comment.block\",\"comment.block.documentation\",\"comment.line\",\"constant\",\"constant.character\",\"constant.character.escape\",\"constant.numeric\",\"constant.numeric.integer\",\"constant.numeric.float\",\"constant.numeric.hex\",\"constant.numeric.octal\",\"constant.other\",\"constant.regexp\",\"constant.rgb-value\",\"emphasis\",\"entity\",\"entity.name\",\"entity.name.class\",\"entity.name.function\",\"entity.name.method\",\"entity.name.section\",\"entity.name.selector\",\"entity.name.tag\",\"entity.name.type\",\"entity.other\",\"entity.other.attribute-name\",\"entity.other.inherited-class\",\"invalid\",\"invalid.deprecated\",\"invalid.illegal\",\"keyword\",\"keyword.control\",\"keyword.operator\",\"keyword.operator.new\",\"keyword.operator.assignment\",\"keyword.operator.arithmetic\",\"keyword.operator.logical\",\"keyword.other\",\"markup\",\"markup.bold\",\"markup.changed\",\"markup.deleted\",\"markup.heading\",\"markup.inline.raw\",\"markup.inserted\",\"markup.italic\",\"markup.list\",\"markup.list.numbered\",\"markup.list.unnumbered\",\"markup.other\",\"markup.quote\",\"markup.raw\",\"markup.underline\",\"markup.underline.link\",\"meta\",\"meta.block\",\"meta.cast\",\"meta.class\",\"meta.function\",\"meta.function-call\",\"meta.preprocessor\",\"meta.return-type\",\"meta.selector\",\"meta.tag\",\"meta.type.annotation\",\"meta.type\",\"punctuation.definition.string.begin\",\"punctuation.definition.string.end\",\"punctuation.separator\",\"punctuation.separator.continuation\",\"punctuation.terminator\",\"storage\",\"storage.modifier\",\"storage.type\",\"string\",\"string.interpolated\",\"string.other\",\"string.quoted\",\"string.quoted.double\",\"string.quoted.other\",\"string.quoted.single\",\"string.quoted.triple\",\"string.regexp\",\"string.unquoted\",\"strong\",\"support\",\"support.class\",\"support.constant\",\"support.function\",\"support.other\",\"support.type\",\"support.type.property-name\",\"support.variable\",\"variable\",\"variable.language\",\"variable.name\",\"variable.other\",\"variable.other.readwrite\",\"variable.parameter\"]},{\"type\":\"string\"},{\"type\":\"array\",\"items\":{\"enum\":[\"comment\",\"comment.block\",\"comment.block.documentation\",\"comment.line\",\"constant\",\"constant.character\",\"constant.character.escape\",\"constant.numeric\",\"constant.numeric.integer\",\"constant.numeric.float\",\"constant.numeric.hex\",\"constant.numeric.octal\",\"constant.other\",\"constant.regexp\",\"constant.rgb-value\",\"emphasis\",\"entity\",\"entity.name\",\"entity.name.class\",\"entity.name.function\",\"entity.name.method\",\"entity.name.section\",\"entity.name.selector\",\"entity.name.tag\",\"entity.name.type\",\"entity.other\",\"entity.other.attribute-name\",\"entity.other.inherited-class\",\"invalid\",\"invalid.deprecated\",\"invalid.illegal\",\"keyword\",\"keyword.control\",\"keyword.operator\",\"keyword.operator.new\",\"keyword.operator.assignment\",\"keyword.operator.arithmetic\",\"keyword.operator.logical\",\"keyword.other\",\"markup\",\"markup.bold\",\"markup.changed\",\"markup.deleted\",\"markup.heading\",\"markup.inline.raw\",\"markup.inserted\",\"markup.italic\",\"markup.list\",\"markup.list.numbered\",\"markup.list.unnumbered\",\"markup.other\",\"markup.quote\",\"markup.raw\",\"markup.underline\",\"markup.underline.link\",\"meta\",\"meta.block\",\"meta.cast\",\"meta.class\",\"meta.function\",\"meta.function-call\",\"meta.preprocessor\",\"meta.return-type\",\"meta.selector\",\"meta.tag\",\"meta.type.annotation\",\"meta.type\",\"punctuation.definition.string.begin\",\"punctuation.definition.string.end\",\"punctuation.separator\",\"punctuation.separator.continuation\",\"punctuation.terminator\",\"storage\",\"storage.modifier\",\"storage.type\",\"string\",\"string.interpolated\",\"string.other\",\"string.quoted\",\"string.quoted.double\",\"string.quoted.other\",\"string.quoted.single\",\"string.quoted.triple\",\"string.regexp\",\"string.unquoted\",\"strong\",\"support\",\"support.class\",\"support.constant\",\"support.function\",\"support.other\",\"support.type\",\"support.type.property-name\",\"support.variable\",\"variable\",\"variable.language\",\"variable.name\",\"variable.other\",\"variable.other.readwrite\",\"variable.parameter\"]}},{\"type\":\"array\",\"items\":{\"type\":\"string\"}}]},\"settings\":{\"type\":\"object\",\"description\":\"Colors and styles for the token.\",\"properties\":{\"foreground\":{\"type\":\"string\",\"description\":\"Foreground color for the token.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"background\":{\"type\":\"string\",\"deprecationMessage\":\"Token background colors are currently not supported.\"},\"fontStyle\":{\"type\":\"string\",\"description\":\"Font style of the rule: 'italic', 'bold' or 'underline' or a combination. The empty string unsets inherited settings.\",\"pattern\":\"^(\\\\s*\\\\b(italic|bold|underline))*\\\\s*$\",\"patternErrorMessage\":\"Font style must be 'italic', 'bold' or 'underline' or a combination or the empty string.\",\"defaultSnippets\":[{\"label\":\"None (clear inherited style)\",\"bodyText\":\"\\\"\\\"\"},{\"body\":\"italic\"},{\"body\":\"bold\"},{\"body\":\"underline\"},{\"body\":\"italic bold\"},{\"body\":\"italic underline\"},{\"body\":\"bold underline\"},{\"body\":\"italic bold underline\"}]}},\"additionalProperties\":false,\"defaultSnippets\":[{\"body\":{\"foreground\":\"${1:#FF0000}\",\"fontStyle\":\"${2:bold}\"}}]}},\"required\":[\"settings\",\"scope\"],\"additionalProperties\":false}}},\"scope\":2},\"[Default Light+]\":{\"description\":\"Overrides editor colors and font style from the currently selected color theme.\",\"default\":{},\"additionalProperties\":false,\"properties\":{\"comments\":{\"description\":\"Sets the colors and styles for comments\",\"default\":\"#FF0000\",\"anyOf\":[{\"type\":\"string\",\"format\":\"color-hex\"},{\"type\":\"object\",\"description\":\"Colors and styles for the token.\",\"properties\":{\"foreground\":{\"type\":\"string\",\"description\":\"Foreground color for the token.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"background\":{\"type\":\"string\",\"deprecationMessage\":\"Token background colors are currently not supported.\"},\"fontStyle\":{\"type\":\"string\",\"description\":\"Font style of the rule: 'italic', 'bold' or 'underline' or a combination. The empty string unsets inherited settings.\",\"pattern\":\"^(\\\\s*\\\\b(italic|bold|underline))*\\\\s*$\",\"patternErrorMessage\":\"Font style must be 'italic', 'bold' or 'underline' or a combination or the empty string.\",\"defaultSnippets\":[{\"label\":\"None (clear inherited style)\",\"bodyText\":\"\\\"\\\"\"},{\"body\":\"italic\"},{\"body\":\"bold\"},{\"body\":\"underline\"},{\"body\":\"italic bold\"},{\"body\":\"italic underline\"},{\"body\":\"bold underline\"},{\"body\":\"italic bold underline\"}]}},\"additionalProperties\":false,\"defaultSnippets\":[{\"body\":{\"foreground\":\"${1:#FF0000}\",\"fontStyle\":\"${2:bold}\"}}]}]},\"strings\":{\"description\":\"Sets the colors and styles for strings literals.\",\"default\":\"#FF0000\",\"anyOf\":[{\"type\":\"string\",\"format\":\"color-hex\"},{\"type\":\"object\",\"description\":\"Colors and styles for the token.\",\"properties\":{\"foreground\":{\"type\":\"string\",\"description\":\"Foreground color for the token.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"background\":{\"type\":\"string\",\"deprecationMessage\":\"Token background colors are currently not supported.\"},\"fontStyle\":{\"type\":\"string\",\"description\":\"Font style of the rule: 'italic', 'bold' or 'underline' or a combination. The empty string unsets inherited settings.\",\"pattern\":\"^(\\\\s*\\\\b(italic|bold|underline))*\\\\s*$\",\"patternErrorMessage\":\"Font style must be 'italic', 'bold' or 'underline' or a combination or the empty string.\",\"defaultSnippets\":[{\"label\":\"None (clear inherited style)\",\"bodyText\":\"\\\"\\\"\"},{\"body\":\"italic\"},{\"body\":\"bold\"},{\"body\":\"underline\"},{\"body\":\"italic bold\"},{\"body\":\"italic underline\"},{\"body\":\"bold underline\"},{\"body\":\"italic bold underline\"}]}},\"additionalProperties\":false,\"defaultSnippets\":[{\"body\":{\"foreground\":\"${1:#FF0000}\",\"fontStyle\":\"${2:bold}\"}}]}]},\"keywords\":{\"description\":\"Sets the colors and styles for keywords.\",\"default\":\"#FF0000\",\"anyOf\":[{\"type\":\"string\",\"format\":\"color-hex\"},{\"type\":\"object\",\"description\":\"Colors and styles for the token.\",\"properties\":{\"foreground\":{\"type\":\"string\",\"description\":\"Foreground color for the token.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"background\":{\"type\":\"string\",\"deprecationMessage\":\"Token background colors are currently not supported.\"},\"fontStyle\":{\"type\":\"string\",\"description\":\"Font style of the rule: 'italic', 'bold' or 'underline' or a combination. The empty string unsets inherited settings.\",\"pattern\":\"^(\\\\s*\\\\b(italic|bold|underline))*\\\\s*$\",\"patternErrorMessage\":\"Font style must be 'italic', 'bold' or 'underline' or a combination or the empty string.\",\"defaultSnippets\":[{\"label\":\"None (clear inherited style)\",\"bodyText\":\"\\\"\\\"\"},{\"body\":\"italic\"},{\"body\":\"bold\"},{\"body\":\"underline\"},{\"body\":\"italic bold\"},{\"body\":\"italic underline\"},{\"body\":\"bold underline\"},{\"body\":\"italic bold underline\"}]}},\"additionalProperties\":false,\"defaultSnippets\":[{\"body\":{\"foreground\":\"${1:#FF0000}\",\"fontStyle\":\"${2:bold}\"}}]}]},\"numbers\":{\"description\":\"Sets the colors and styles for number literals.\",\"default\":\"#FF0000\",\"anyOf\":[{\"type\":\"string\",\"format\":\"color-hex\"},{\"type\":\"object\",\"description\":\"Colors and styles for the token.\",\"properties\":{\"foreground\":{\"type\":\"string\",\"description\":\"Foreground color for the token.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"background\":{\"type\":\"string\",\"deprecationMessage\":\"Token background colors are currently not supported.\"},\"fontStyle\":{\"type\":\"string\",\"description\":\"Font style of the rule: 'italic', 'bold' or 'underline' or a combination. The empty string unsets inherited settings.\",\"pattern\":\"^(\\\\s*\\\\b(italic|bold|underline))*\\\\s*$\",\"patternErrorMessage\":\"Font style must be 'italic', 'bold' or 'underline' or a combination or the empty string.\",\"defaultSnippets\":[{\"label\":\"None (clear inherited style)\",\"bodyText\":\"\\\"\\\"\"},{\"body\":\"italic\"},{\"body\":\"bold\"},{\"body\":\"underline\"},{\"body\":\"italic bold\"},{\"body\":\"italic underline\"},{\"body\":\"bold underline\"},{\"body\":\"italic bold underline\"}]}},\"additionalProperties\":false,\"defaultSnippets\":[{\"body\":{\"foreground\":\"${1:#FF0000}\",\"fontStyle\":\"${2:bold}\"}}]}]},\"types\":{\"description\":\"Sets the colors and styles for type declarations and references.\",\"default\":\"#FF0000\",\"anyOf\":[{\"type\":\"string\",\"format\":\"color-hex\"},{\"type\":\"object\",\"description\":\"Colors and styles for the token.\",\"properties\":{\"foreground\":{\"type\":\"string\",\"description\":\"Foreground color for the token.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"background\":{\"type\":\"string\",\"deprecationMessage\":\"Token background colors are currently not supported.\"},\"fontStyle\":{\"type\":\"string\",\"description\":\"Font style of the rule: 'italic', 'bold' or 'underline' or a combination. The empty string unsets inherited settings.\",\"pattern\":\"^(\\\\s*\\\\b(italic|bold|underline))*\\\\s*$\",\"patternErrorMessage\":\"Font style must be 'italic', 'bold' or 'underline' or a combination or the empty string.\",\"defaultSnippets\":[{\"label\":\"None (clear inherited style)\",\"bodyText\":\"\\\"\\\"\"},{\"body\":\"italic\"},{\"body\":\"bold\"},{\"body\":\"underline\"},{\"body\":\"italic bold\"},{\"body\":\"italic underline\"},{\"body\":\"bold underline\"},{\"body\":\"italic bold underline\"}]}},\"additionalProperties\":false,\"defaultSnippets\":[{\"body\":{\"foreground\":\"${1:#FF0000}\",\"fontStyle\":\"${2:bold}\"}}]}]},\"functions\":{\"description\":\"Sets the colors and styles for functions declarations and references.\",\"default\":\"#FF0000\",\"anyOf\":[{\"type\":\"string\",\"format\":\"color-hex\"},{\"type\":\"object\",\"description\":\"Colors and styles for the token.\",\"properties\":{\"foreground\":{\"type\":\"string\",\"description\":\"Foreground color for the token.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"background\":{\"type\":\"string\",\"deprecationMessage\":\"Token background colors are currently not supported.\"},\"fontStyle\":{\"type\":\"string\",\"description\":\"Font style of the rule: 'italic', 'bold' or 'underline' or a combination. The empty string unsets inherited settings.\",\"pattern\":\"^(\\\\s*\\\\b(italic|bold|underline))*\\\\s*$\",\"patternErrorMessage\":\"Font style must be 'italic', 'bold' or 'underline' or a combination or the empty string.\",\"defaultSnippets\":[{\"label\":\"None (clear inherited style)\",\"bodyText\":\"\\\"\\\"\"},{\"body\":\"italic\"},{\"body\":\"bold\"},{\"body\":\"underline\"},{\"body\":\"italic bold\"},{\"body\":\"italic underline\"},{\"body\":\"bold underline\"},{\"body\":\"italic bold underline\"}]}},\"additionalProperties\":false,\"defaultSnippets\":[{\"body\":{\"foreground\":\"${1:#FF0000}\",\"fontStyle\":\"${2:bold}\"}}]}]},\"variables\":{\"description\":\"Sets the colors and styles for variables declarations and references.\",\"default\":\"#FF0000\",\"anyOf\":[{\"type\":\"string\",\"format\":\"color-hex\"},{\"type\":\"object\",\"description\":\"Colors and styles for the token.\",\"properties\":{\"foreground\":{\"type\":\"string\",\"description\":\"Foreground color for the token.\",\"format\":\"color-hex\",\"default\":\"#ff0000\"},\"background\":{\"type\":\"string\",\"deprecationMessage\":\"Token background colors are currently not supported.\"},\"fontStyle\":{\"type\":\"string\",\"description\":\"Font style of the rule: 'italic', 'bold' or 'underline' or a combination. The empty string unsets inherited settings.\",\"pattern\":\"^(\\\\s*\\\\b(italic|bold|underline))*\\\\s*$\",\"patternErrorMessage\":\"Font style must be 'italic', 'bold' or 'underline' or a combination or the empty string.\",\"defaultSnippets\":[{\"label\":\"None (clear inherited style)\",\"bodyText\":\"\\\"\\\"\"},{\"body\":\"italic\"},{\"body\":\"bold\"},{\"body\":\"underline\"},{\"body\":\"italic bold\"},{\"body\":\"italic underline\"},{\"body\":\"bold underline\"},{\"body\":\"italic bold underline\"}]}},\"additionalProperties\":false,\"defaultSnippets\":[{\"body\":{\"foreground\":\"${1:#FF0000}\",\"fontStyle\":\"${2:bold}\"}}]}]},\"textMateRules\":{\"type\":\"array\",\"description\":\"Sets colors and styles using textmate theming rules (advanced).\",\"items\":{\"type\":\"object\",\"defaultSnippets\":[{\"body\":{\"scope\":\"${1:keyword.operator}\",\"settings\":{\"foreground\":\"${2:#FF0000}\"}}}],\"properties\":{\"name\":{\"type\":\"string\",\"description\":\"Description of the rule.\"},\"scope\":{\"description\":\"Scope selector against which this rule matches.\",\"anyOf\":[{\"enum\":[\"comment\",\"comment.block\",\"comment.block.documentation\",\"comment.line\",\"constant\",\"constant.character\",\"constant.character.escape\",\"constant.numeric\",\"constant.numeric.integer\",\"constant.numeric.float\",\"constant.numeric.hex\",\"constant.numeric.octal\",\"constant.other\",\"constant.regexp\",\"constant.rgb-value\",\"emphasis\",\"entity\",\"entity.name\",\"entity.name.class\",\"entity.name.function\",\"entity.name.method\",\"entity.name.section\",\"entity.name.selector\",\"entity.name.tag\",\"entity.name.type\",\"entity.other\",\"entity.other.attribute-name\",\"entity.other.inherited-class\",\"invalid\",\"invalid.deprecated\",\"invalid.illegal\",\"keyword\",\"keyword.control\",\"keyword.operator\",\"keyword.operator.new\",\"keyword.operator.assignment\",\"keyword.operator.arithmetic\",\"keyword.operator.l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment