fix: Improve workbench theme and colors

This commit is contained in:
Mattia Astorino 2017-06-30 16:33:12 +02:00
parent 0bb204c8af
commit 4798102b55
9 changed files with 59 additions and 26 deletions

View file

@ -40,6 +40,10 @@ let accentsProperties: IGenericObject<IAccentCustomProperty> = {
"progressBar.background": { "progressBar.background": {
alpha: 100, alpha: 100,
value: undefined value: undefined
},
"pickerGroup.foreground": {
alpha: 100,
value: undefined
} }
} }

View file

@ -20,7 +20,7 @@
"inputBorder": "#FFFFFF10", "inputBorder": "#FFFFFF10",
"scrollbars": "#00000050", "scrollbars": "#00000050",
"scrollbarsHover": "#00000030", "scrollbarsHover": "#00000030",
"statusbarForeground": "#4A4A4A", "statusbarForeground": "#616161",
"sidebarForeground": "#616161", "sidebarForeground": "#616161",
"listHoverForeground": "#FFFFFF", "listHoverForeground": "#FFFFFF",
"tabActiveForeground": "#FFFFFF", "tabActiveForeground": "#FFFFFF",

View file

@ -20,7 +20,7 @@
"inputBorder": "#00000010", "inputBorder": "#00000010",
"scrollbars": "#00000050", "scrollbars": "#00000050",
"scrollbarsHover": "#00000030", "scrollbarsHover": "#00000030",
"statusbarForeground": "#90A4AE", "statusbarForeground": "#7E939E",
"sidebarForeground": "#7E939E", "sidebarForeground": "#7E939E",
"listHoverForeground": "#B1C7D3", "listHoverForeground": "#B1C7D3",
"tabActiveForeground": "#000000", "tabActiveForeground": "#000000",

View file

@ -687,7 +687,9 @@
"textLink.foreground": "{{commons.accents.Teal}}", "textLink.foreground": "{{commons.accents.Teal}}",
"textLink.activeForeground": "{{variant.scheme.foreground}}", "textLink.activeForeground": "{{variant.scheme.foreground}}",
"editorLineNumber.foreground": "{{variant.scheme.lineNumbers}}", "editorLineNumber.foreground": "{{variant.scheme.lineNumbers}}",
"editorBracketMatch.border": "{{variant.scheme.caret}}", "editorBracketMatch.border": "{{variant.scheme.caret}}50",
"editorBracketMatch.background": "{{variant.scheme.background}}",
"editorWhitespace.foreground": "{{variant.scheme.foreground}}10",
"editor.background": "{{variant.scheme.background}}", "editor.background": "{{variant.scheme.background}}",
"editor.foreground": "{{variant.scheme.foreground}}", "editor.foreground": "{{variant.scheme.foreground}}",
"editor.lineHighlightBackground": "{{variant.scheme.lineHighlight}}50", "editor.lineHighlightBackground": "{{variant.scheme.lineHighlight}}50",
@ -706,9 +708,11 @@
"tab.inactiveBackground": "{{variant.scheme.background}}", "tab.inactiveBackground": "{{variant.scheme.background}}",
"tab.unfocusedActiveForeground": "{{variant.scheme.foreground}}", "tab.unfocusedActiveForeground": "{{variant.scheme.foreground}}",
"tab.border": "{{variant.scheme.background}}", "tab.border": "{{variant.scheme.background}}",
"statusBar.background": "{{variant.scheme.background}}",
"statusBar.noFolderBackground": "{{variant.scheme.background}}", "statusBar.noFolderBackground": "{{variant.scheme.background}}",
"statusBar.background": "{{variant.scheme.background}}",
"statusBar.foreground": "{{variant.scheme.statusbarForeground}}", "statusBar.foreground": "{{variant.scheme.statusbarForeground}}",
"statusBar.debuggingBackground": "{{variant.scheme.base.purple}}",
"statusBar.debuggingForeground": "{{variant.scheme.base.white}}",
"activityBar.background": "{{variant.scheme.background}}", "activityBar.background": "{{variant.scheme.background}}",
"activityBar.foreground": "{{variant.scheme.foreground}}", "activityBar.foreground": "{{variant.scheme.foreground}}",
"activityBarBadge.background": "{{commons.accents.Teal}}", "activityBarBadge.background": "{{commons.accents.Teal}}",
@ -736,7 +740,7 @@
"list.activeSelectionForeground": "{{commons.accents.Teal}}", "list.activeSelectionForeground": "{{commons.accents.Teal}}",
"list.inactiveSelectionForeground": "{{commons.accents.Teal}}", "list.inactiveSelectionForeground": "{{commons.accents.Teal}}",
"list.inactiveSelectionBackground": "{{variant.scheme.background}}", "list.inactiveSelectionBackground": "{{variant.scheme.background}}",
"list.focusBackground": "{{variant.scheme.foreground}}10", "list.focusBackground": "{{variant.scheme.foreground}}20",
"list.focusForeground": "{{variant.scheme.foreground}}", "list.focusForeground": "{{variant.scheme.foreground}}",
"list.highlightForeground": "{{commons.accents.Teal}}", "list.highlightForeground": "{{commons.accents.Teal}}",
"terminal.ansiWhite": "{{variant.scheme.base.white}}", "terminal.ansiWhite": "{{variant.scheme.base.white}}",
@ -788,7 +792,8 @@
"peekViewTitle.background": "{{variant.scheme.foreground}}05", "peekViewTitle.background": "{{variant.scheme.foreground}}05",
"peekViewResult.background": "{{variant.scheme.foreground}}05", "peekViewResult.background": "{{variant.scheme.foreground}}05",
"peekViewEditorGutter.background": "{{variant.scheme.foreground}}05", "peekViewEditorGutter.background": "{{variant.scheme.foreground}}05",
"peekViewTitleDescription.foreground": "{{variant.scheme.foreground}}60" "peekViewTitleDescription.foreground": "{{variant.scheme.foreground}}60",
"debugToolBar.background": "{{variant.scheme.background}}",
"pickerGroup.foreground": "{{commons.accents.Teal}}"
} }
} }

View file

@ -687,7 +687,9 @@
"textLink.foreground": "#80CBC4", "textLink.foreground": "#80CBC4",
"textLink.activeForeground": "#EEFFFF", "textLink.activeForeground": "#EEFFFF",
"editorLineNumber.foreground": "#424242", "editorLineNumber.foreground": "#424242",
"editorBracketMatch.border": "#FFCC00", "editorBracketMatch.border": "#FFCC0050",
"editorBracketMatch.background": "#212121",
"editorWhitespace.foreground": "#EEFFFF10",
"editor.background": "#212121", "editor.background": "#212121",
"editor.foreground": "#EEFFFF", "editor.foreground": "#EEFFFF",
"editor.lineHighlightBackground": "#00000050", "editor.lineHighlightBackground": "#00000050",
@ -705,9 +707,11 @@
"tab.inactiveBackground": "#212121", "tab.inactiveBackground": "#212121",
"tab.unfocusedActiveForeground": "#EEFFFF", "tab.unfocusedActiveForeground": "#EEFFFF",
"tab.border": "#212121", "tab.border": "#212121",
"statusBar.background": "#212121",
"statusBar.noFolderBackground": "#212121", "statusBar.noFolderBackground": "#212121",
"statusBar.foreground": "#4A4A4A", "statusBar.background": "#212121",
"statusBar.foreground": "#616161",
"statusBar.debuggingBackground": "#C792EA",
"statusBar.debuggingForeground": "#ffffff",
"activityBar.background": "#212121", "activityBar.background": "#212121",
"activityBar.foreground": "#EEFFFF", "activityBar.foreground": "#EEFFFF",
"activityBarBadge.background": "#80CBC4", "activityBarBadge.background": "#80CBC4",
@ -735,7 +739,7 @@
"list.activeSelectionForeground": "#80CBC4", "list.activeSelectionForeground": "#80CBC4",
"list.inactiveSelectionForeground": "#80CBC4", "list.inactiveSelectionForeground": "#80CBC4",
"list.inactiveSelectionBackground": "#212121", "list.inactiveSelectionBackground": "#212121",
"list.focusBackground": "#EEFFFF10", "list.focusBackground": "#EEFFFF20",
"list.focusForeground": "#EEFFFF", "list.focusForeground": "#EEFFFF",
"list.highlightForeground": "#80CBC4", "list.highlightForeground": "#80CBC4",
"terminal.ansiWhite": "#ffffff", "terminal.ansiWhite": "#ffffff",
@ -787,6 +791,8 @@
"peekViewTitle.background": "#EEFFFF05", "peekViewTitle.background": "#EEFFFF05",
"peekViewResult.background": "#EEFFFF05", "peekViewResult.background": "#EEFFFF05",
"peekViewEditorGutter.background": "#EEFFFF05", "peekViewEditorGutter.background": "#EEFFFF05",
"peekViewTitleDescription.foreground": "#EEFFFF60" "peekViewTitleDescription.foreground": "#EEFFFF60",
"debugToolBar.background": "#212121",
"pickerGroup.foreground": "#80CBC4"
} }
} }

View file

@ -687,7 +687,9 @@
"textLink.foreground": "#80CBC4", "textLink.foreground": "#80CBC4",
"textLink.activeForeground": "#EEFFFF", "textLink.activeForeground": "#EEFFFF",
"editorLineNumber.foreground": "#37474F", "editorLineNumber.foreground": "#37474F",
"editorBracketMatch.border": "#FFCC00", "editorBracketMatch.border": "#FFCC0050",
"editorBracketMatch.background": "#263238",
"editorWhitespace.foreground": "#EEFFFF10",
"editor.background": "#263238", "editor.background": "#263238",
"editor.foreground": "#EEFFFF", "editor.foreground": "#EEFFFF",
"editor.lineHighlightBackground": "#00000050", "editor.lineHighlightBackground": "#00000050",
@ -705,9 +707,11 @@
"tab.inactiveBackground": "#263238", "tab.inactiveBackground": "#263238",
"tab.unfocusedActiveForeground": "#EEFFFF", "tab.unfocusedActiveForeground": "#EEFFFF",
"tab.border": "#263238", "tab.border": "#263238",
"statusBar.background": "#263238",
"statusBar.noFolderBackground": "#263238", "statusBar.noFolderBackground": "#263238",
"statusBar.background": "#263238",
"statusBar.foreground": "#546E7A", "statusBar.foreground": "#546E7A",
"statusBar.debuggingBackground": "#C792EA",
"statusBar.debuggingForeground": "#ffffff",
"activityBar.background": "#263238", "activityBar.background": "#263238",
"activityBar.foreground": "#EEFFFF", "activityBar.foreground": "#EEFFFF",
"activityBarBadge.background": "#80CBC4", "activityBarBadge.background": "#80CBC4",
@ -735,7 +739,7 @@
"list.activeSelectionForeground": "#80CBC4", "list.activeSelectionForeground": "#80CBC4",
"list.inactiveSelectionForeground": "#80CBC4", "list.inactiveSelectionForeground": "#80CBC4",
"list.inactiveSelectionBackground": "#263238", "list.inactiveSelectionBackground": "#263238",
"list.focusBackground": "#EEFFFF10", "list.focusBackground": "#EEFFFF20",
"list.focusForeground": "#EEFFFF", "list.focusForeground": "#EEFFFF",
"list.highlightForeground": "#80CBC4", "list.highlightForeground": "#80CBC4",
"terminal.ansiWhite": "#ffffff", "terminal.ansiWhite": "#ffffff",
@ -787,6 +791,8 @@
"peekViewTitle.background": "#EEFFFF05", "peekViewTitle.background": "#EEFFFF05",
"peekViewResult.background": "#EEFFFF05", "peekViewResult.background": "#EEFFFF05",
"peekViewEditorGutter.background": "#EEFFFF05", "peekViewEditorGutter.background": "#EEFFFF05",
"peekViewTitleDescription.foreground": "#EEFFFF60" "peekViewTitleDescription.foreground": "#EEFFFF60",
"debugToolBar.background": "#263238",
"pickerGroup.foreground": "#80CBC4"
} }
} }

File diff suppressed because one or more lines are too long

View file

@ -687,7 +687,9 @@
"textLink.foreground": "#80CBC4", "textLink.foreground": "#80CBC4",
"textLink.activeForeground": "#90A4AE", "textLink.activeForeground": "#90A4AE",
"editorLineNumber.foreground": "#CFD8DC", "editorLineNumber.foreground": "#CFD8DC",
"editorBracketMatch.border": "#272727", "editorBracketMatch.border": "#27272750",
"editorBracketMatch.background": "#FAFAFA",
"editorWhitespace.foreground": "#90A4AE10",
"editor.background": "#FAFAFA", "editor.background": "#FAFAFA",
"editor.foreground": "#90A4AE", "editor.foreground": "#90A4AE",
"editor.lineHighlightBackground": "#CCD7DA50", "editor.lineHighlightBackground": "#CCD7DA50",
@ -705,9 +707,11 @@
"tab.inactiveBackground": "#FAFAFA", "tab.inactiveBackground": "#FAFAFA",
"tab.unfocusedActiveForeground": "#90A4AE", "tab.unfocusedActiveForeground": "#90A4AE",
"tab.border": "#FAFAFA", "tab.border": "#FAFAFA",
"statusBar.background": "#FAFAFA",
"statusBar.noFolderBackground": "#FAFAFA", "statusBar.noFolderBackground": "#FAFAFA",
"statusBar.foreground": "#90A4AE", "statusBar.background": "#FAFAFA",
"statusBar.foreground": "#7E939E",
"statusBar.debuggingBackground": "#7C4DFF",
"statusBar.debuggingForeground": "#FFFFFF",
"activityBar.background": "#FAFAFA", "activityBar.background": "#FAFAFA",
"activityBar.foreground": "#90A4AE", "activityBar.foreground": "#90A4AE",
"activityBarBadge.background": "#80CBC4", "activityBarBadge.background": "#80CBC4",
@ -735,7 +739,7 @@
"list.activeSelectionForeground": "#80CBC4", "list.activeSelectionForeground": "#80CBC4",
"list.inactiveSelectionForeground": "#80CBC4", "list.inactiveSelectionForeground": "#80CBC4",
"list.inactiveSelectionBackground": "#FAFAFA", "list.inactiveSelectionBackground": "#FAFAFA",
"list.focusBackground": "#90A4AE10", "list.focusBackground": "#90A4AE20",
"list.focusForeground": "#90A4AE", "list.focusForeground": "#90A4AE",
"list.highlightForeground": "#80CBC4", "list.highlightForeground": "#80CBC4",
"terminal.ansiWhite": "#FFFFFF", "terminal.ansiWhite": "#FFFFFF",
@ -787,6 +791,8 @@
"peekViewTitle.background": "#90A4AE05", "peekViewTitle.background": "#90A4AE05",
"peekViewResult.background": "#90A4AE05", "peekViewResult.background": "#90A4AE05",
"peekViewEditorGutter.background": "#90A4AE05", "peekViewEditorGutter.background": "#90A4AE05",
"peekViewTitleDescription.foreground": "#90A4AE60" "peekViewTitleDescription.foreground": "#90A4AE60",
"debugToolBar.background": "#FAFAFA",
"pickerGroup.foreground": "#80CBC4"
} }
} }

View file

@ -687,7 +687,9 @@
"textLink.foreground": "#80CBC4", "textLink.foreground": "#80CBC4",
"textLink.activeForeground": "#A6ACCD", "textLink.activeForeground": "#A6ACCD",
"editorLineNumber.foreground": "#3A3F58", "editorLineNumber.foreground": "#3A3F58",
"editorBracketMatch.border": "#FFCC00", "editorBracketMatch.border": "#FFCC0050",
"editorBracketMatch.background": "#292D3E",
"editorWhitespace.foreground": "#A6ACCD10",
"editor.background": "#292D3E", "editor.background": "#292D3E",
"editor.foreground": "#A6ACCD", "editor.foreground": "#A6ACCD",
"editor.lineHighlightBackground": "#00000050", "editor.lineHighlightBackground": "#00000050",
@ -705,9 +707,11 @@
"tab.inactiveBackground": "#292D3E", "tab.inactiveBackground": "#292D3E",
"tab.unfocusedActiveForeground": "#A6ACCD", "tab.unfocusedActiveForeground": "#A6ACCD",
"tab.border": "#292D3E", "tab.border": "#292D3E",
"statusBar.background": "#292D3E",
"statusBar.noFolderBackground": "#292D3E", "statusBar.noFolderBackground": "#292D3E",
"statusBar.background": "#292D3E",
"statusBar.foreground": "#676E95", "statusBar.foreground": "#676E95",
"statusBar.debuggingBackground": "#C792EA",
"statusBar.debuggingForeground": "#ffffff",
"activityBar.background": "#292D3E", "activityBar.background": "#292D3E",
"activityBar.foreground": "#A6ACCD", "activityBar.foreground": "#A6ACCD",
"activityBarBadge.background": "#80CBC4", "activityBarBadge.background": "#80CBC4",
@ -735,7 +739,7 @@
"list.activeSelectionForeground": "#80CBC4", "list.activeSelectionForeground": "#80CBC4",
"list.inactiveSelectionForeground": "#80CBC4", "list.inactiveSelectionForeground": "#80CBC4",
"list.inactiveSelectionBackground": "#292D3E", "list.inactiveSelectionBackground": "#292D3E",
"list.focusBackground": "#A6ACCD10", "list.focusBackground": "#A6ACCD20",
"list.focusForeground": "#A6ACCD", "list.focusForeground": "#A6ACCD",
"list.highlightForeground": "#80CBC4", "list.highlightForeground": "#80CBC4",
"terminal.ansiWhite": "#ffffff", "terminal.ansiWhite": "#ffffff",
@ -787,6 +791,8 @@
"peekViewTitle.background": "#A6ACCD05", "peekViewTitle.background": "#A6ACCD05",
"peekViewResult.background": "#A6ACCD05", "peekViewResult.background": "#A6ACCD05",
"peekViewEditorGutter.background": "#A6ACCD05", "peekViewEditorGutter.background": "#A6ACCD05",
"peekViewTitleDescription.foreground": "#A6ACCD60" "peekViewTitleDescription.foreground": "#A6ACCD60",
"debugToolBar.background": "#292D3E",
"pickerGroup.foreground": "#80CBC4"
} }
} }