extract dedicated colors (#177992)

This commit is contained in:
Johannes Rieken
2023-03-22 11:36:48 +01:00
committed by GitHub
parent 9872796e16
commit cbfa89a53e
3 changed files with 82 additions and 66 deletions
+64 -58
View File
@@ -384,6 +384,12 @@
"--vscode-interactive-responseBackground",
"--vscode-interactive-responseActiveBackground",
"--vscode-interactive-responseBorder",
"--vscode-interactiveEditor-border",
"--vscode-interactiveEditor-shadow",
"--vscode-interactiveEditorInput-border",
"--vscode-interactiveEditorInput-focusBorder",
"--vscode-interactiveEditorInput-placeholderForeground",
"--vscode-interactiveEditorInput-background",
"--vscode-debugToolBar-background",
"--vscode-debugToolBar-border",
"--vscode-debugIcon-startForeground",
@@ -662,62 +668,62 @@
"--vscode-terminal-ansiBrightWhite"
],
"others": [
"--background-dark",
"--background-light",
"--dropdown-padding-bottom",
"--dropdown-padding-top",
"--insert-border-color",
"--last-tab-margin-right",
"--monaco-monospace-font",
"--monaco-monospace-font",
"--notebook-cell-input-preview-font-family",
"--notebook-cell-input-preview-font-size",
"--notebook-cell-output-font-size",
"--notebook-diff-view-viewport-slider",
"--notebook-find-horizontal-padding",
"--notebook-find-width",
"--outline-element-color",
"--separator-border",
"--status-border-top-color",
"--tab-border-bottom-color",
"--tab-border-top-color",
"--tab-dirty-border-top-color",
"--tabs-border-bottom-color",
"--testMessageDecorationFontFamily",
"--testMessageDecorationFontSize",
"--title-border-bottom-color",
"--vscode-editorCodeLens-fontFamily",
"--vscode-editorCodeLens-fontFamilyDefault",
"--vscode-editorCodeLens-fontFeatureSettings",
"--vscode-editorCodeLens-fontSize",
"--vscode-editorCodeLens-lineHeight",
"--vscode-explorer-align-offset-margin-left",
"--vscode-interactive-result-editor-background-color",
"--vscode-repl-font-family",
"--vscode-repl-font-size-for-twistie",
"--vscode-repl-font-size",
"--vscode-repl-line-height",
"--vscode-sash-hover-size",
"--vscode-sash-size",
"--window-border-color",
"--workspace-trust-check-color",
"--workspace-trust-selected-color",
"--workspace-trust-unselected-color",
"--workspace-trust-x-color",
"--z-index-notebook-cell-bottom-toolbar-container",
"--z-index-notebook-cell-editor-outline",
"--z-index-notebook-cell-expand-part-button",
"--z-index-notebook-cell-output-toolbar",
"--z-index-notebook-cell-status",
"--z-index-notebook-cell-toolbar-dropdown-active",
"--z-index-notebook-cell-toolbar",
"--z-index-notebook-folding-indicator",
"--z-index-notebook-input-collapse-condicon",
"--z-index-notebook-list-insertion-indicator",
"--z-index-notebook-output",
"--z-index-notebook-progress-bar",
"--z-index-notebook-scrollbar",
"--z-index-run-button-container",
"--zoom-factor"
]
"--background-dark",
"--background-light",
"--dropdown-padding-bottom",
"--dropdown-padding-top",
"--insert-border-color",
"--last-tab-margin-right",
"--monaco-monospace-font",
"--monaco-monospace-font",
"--notebook-cell-input-preview-font-family",
"--notebook-cell-input-preview-font-size",
"--notebook-cell-output-font-size",
"--notebook-diff-view-viewport-slider",
"--notebook-find-horizontal-padding",
"--notebook-find-width",
"--outline-element-color",
"--separator-border",
"--status-border-top-color",
"--tab-border-bottom-color",
"--tab-border-top-color",
"--tab-dirty-border-top-color",
"--tabs-border-bottom-color",
"--testMessageDecorationFontFamily",
"--testMessageDecorationFontSize",
"--title-border-bottom-color",
"--vscode-editorCodeLens-fontFamily",
"--vscode-editorCodeLens-fontFamilyDefault",
"--vscode-editorCodeLens-fontFeatureSettings",
"--vscode-editorCodeLens-fontSize",
"--vscode-editorCodeLens-lineHeight",
"--vscode-explorer-align-offset-margin-left",
"--vscode-interactive-result-editor-background-color",
"--vscode-repl-font-family",
"--vscode-repl-font-size-for-twistie",
"--vscode-repl-font-size",
"--vscode-repl-line-height",
"--vscode-sash-hover-size",
"--vscode-sash-size",
"--window-border-color",
"--workspace-trust-check-color",
"--workspace-trust-selected-color",
"--workspace-trust-unselected-color",
"--workspace-trust-x-color",
"--z-index-notebook-cell-bottom-toolbar-container",
"--z-index-notebook-cell-editor-outline",
"--z-index-notebook-cell-expand-part-button",
"--z-index-notebook-cell-output-toolbar",
"--z-index-notebook-cell-status",
"--z-index-notebook-cell-toolbar-dropdown-active",
"--z-index-notebook-cell-toolbar",
"--z-index-notebook-folding-indicator",
"--z-index-notebook-input-collapse-condicon",
"--z-index-notebook-list-insertion-indicator",
"--z-index-notebook-output",
"--z-index-notebook-progress-bar",
"--z-index-notebook-scrollbar",
"--z-index-run-button-container",
"--zoom-factor"
]
}