chore: Update workbench theme keys
This commit is contained in:
parent
11879e3469
commit
af4c82f0f7
6 changed files with 111 additions and 112 deletions
|
@ -407,39 +407,42 @@ tokenColors:
|
|||
foreground: '{{variant.scheme.foreground}}'
|
||||
colors:
|
||||
# Abstract
|
||||
focusedElementOutline: '{{variant.scheme.background}}'
|
||||
focusBorder: '{{variant.scheme.background}}'
|
||||
|
||||
# Editor
|
||||
editorBackground: '{{variant.scheme.background}}'
|
||||
editorForeground: '{{variant.scheme.foreground}}'
|
||||
editorLineNumbers: '{{variant.scheme.lineNumbers}}'
|
||||
editorLineHighlight: '{{variant.scheme.lineHighlight}}'
|
||||
editorSelection: '{{variant.scheme.selection}}'
|
||||
editorIndentGuides: '{{variant.scheme.guides}}'
|
||||
editorFindWidgetBackground: '{{variant.scheme.background}}'
|
||||
editor.background: '{{variant.scheme.background}}'
|
||||
editor.foreground: '{{variant.scheme.foreground}}'
|
||||
editorLineNumber.foreground: '{{variant.scheme.lineNumbers}}'
|
||||
editor.lineHighlightBackground: '{{variant.scheme.lineHighlight}}'
|
||||
editor.selectionBackground: '{{variant.scheme.selection}}'
|
||||
|
||||
# Editor Indents
|
||||
editorIndentGuide.background: '{{variant.scheme.guides}}'
|
||||
|
||||
# Editor Tabs
|
||||
editorGroupHeader.tabsBackground: '{{variant.scheme.background}}'
|
||||
|
||||
# Status bar
|
||||
statusBarBackground: '{{variant.scheme.background}}'
|
||||
statusBarForeground: '{{variant.scheme.comments}}'
|
||||
statusBar.background: '{{variant.scheme.background}}'
|
||||
statusBar.foreground: '{{variant.scheme.comments}}'
|
||||
|
||||
# Activity bar
|
||||
activityBarBackground: '{{variant.scheme.background}}'
|
||||
activityBar.background: '{{variant.scheme.background}}'
|
||||
|
||||
# Title bar
|
||||
titleBarActiveBackground: '{{variant.scheme.background}}'
|
||||
titleBarActiveForeground: '{{variant.scheme.comments}}'
|
||||
titleBarInactiveBackground: '{{variant.scheme.background}}'
|
||||
titleBarInactiveForeground: '{{variant.scheme.comments}}'
|
||||
titleBar.activeBackground: '{{variant.scheme.background}}'
|
||||
titleBar.activeForeground: '{{variant.scheme.comments}}'
|
||||
titleBar.inactiveBackground: '{{variant.scheme.background}}'
|
||||
titleBar.inactiveForeground: '{{variant.scheme.comments}}'
|
||||
|
||||
# Sidebar
|
||||
sideBarBackground: '{{variant.scheme.background}}'
|
||||
sideBarTitleForeground: '{{variant.scheme.foreground}}'
|
||||
sideBar.background: '{{variant.scheme.background}}'
|
||||
sideBarTitle.foreground: '{{variant.scheme.foreground}}'
|
||||
|
||||
# Tabs
|
||||
tabsContainerBackground: '{{variant.scheme.background}}'
|
||||
inactiveTabBackground: '{{variant.scheme.background}}'
|
||||
inactiveTabActiveGroupForeground: '{{variant.scheme.comments}}'
|
||||
tab.inactiveBackground: '{{variant.scheme.background}}'
|
||||
tab.inactiveForeground: '{{variant.scheme.comments}}'
|
||||
|
||||
# Inputs
|
||||
dropdownBackground: '{{variant.scheme.background}}'
|
||||
inputBoxBackground: '{{variant.scheme.background}}'
|
||||
# Inputs and triggers
|
||||
dropdown.background: '{{variant.scheme.background}}'
|
||||
input.background: '{{variant.scheme.background}}'
|
|
@ -663,27 +663,26 @@
|
|||
}
|
||||
],
|
||||
"colors": {
|
||||
"focusedElementOutline": "#212121",
|
||||
"editorBackground": "#212121",
|
||||
"editorForeground": "#eeffffff",
|
||||
"editorLineNumbers": "#424242",
|
||||
"editorLineHighlight": "#00000050",
|
||||
"editorSelection": "#61616150",
|
||||
"editorIndentGuides": "#42424270",
|
||||
"editorFindWidgetBackground": "#212121",
|
||||
"statusBarBackground": "#212121",
|
||||
"statusBarForeground": "#4A4A4A",
|
||||
"activityBarBackground": "#212121",
|
||||
"titleBarActiveBackground": "#212121",
|
||||
"titleBarActiveForeground": "#4A4A4A",
|
||||
"titleBarInactiveBackground": "#212121",
|
||||
"titleBarInactiveForeground": "#4A4A4A",
|
||||
"sideBarBackground": "#212121",
|
||||
"sideBarTitleForeground": "#eeffffff",
|
||||
"tabsContainerBackground": "#212121",
|
||||
"inactiveTabBackground": "#212121",
|
||||
"inactiveTabActiveGroupForeground": "#4A4A4A",
|
||||
"dropdownBackground": "#212121",
|
||||
"inputBoxBackground": "#212121"
|
||||
"focusBorder": "#212121",
|
||||
"editor.background": "#212121",
|
||||
"editor.foreground": "#eeffffff",
|
||||
"editorLineNumber.foreground": "#424242",
|
||||
"editor.lineHighlightBackground": "#00000050",
|
||||
"editor.selectionBackground": "#61616150",
|
||||
"editorIndentGuide.background": "#42424270",
|
||||
"editorGroupHeader.tabsBackground": "#212121",
|
||||
"statusBar.background": "#212121",
|
||||
"statusBar.foreground": "#4A4A4A",
|
||||
"activityBar.background": "#212121",
|
||||
"titleBar.activeBackground": "#212121",
|
||||
"titleBar.activeForeground": "#4A4A4A",
|
||||
"titleBar.inactiveBackground": "#212121",
|
||||
"titleBar.inactiveForeground": "#4A4A4A",
|
||||
"sideBar.background": "#212121",
|
||||
"sideBarTitle.foreground": "#eeffffff",
|
||||
"tab.inactiveBackground": "#212121",
|
||||
"tab.inactiveForeground": "#4A4A4A",
|
||||
"dropdown.background": "#212121",
|
||||
"input.background": "#212121"
|
||||
}
|
||||
}
|
|
@ -663,27 +663,26 @@
|
|||
}
|
||||
],
|
||||
"colors": {
|
||||
"focusedElementOutline": "#263238",
|
||||
"editorBackground": "#263238",
|
||||
"editorForeground": "#eeffff",
|
||||
"editorLineNumbers": "#37474F",
|
||||
"editorLineHighlight": "#00000050",
|
||||
"editorSelection": "#80CBC420",
|
||||
"editorIndentGuides": "#37474F80",
|
||||
"editorFindWidgetBackground": "#263238",
|
||||
"statusBarBackground": "#263238",
|
||||
"statusBarForeground": "#546E7A",
|
||||
"activityBarBackground": "#263238",
|
||||
"titleBarActiveBackground": "#263238",
|
||||
"titleBarActiveForeground": "#546E7A",
|
||||
"titleBarInactiveBackground": "#263238",
|
||||
"titleBarInactiveForeground": "#546E7A",
|
||||
"sideBarBackground": "#263238",
|
||||
"sideBarTitleForeground": "#eeffff",
|
||||
"tabsContainerBackground": "#263238",
|
||||
"inactiveTabBackground": "#263238",
|
||||
"inactiveTabActiveGroupForeground": "#546E7A",
|
||||
"dropdownBackground": "#263238",
|
||||
"inputBoxBackground": "#263238"
|
||||
"focusBorder": "#263238",
|
||||
"editor.background": "#263238",
|
||||
"editor.foreground": "#eeffff",
|
||||
"editorLineNumber.foreground": "#37474F",
|
||||
"editor.lineHighlightBackground": "#00000050",
|
||||
"editor.selectionBackground": "#80CBC420",
|
||||
"editorIndentGuide.background": "#37474F80",
|
||||
"editorGroupHeader.tabsBackground": "#263238",
|
||||
"statusBar.background": "#263238",
|
||||
"statusBar.foreground": "#546E7A",
|
||||
"activityBar.background": "#263238",
|
||||
"titleBar.activeBackground": "#263238",
|
||||
"titleBar.activeForeground": "#546E7A",
|
||||
"titleBar.inactiveBackground": "#263238",
|
||||
"titleBar.inactiveForeground": "#546E7A",
|
||||
"sideBar.background": "#263238",
|
||||
"sideBarTitle.foreground": "#eeffff",
|
||||
"tab.inactiveBackground": "#263238",
|
||||
"tab.inactiveForeground": "#546E7A",
|
||||
"dropdown.background": "#263238",
|
||||
"input.background": "#263238"
|
||||
}
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -663,27 +663,26 @@
|
|||
}
|
||||
],
|
||||
"colors": {
|
||||
"focusedElementOutline": "#FAFAFA",
|
||||
"editorBackground": "#FAFAFA",
|
||||
"editorForeground": "#80CBC4",
|
||||
"editorLineNumbers": "#CFD8DC",
|
||||
"editorLineHighlight": "#90A4AE20",
|
||||
"editorSelection": "#80CBC440",
|
||||
"editorIndentGuides": "#B0BEC570",
|
||||
"editorFindWidgetBackground": "#FAFAFA",
|
||||
"statusBarBackground": "#FAFAFA",
|
||||
"statusBarForeground": "#CCD7DA",
|
||||
"activityBarBackground": "#FAFAFA",
|
||||
"titleBarActiveBackground": "#FAFAFA",
|
||||
"titleBarActiveForeground": "#CCD7DA",
|
||||
"titleBarInactiveBackground": "#FAFAFA",
|
||||
"titleBarInactiveForeground": "#CCD7DA",
|
||||
"sideBarBackground": "#FAFAFA",
|
||||
"sideBarTitleForeground": "#80CBC4",
|
||||
"tabsContainerBackground": "#FAFAFA",
|
||||
"inactiveTabBackground": "#FAFAFA",
|
||||
"inactiveTabActiveGroupForeground": "#CCD7DA",
|
||||
"dropdownBackground": "#FAFAFA",
|
||||
"inputBoxBackground": "#FAFAFA"
|
||||
"focusBorder": "#FAFAFA",
|
||||
"editor.background": "#FAFAFA",
|
||||
"editor.foreground": "#80CBC4",
|
||||
"editorLineNumber.foreground": "#CFD8DC",
|
||||
"editor.lineHighlightBackground": "#90A4AE20",
|
||||
"editor.selectionBackground": "#80CBC440",
|
||||
"editorIndentGuide.background": "#B0BEC570",
|
||||
"editorGroupHeader.tabsBackground": "#FAFAFA",
|
||||
"statusBar.background": "#FAFAFA",
|
||||
"statusBar.foreground": "#CCD7DA",
|
||||
"activityBar.background": "#FAFAFA",
|
||||
"titleBar.activeBackground": "#FAFAFA",
|
||||
"titleBar.activeForeground": "#CCD7DA",
|
||||
"titleBar.inactiveBackground": "#FAFAFA",
|
||||
"titleBar.inactiveForeground": "#CCD7DA",
|
||||
"sideBar.background": "#FAFAFA",
|
||||
"sideBarTitle.foreground": "#80CBC4",
|
||||
"tab.inactiveBackground": "#FAFAFA",
|
||||
"tab.inactiveForeground": "#CCD7DA",
|
||||
"dropdown.background": "#FAFAFA",
|
||||
"input.background": "#FAFAFA"
|
||||
}
|
||||
}
|
|
@ -663,27 +663,26 @@
|
|||
}
|
||||
],
|
||||
"colors": {
|
||||
"focusedElementOutline": "#292D3E",
|
||||
"editorBackground": "#292D3E",
|
||||
"editorForeground": "#A6ACCD",
|
||||
"editorLineNumbers": "#3A3F58",
|
||||
"editorLineHighlight": "#00000030",
|
||||
"editorSelection": "#717CB440",
|
||||
"editorIndentGuides": "#4E557980",
|
||||
"editorFindWidgetBackground": "#292D3E",
|
||||
"statusBarBackground": "#292D3E",
|
||||
"statusBarForeground": "#676E95",
|
||||
"activityBarBackground": "#292D3E",
|
||||
"titleBarActiveBackground": "#292D3E",
|
||||
"titleBarActiveForeground": "#676E95",
|
||||
"titleBarInactiveBackground": "#292D3E",
|
||||
"titleBarInactiveForeground": "#676E95",
|
||||
"sideBarBackground": "#292D3E",
|
||||
"sideBarTitleForeground": "#A6ACCD",
|
||||
"tabsContainerBackground": "#292D3E",
|
||||
"inactiveTabBackground": "#292D3E",
|
||||
"inactiveTabActiveGroupForeground": "#676E95",
|
||||
"dropdownBackground": "#292D3E",
|
||||
"inputBoxBackground": "#292D3E"
|
||||
"focusBorder": "#292D3E",
|
||||
"editor.background": "#292D3E",
|
||||
"editor.foreground": "#A6ACCD",
|
||||
"editorLineNumber.foreground": "#3A3F58",
|
||||
"editor.lineHighlightBackground": "#00000030",
|
||||
"editor.selectionBackground": "#717CB440",
|
||||
"editorIndentGuide.background": "#4E557980",
|
||||
"editorGroupHeader.tabsBackground": "#292D3E",
|
||||
"statusBar.background": "#292D3E",
|
||||
"statusBar.foreground": "#676E95",
|
||||
"activityBar.background": "#292D3E",
|
||||
"titleBar.activeBackground": "#292D3E",
|
||||
"titleBar.activeForeground": "#676E95",
|
||||
"titleBar.inactiveBackground": "#292D3E",
|
||||
"titleBar.inactiveForeground": "#676E95",
|
||||
"sideBar.background": "#292D3E",
|
||||
"sideBarTitle.foreground": "#A6ACCD",
|
||||
"tab.inactiveBackground": "#292D3E",
|
||||
"tab.inactiveForeground": "#676E95",
|
||||
"dropdown.background": "#292D3E",
|
||||
"input.background": "#292D3E"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue