feat: Improve worckbench theme

This commit is contained in:
Mattia Astorino 2017-05-05 10:07:02 +02:00
parent 4fa006f7d8
commit caff8ce8f9
9 changed files with 60 additions and 31 deletions

View file

@ -5,13 +5,13 @@
"background": "#212121", "background": "#212121",
"comments": "#4A4A4A", "comments": "#4A4A4A",
"caret": "#FFCC00", "caret": "#FFCC00",
"findHighlight": "#F8E71C", "findHighlight": "#FFCC00",
"foreground": "#EEFFFF", "foreground": "#EEFFFF",
"focusBorder": "#FFFFFF00", "focusBorder": "#FFFFFF00",
"guides": "#42424270", "guides": "#42424270",
"lineNumbers": "#424242", "lineNumbers": "#424242",
"invisibles": "#65737E", "invisibles": "#65737E",
"lineHighlight": "#00000050", "lineHighlight": "#000000",
"selection": "#61616150", "selection": "#61616150",
"shadow": "#00000030", "shadow": "#00000030",
"inputBackground": "#FFFFFF05", "inputBackground": "#FFFFFF05",

View file

@ -5,13 +5,13 @@
"background": "#263238", "background": "#263238",
"comments": "#546E7A", "comments": "#546E7A",
"caret": "#FFCC00", "caret": "#FFCC00",
"findHighlight": "#F8E71C", "findHighlight": "#FFCC00",
"foreground": "#EEFFFF", "foreground": "#EEFFFF",
"focusBorder": "#FFFFFF00", "focusBorder": "#FFFFFF00",
"guides": "#37474F80", "guides": "#37474F80",
"lineNumbers": "#37474F", "lineNumbers": "#37474F",
"invisibles": "#65737E", "invisibles": "#65737E",
"lineHighlight": "#00000050", "lineHighlight": "#000000",
"selection": "#80CBC420", "selection": "#80CBC420",
"shadow": "#00000030", "shadow": "#00000030",
"inputBackground": "#FFFFFF05", "inputBackground": "#FFFFFF05",

View file

@ -4,14 +4,14 @@
"scheme": { "scheme": {
"background": "#FAFAFA", "background": "#FAFAFA",
"comments": "#CCD7DA", "comments": "#CCD7DA",
"caret": "#27272790", "caret": "#272727",
"findHighlight": "#F8E71C", "findHighlight": "#FFCC00",
"foreground": "#90A4AE", "foreground": "#90A4AE",
"focusBorder": "#FFFFFF00", "focusBorder": "#FFFFFF00",
"guides": "#B0BEC570", "guides": "#B0BEC570",
"lineNumbers": "#CFD8DC", "lineNumbers": "#CFD8DC",
"invisibles": "#E7EAEC", "invisibles": "#E7EAEC",
"lineHighlight": "#90A4AE20", "lineHighlight": "#CCD7DA",
"selection": "#80CBC440", "selection": "#80CBC440",
"shadow": "#00000030", "shadow": "#00000030",
"inputBackground": "#00000005", "inputBackground": "#00000005",

View file

@ -5,13 +5,13 @@
"background": "#292D3E", "background": "#292D3E",
"comments": "#676E95", "comments": "#676E95",
"caret": "#FFCC00", "caret": "#FFCC00",
"findHighlight": "#F8E71C", "findHighlight": "#FFCC00",
"foreground": "#A6ACCD", "foreground": "#A6ACCD",
"focusBorder": "#FFFFFF00", "focusBorder": "#FFFFFF00",
"guides": "#4E557980", "guides": "#4E557980",
"lineNumbers": "#3A3F58", "lineNumbers": "#3A3F58",
"invisibles": "#4E5579", "invisibles": "#4E5579",
"lineHighlight": "#00000030", "lineHighlight": "#000000",
"selection": "#717CB440", "selection": "#717CB440",
"shadow": "#00000050", "shadow": "#00000050",
"inputBackground": "#FFFFFF05", "inputBackground": "#FFFFFF05",

View file

@ -415,7 +415,7 @@ colors:
editor.background: '{{variant.scheme.background}}' editor.background: '{{variant.scheme.background}}'
editor.foreground: '{{variant.scheme.foreground}}' editor.foreground: '{{variant.scheme.foreground}}'
editorLineNumber.foreground: '{{variant.scheme.lineNumbers}}' editorLineNumber.foreground: '{{variant.scheme.lineNumbers}}'
editor.lineHighlightBackground: '{{variant.scheme.lineHighlight}}' editor.lineHighlightBackground: '{{variant.scheme.lineHighlight}}50'
editor.selectionBackground: '{{variant.scheme.selection}}' editor.selectionBackground: '{{variant.scheme.selection}}'
editorHoverWidget.background: '{{variant.scheme.background}}' editorHoverWidget.background: '{{variant.scheme.background}}'
@ -448,9 +448,9 @@ colors:
# Sidebar # Sidebar
sideBar.background: '{{variant.scheme.background}}' sideBar.background: '{{variant.scheme.background}}'
sideBarTitle.foreground: '{{variant.scheme.foreground}}' sideBarTitle.foreground: '{{variant.scheme.foreground}}'
sideBarSectionHeader.background: '{{variant.scheme.background}}'
# Inputs and triggers # Inputs and triggers
dropdown.background: '{{variant.scheme.background}}'
input.background: '{{variant.scheme.inputBackground}}' input.background: '{{variant.scheme.inputBackground}}'
input.foreground: '{{variant.scheme.inputForeground}}' input.foreground: '{{variant.scheme.inputForeground}}'
input.border: '{{variant.scheme.inputBorder}}' input.border: '{{variant.scheme.inputBorder}}'
@ -458,11 +458,15 @@ colors:
inputValidation.infoBorder: '{{variant.scheme.base.blue}}' inputValidation.infoBorder: '{{variant.scheme.base.blue}}'
inputValidation.warningBorder: '{{variant.scheme.base.yellow}}' inputValidation.warningBorder: '{{variant.scheme.base.yellow}}'
# Dropdown
dropdown.background: '{{variant.scheme.background}}'
dropdown.border: '{{variant.scheme.inputBorder}}'
# Lists # Lists
list.hoverBackground: '{{variant.scheme.background}}' list.hoverBackground: '{{variant.scheme.background}}'
list.activeSelectionBackground: '{{variant.scheme.lineHighlight}}' list.activeSelectionBackground: '{{variant.scheme.lineHighlight}}50'
list.activeSelectionForeground: '{{variant.scheme.accents.teal}}' list.activeSelectionForeground: '{{variant.scheme.accents.teal}}'
list.inactiveSelectionBackground: '{{variant.scheme.lineHighlight}}' list.inactiveSelectionBackground: '{{variant.scheme.lineHighlight}}50'
list.highlightForeground: '{{variant.scheme.accents.teal}}' list.highlightForeground: '{{variant.scheme.accents.teal}}'
list.focusBackground: '{{variant.scheme.lineNumbers}}' list.focusBackground: '{{variant.scheme.lineNumbers}}'
@ -493,7 +497,7 @@ colors:
editorSuggestWidget.background: '{{variant.scheme.background}}' editorSuggestWidget.background: '{{variant.scheme.background}}'
editorSuggestWidget.foreground: '{{variant.scheme.foreground}}' editorSuggestWidget.foreground: '{{variant.scheme.foreground}}'
editorSuggestWidget.highlightForeground: '{{variant.scheme.accents.teal}}' editorSuggestWidget.highlightForeground: '{{variant.scheme.accents.teal}}'
editorSuggestWidget.selectedBackground: '{{variant.scheme.lineHighlight}}' editorSuggestWidget.selectedBackground: '{{variant.scheme.lineHighlight}}50'
editorSuggestWidget.border: '{{variant.scheme.inputBorder}}' editorSuggestWidget.border: '{{variant.scheme.inputBorder}}'
# Find & Replace Widgets # Find & Replace Widgets
@ -506,11 +510,16 @@ colors:
# Panels # Panels
panel.border: '{{variant.scheme.background}}' panel.border: '{{variant.scheme.background}}'
panelTitle.activeForeground: '{{variant.scheme.foreground}}'
# Diff tool # Diff tool
diffEditor.insertedTextBackground: '{{variant.scheme.base.green}}15' diffEditor.insertedTextBackground: '{{variant.scheme.base.green}}15'
diffEditor.removedTextBackground: '{{variant.scheme.base.red}}20' diffEditor.removedTextBackground: '{{variant.scheme.base.red}}20'
# Notification bar
notification.background: '{{variant.scheme.background}}'
notification.foreground: '{{variant.scheme.foreground}}'
# Buttons # Buttons
#button.background: '{{variant.scheme.accents.teal}}' #button.background: '{{variant.scheme.accents.teal}}'
#button.foreground: '{{variant.scheme.base.black}}' #button.foreground: '{{variant.scheme.base.black}}'

View file

@ -688,13 +688,15 @@
"titleBar.inactiveForeground": "#4A4A4A", "titleBar.inactiveForeground": "#4A4A4A",
"sideBar.background": "#212121", "sideBar.background": "#212121",
"sideBarTitle.foreground": "#EEFFFF", "sideBarTitle.foreground": "#EEFFFF",
"dropdown.background": "#212121", "sideBarSectionHeader.background": "#212121",
"input.background": "#FFFFFF05", "input.background": "#FFFFFF05",
"input.foreground": "#EEFFFF", "input.foreground": "#EEFFFF",
"input.border": "#FFFFFF10", "input.border": "#FFFFFF10",
"inputValidation.errorBorder": "#FF5370", "inputValidation.errorBorder": "#FF5370",
"inputValidation.infoBorder": "#82AAFF", "inputValidation.infoBorder": "#82AAFF",
"inputValidation.warningBorder": "#FFCB6B", "inputValidation.warningBorder": "#FFCB6B",
"dropdown.background": "#212121",
"dropdown.border": "#FFFFFF10",
"list.hoverBackground": "#212121", "list.hoverBackground": "#212121",
"list.activeSelectionBackground": "#00000050", "list.activeSelectionBackground": "#00000050",
"list.activeSelectionForeground": "#80CBC4", "list.activeSelectionForeground": "#80CBC4",
@ -730,7 +732,10 @@
"activityBarBadge.background": "#80CBC4", "activityBarBadge.background": "#80CBC4",
"activityBarBadge.foreground": "#000000", "activityBarBadge.foreground": "#000000",
"panel.border": "#212121", "panel.border": "#212121",
"panelTitle.activeForeground": "#EEFFFF",
"diffEditor.insertedTextBackground": "#C3E88D15", "diffEditor.insertedTextBackground": "#C3E88D15",
"diffEditor.removedTextBackground": "#FF537020" "diffEditor.removedTextBackground": "#FF537020",
"notification.background": "#212121",
"notification.foreground": "#EEFFFF"
} }
} }

View file

@ -688,13 +688,15 @@
"titleBar.inactiveForeground": "#546E7A", "titleBar.inactiveForeground": "#546E7A",
"sideBar.background": "#263238", "sideBar.background": "#263238",
"sideBarTitle.foreground": "#EEFFFF", "sideBarTitle.foreground": "#EEFFFF",
"dropdown.background": "#263238", "sideBarSectionHeader.background": "#263238",
"input.background": "#FFFFFF05", "input.background": "#FFFFFF05",
"input.foreground": "#EEFFFF", "input.foreground": "#EEFFFF",
"input.border": "#FFFFFF10", "input.border": "#FFFFFF10",
"inputValidation.errorBorder": "#FF5370", "inputValidation.errorBorder": "#FF5370",
"inputValidation.infoBorder": "#82AAFF", "inputValidation.infoBorder": "#82AAFF",
"inputValidation.warningBorder": "#FFCB6B", "inputValidation.warningBorder": "#FFCB6B",
"dropdown.background": "#263238",
"dropdown.border": "#FFFFFF10",
"list.hoverBackground": "#263238", "list.hoverBackground": "#263238",
"list.activeSelectionBackground": "#00000050", "list.activeSelectionBackground": "#00000050",
"list.activeSelectionForeground": "#80CBC4", "list.activeSelectionForeground": "#80CBC4",
@ -730,7 +732,10 @@
"activityBarBadge.background": "#80CBC4", "activityBarBadge.background": "#80CBC4",
"activityBarBadge.foreground": "#000000", "activityBarBadge.foreground": "#000000",
"panel.border": "#263238", "panel.border": "#263238",
"panelTitle.activeForeground": "#EEFFFF",
"diffEditor.insertedTextBackground": "#C3E88D15", "diffEditor.insertedTextBackground": "#C3E88D15",
"diffEditor.removedTextBackground": "#FF537020" "diffEditor.removedTextBackground": "#FF537020",
"notification.background": "#263238",
"notification.foreground": "#EEFFFF"
} }
} }

View file

@ -664,12 +664,12 @@
], ],
"colors": { "colors": {
"focusBorder": "#FFFFFF00", "focusBorder": "#FFFFFF00",
"editorCursor.foreground": "#27272790", "editorCursor.foreground": "#272727",
"scrollbar.shadow": "#00000030", "scrollbar.shadow": "#00000030",
"editor.background": "#FAFAFA", "editor.background": "#FAFAFA",
"editor.foreground": "#90A4AE", "editor.foreground": "#90A4AE",
"editorLineNumber.foreground": "#CFD8DC", "editorLineNumber.foreground": "#CFD8DC",
"editor.lineHighlightBackground": "#90A4AE20", "editor.lineHighlightBackground": "#CCD7DA50",
"editor.selectionBackground": "#80CBC440", "editor.selectionBackground": "#80CBC440",
"editorHoverWidget.background": "#FAFAFA", "editorHoverWidget.background": "#FAFAFA",
"editorIndentGuide.background": "#B0BEC570", "editorIndentGuide.background": "#B0BEC570",
@ -688,17 +688,19 @@
"titleBar.inactiveForeground": "#CCD7DA", "titleBar.inactiveForeground": "#CCD7DA",
"sideBar.background": "#FAFAFA", "sideBar.background": "#FAFAFA",
"sideBarTitle.foreground": "#90A4AE", "sideBarTitle.foreground": "#90A4AE",
"dropdown.background": "#FAFAFA", "sideBarSectionHeader.background": "#FAFAFA",
"input.background": "#00000005", "input.background": "#00000005",
"input.foreground": "#90A4AE", "input.foreground": "#90A4AE",
"input.border": "#00000010", "input.border": "#00000010",
"inputValidation.errorBorder": "#E53935", "inputValidation.errorBorder": "#E53935",
"inputValidation.infoBorder": "#6182B8", "inputValidation.infoBorder": "#6182B8",
"inputValidation.warningBorder": "#FFB62C", "inputValidation.warningBorder": "#FFB62C",
"dropdown.background": "#FAFAFA",
"dropdown.border": "#00000010",
"list.hoverBackground": "#FAFAFA", "list.hoverBackground": "#FAFAFA",
"list.activeSelectionBackground": "#90A4AE20", "list.activeSelectionBackground": "#CCD7DA50",
"list.activeSelectionForeground": "#80CBC4", "list.activeSelectionForeground": "#80CBC4",
"list.inactiveSelectionBackground": "#90A4AE20", "list.inactiveSelectionBackground": "#CCD7DA50",
"list.highlightForeground": "#80CBC4", "list.highlightForeground": "#80CBC4",
"list.focusBackground": "#CFD8DC", "list.focusBackground": "#CFD8DC",
"terminal.ansiWhite": "#FFFFFF", "terminal.ansiWhite": "#FFFFFF",
@ -723,14 +725,17 @@
"editorSuggestWidget.background": "#FAFAFA", "editorSuggestWidget.background": "#FAFAFA",
"editorSuggestWidget.foreground": "#90A4AE", "editorSuggestWidget.foreground": "#90A4AE",
"editorSuggestWidget.highlightForeground": "#80CBC4", "editorSuggestWidget.highlightForeground": "#80CBC4",
"editorSuggestWidget.selectedBackground": "#90A4AE20", "editorSuggestWidget.selectedBackground": "#CCD7DA50",
"editorSuggestWidget.border": "#00000010", "editorSuggestWidget.border": "#00000010",
"widget.shadow": "#00000030", "widget.shadow": "#00000030",
"editorWidget.background": "#FAFAFA", "editorWidget.background": "#FAFAFA",
"activityBarBadge.background": "#80CBC4", "activityBarBadge.background": "#80CBC4",
"activityBarBadge.foreground": "#000000", "activityBarBadge.foreground": "#000000",
"panel.border": "#FAFAFA", "panel.border": "#FAFAFA",
"panelTitle.activeForeground": "#90A4AE",
"diffEditor.insertedTextBackground": "#91B85915", "diffEditor.insertedTextBackground": "#91B85915",
"diffEditor.removedTextBackground": "#E5393520" "diffEditor.removedTextBackground": "#E5393520",
"notification.background": "#FAFAFA",
"notification.foreground": "#90A4AE"
} }
} }

View file

@ -669,7 +669,7 @@
"editor.background": "#292D3E", "editor.background": "#292D3E",
"editor.foreground": "#A6ACCD", "editor.foreground": "#A6ACCD",
"editorLineNumber.foreground": "#3A3F58", "editorLineNumber.foreground": "#3A3F58",
"editor.lineHighlightBackground": "#00000030", "editor.lineHighlightBackground": "#00000050",
"editor.selectionBackground": "#717CB440", "editor.selectionBackground": "#717CB440",
"editorHoverWidget.background": "#292D3E", "editorHoverWidget.background": "#292D3E",
"editorIndentGuide.background": "#4E557980", "editorIndentGuide.background": "#4E557980",
@ -688,17 +688,19 @@
"titleBar.inactiveForeground": "#676E95", "titleBar.inactiveForeground": "#676E95",
"sideBar.background": "#292D3E", "sideBar.background": "#292D3E",
"sideBarTitle.foreground": "#A6ACCD", "sideBarTitle.foreground": "#A6ACCD",
"dropdown.background": "#292D3E", "sideBarSectionHeader.background": "#292D3E",
"input.background": "#FFFFFF05", "input.background": "#FFFFFF05",
"input.foreground": "#EEFFFF", "input.foreground": "#EEFFFF",
"input.border": "#FFFFFF10", "input.border": "#FFFFFF10",
"inputValidation.errorBorder": "#FF5370", "inputValidation.errorBorder": "#FF5370",
"inputValidation.infoBorder": "#82AAFF", "inputValidation.infoBorder": "#82AAFF",
"inputValidation.warningBorder": "#FFCB6B", "inputValidation.warningBorder": "#FFCB6B",
"dropdown.background": "#292D3E",
"dropdown.border": "#FFFFFF10",
"list.hoverBackground": "#292D3E", "list.hoverBackground": "#292D3E",
"list.activeSelectionBackground": "#00000030", "list.activeSelectionBackground": "#00000050",
"list.activeSelectionForeground": "#80CBC4", "list.activeSelectionForeground": "#80CBC4",
"list.inactiveSelectionBackground": "#00000030", "list.inactiveSelectionBackground": "#00000050",
"list.highlightForeground": "#80CBC4", "list.highlightForeground": "#80CBC4",
"list.focusBackground": "#3A3F58", "list.focusBackground": "#3A3F58",
"terminal.ansiWhite": "#ffffff", "terminal.ansiWhite": "#ffffff",
@ -723,14 +725,17 @@
"editorSuggestWidget.background": "#292D3E", "editorSuggestWidget.background": "#292D3E",
"editorSuggestWidget.foreground": "#A6ACCD", "editorSuggestWidget.foreground": "#A6ACCD",
"editorSuggestWidget.highlightForeground": "#80CBC4", "editorSuggestWidget.highlightForeground": "#80CBC4",
"editorSuggestWidget.selectedBackground": "#00000030", "editorSuggestWidget.selectedBackground": "#00000050",
"editorSuggestWidget.border": "#FFFFFF10", "editorSuggestWidget.border": "#FFFFFF10",
"widget.shadow": "#00000050", "widget.shadow": "#00000050",
"editorWidget.background": "#292D3E", "editorWidget.background": "#292D3E",
"activityBarBadge.background": "#80CBC4", "activityBarBadge.background": "#80CBC4",
"activityBarBadge.foreground": "#000000", "activityBarBadge.foreground": "#000000",
"panel.border": "#292D3E", "panel.border": "#292D3E",
"panelTitle.activeForeground": "#A6ACCD",
"diffEditor.insertedTextBackground": "#C3E88D15", "diffEditor.insertedTextBackground": "#C3E88D15",
"diffEditor.removedTextBackground": "#FF537020" "diffEditor.removedTextBackground": "#FF537020",
"notification.background": "#292D3E",
"notification.foreground": "#A6ACCD"
} }
} }