chore: Update workbench theme keys

This commit is contained in:
Mattia Astorino 2017-04-30 19:49:50 +02:00
parent 11879e3469
commit af4c82f0f7
6 changed files with 111 additions and 112 deletions

View file

@ -407,39 +407,42 @@ tokenColors:
foreground: '{{variant.scheme.foreground}}' foreground: '{{variant.scheme.foreground}}'
colors: colors:
# Abstract # Abstract
focusedElementOutline: '{{variant.scheme.background}}' focusBorder: '{{variant.scheme.background}}'
# Editor # Editor
editorBackground: '{{variant.scheme.background}}' editor.background: '{{variant.scheme.background}}'
editorForeground: '{{variant.scheme.foreground}}' editor.foreground: '{{variant.scheme.foreground}}'
editorLineNumbers: '{{variant.scheme.lineNumbers}}' editorLineNumber.foreground: '{{variant.scheme.lineNumbers}}'
editorLineHighlight: '{{variant.scheme.lineHighlight}}' editor.lineHighlightBackground: '{{variant.scheme.lineHighlight}}'
editorSelection: '{{variant.scheme.selection}}' editor.selectionBackground: '{{variant.scheme.selection}}'
editorIndentGuides: '{{variant.scheme.guides}}'
editorFindWidgetBackground: '{{variant.scheme.background}}' # Editor Indents
editorIndentGuide.background: '{{variant.scheme.guides}}'
# Editor Tabs
editorGroupHeader.tabsBackground: '{{variant.scheme.background}}'
# Status bar # Status bar
statusBarBackground: '{{variant.scheme.background}}' statusBar.background: '{{variant.scheme.background}}'
statusBarForeground: '{{variant.scheme.comments}}' statusBar.foreground: '{{variant.scheme.comments}}'
# Activity bar # Activity bar
activityBarBackground: '{{variant.scheme.background}}' activityBar.background: '{{variant.scheme.background}}'
# Title bar # Title bar
titleBarActiveBackground: '{{variant.scheme.background}}' titleBar.activeBackground: '{{variant.scheme.background}}'
titleBarActiveForeground: '{{variant.scheme.comments}}' titleBar.activeForeground: '{{variant.scheme.comments}}'
titleBarInactiveBackground: '{{variant.scheme.background}}' titleBar.inactiveBackground: '{{variant.scheme.background}}'
titleBarInactiveForeground: '{{variant.scheme.comments}}' titleBar.inactiveForeground: '{{variant.scheme.comments}}'
# Sidebar # Sidebar
sideBarBackground: '{{variant.scheme.background}}' sideBar.background: '{{variant.scheme.background}}'
sideBarTitleForeground: '{{variant.scheme.foreground}}' sideBarTitle.foreground: '{{variant.scheme.foreground}}'
# Tabs # Tabs
tabsContainerBackground: '{{variant.scheme.background}}' tab.inactiveBackground: '{{variant.scheme.background}}'
inactiveTabBackground: '{{variant.scheme.background}}' tab.inactiveForeground: '{{variant.scheme.comments}}'
inactiveTabActiveGroupForeground: '{{variant.scheme.comments}}'
# Inputs # Inputs and triggers
dropdownBackground: '{{variant.scheme.background}}' dropdown.background: '{{variant.scheme.background}}'
inputBoxBackground: '{{variant.scheme.background}}' input.background: '{{variant.scheme.background}}'

View file

@ -663,27 +663,26 @@
} }
], ],
"colors": { "colors": {
"focusedElementOutline": "#212121", "focusBorder": "#212121",
"editorBackground": "#212121", "editor.background": "#212121",
"editorForeground": "#eeffffff", "editor.foreground": "#eeffffff",
"editorLineNumbers": "#424242", "editorLineNumber.foreground": "#424242",
"editorLineHighlight": "#00000050", "editor.lineHighlightBackground": "#00000050",
"editorSelection": "#61616150", "editor.selectionBackground": "#61616150",
"editorIndentGuides": "#42424270", "editorIndentGuide.background": "#42424270",
"editorFindWidgetBackground": "#212121", "editorGroupHeader.tabsBackground": "#212121",
"statusBarBackground": "#212121", "statusBar.background": "#212121",
"statusBarForeground": "#4A4A4A", "statusBar.foreground": "#4A4A4A",
"activityBarBackground": "#212121", "activityBar.background": "#212121",
"titleBarActiveBackground": "#212121", "titleBar.activeBackground": "#212121",
"titleBarActiveForeground": "#4A4A4A", "titleBar.activeForeground": "#4A4A4A",
"titleBarInactiveBackground": "#212121", "titleBar.inactiveBackground": "#212121",
"titleBarInactiveForeground": "#4A4A4A", "titleBar.inactiveForeground": "#4A4A4A",
"sideBarBackground": "#212121", "sideBar.background": "#212121",
"sideBarTitleForeground": "#eeffffff", "sideBarTitle.foreground": "#eeffffff",
"tabsContainerBackground": "#212121", "tab.inactiveBackground": "#212121",
"inactiveTabBackground": "#212121", "tab.inactiveForeground": "#4A4A4A",
"inactiveTabActiveGroupForeground": "#4A4A4A", "dropdown.background": "#212121",
"dropdownBackground": "#212121", "input.background": "#212121"
"inputBoxBackground": "#212121"
} }
} }

View file

@ -663,27 +663,26 @@
} }
], ],
"colors": { "colors": {
"focusedElementOutline": "#263238", "focusBorder": "#263238",
"editorBackground": "#263238", "editor.background": "#263238",
"editorForeground": "#eeffff", "editor.foreground": "#eeffff",
"editorLineNumbers": "#37474F", "editorLineNumber.foreground": "#37474F",
"editorLineHighlight": "#00000050", "editor.lineHighlightBackground": "#00000050",
"editorSelection": "#80CBC420", "editor.selectionBackground": "#80CBC420",
"editorIndentGuides": "#37474F80", "editorIndentGuide.background": "#37474F80",
"editorFindWidgetBackground": "#263238", "editorGroupHeader.tabsBackground": "#263238",
"statusBarBackground": "#263238", "statusBar.background": "#263238",
"statusBarForeground": "#546E7A", "statusBar.foreground": "#546E7A",
"activityBarBackground": "#263238", "activityBar.background": "#263238",
"titleBarActiveBackground": "#263238", "titleBar.activeBackground": "#263238",
"titleBarActiveForeground": "#546E7A", "titleBar.activeForeground": "#546E7A",
"titleBarInactiveBackground": "#263238", "titleBar.inactiveBackground": "#263238",
"titleBarInactiveForeground": "#546E7A", "titleBar.inactiveForeground": "#546E7A",
"sideBarBackground": "#263238", "sideBar.background": "#263238",
"sideBarTitleForeground": "#eeffff", "sideBarTitle.foreground": "#eeffff",
"tabsContainerBackground": "#263238", "tab.inactiveBackground": "#263238",
"inactiveTabBackground": "#263238", "tab.inactiveForeground": "#546E7A",
"inactiveTabActiveGroupForeground": "#546E7A", "dropdown.background": "#263238",
"dropdownBackground": "#263238", "input.background": "#263238"
"inputBoxBackground": "#263238"
} }
} }

File diff suppressed because one or more lines are too long

View file

@ -663,27 +663,26 @@
} }
], ],
"colors": { "colors": {
"focusedElementOutline": "#FAFAFA", "focusBorder": "#FAFAFA",
"editorBackground": "#FAFAFA", "editor.background": "#FAFAFA",
"editorForeground": "#80CBC4", "editor.foreground": "#80CBC4",
"editorLineNumbers": "#CFD8DC", "editorLineNumber.foreground": "#CFD8DC",
"editorLineHighlight": "#90A4AE20", "editor.lineHighlightBackground": "#90A4AE20",
"editorSelection": "#80CBC440", "editor.selectionBackground": "#80CBC440",
"editorIndentGuides": "#B0BEC570", "editorIndentGuide.background": "#B0BEC570",
"editorFindWidgetBackground": "#FAFAFA", "editorGroupHeader.tabsBackground": "#FAFAFA",
"statusBarBackground": "#FAFAFA", "statusBar.background": "#FAFAFA",
"statusBarForeground": "#CCD7DA", "statusBar.foreground": "#CCD7DA",
"activityBarBackground": "#FAFAFA", "activityBar.background": "#FAFAFA",
"titleBarActiveBackground": "#FAFAFA", "titleBar.activeBackground": "#FAFAFA",
"titleBarActiveForeground": "#CCD7DA", "titleBar.activeForeground": "#CCD7DA",
"titleBarInactiveBackground": "#FAFAFA", "titleBar.inactiveBackground": "#FAFAFA",
"titleBarInactiveForeground": "#CCD7DA", "titleBar.inactiveForeground": "#CCD7DA",
"sideBarBackground": "#FAFAFA", "sideBar.background": "#FAFAFA",
"sideBarTitleForeground": "#80CBC4", "sideBarTitle.foreground": "#80CBC4",
"tabsContainerBackground": "#FAFAFA", "tab.inactiveBackground": "#FAFAFA",
"inactiveTabBackground": "#FAFAFA", "tab.inactiveForeground": "#CCD7DA",
"inactiveTabActiveGroupForeground": "#CCD7DA", "dropdown.background": "#FAFAFA",
"dropdownBackground": "#FAFAFA", "input.background": "#FAFAFA"
"inputBoxBackground": "#FAFAFA"
} }
} }

View file

@ -663,27 +663,26 @@
} }
], ],
"colors": { "colors": {
"focusedElementOutline": "#292D3E", "focusBorder": "#292D3E",
"editorBackground": "#292D3E", "editor.background": "#292D3E",
"editorForeground": "#A6ACCD", "editor.foreground": "#A6ACCD",
"editorLineNumbers": "#3A3F58", "editorLineNumber.foreground": "#3A3F58",
"editorLineHighlight": "#00000030", "editor.lineHighlightBackground": "#00000030",
"editorSelection": "#717CB440", "editor.selectionBackground": "#717CB440",
"editorIndentGuides": "#4E557980", "editorIndentGuide.background": "#4E557980",
"editorFindWidgetBackground": "#292D3E", "editorGroupHeader.tabsBackground": "#292D3E",
"statusBarBackground": "#292D3E", "statusBar.background": "#292D3E",
"statusBarForeground": "#676E95", "statusBar.foreground": "#676E95",
"activityBarBackground": "#292D3E", "activityBar.background": "#292D3E",
"titleBarActiveBackground": "#292D3E", "titleBar.activeBackground": "#292D3E",
"titleBarActiveForeground": "#676E95", "titleBar.activeForeground": "#676E95",
"titleBarInactiveBackground": "#292D3E", "titleBar.inactiveBackground": "#292D3E",
"titleBarInactiveForeground": "#676E95", "titleBar.inactiveForeground": "#676E95",
"sideBarBackground": "#292D3E", "sideBar.background": "#292D3E",
"sideBarTitleForeground": "#A6ACCD", "sideBarTitle.foreground": "#A6ACCD",
"tabsContainerBackground": "#292D3E", "tab.inactiveBackground": "#292D3E",
"inactiveTabBackground": "#292D3E", "tab.inactiveForeground": "#676E95",
"inactiveTabActiveGroupForeground": "#676E95", "dropdown.background": "#292D3E",
"dropdownBackground": "#292D3E", "input.background": "#292D3E"
"inputBoxBackground": "#292D3E"
} }
} }