fix: Improve sidebar colorization

This commit is contained in:
Mattia Astorino 2017-05-22 09:41:16 +02:00
parent 2d52311a8b
commit 9cf9f34a2a
9 changed files with 38 additions and 20 deletions

View file

@ -21,6 +21,8 @@
"scrollbars": "#00000050", "scrollbars": "#00000050",
"scrollbarsHover": "#00000030", "scrollbarsHover": "#00000030",
"statusbarForeground": "#4A4A4A", "statusbarForeground": "#4A4A4A",
"sidebarForeground": "#EEFFFF70",
"listHoverForeground": "#FFFFFF",
"base": { "base": {
"white": "#ffffff", "white": "#ffffff",
"black": "#000000", "black": "#000000",

View file

@ -21,6 +21,8 @@
"scrollbars": "#00000050", "scrollbars": "#00000050",
"scrollbarsHover": "#00000030", "scrollbarsHover": "#00000030",
"statusbarForeground": "#546E7A", "statusbarForeground": "#546E7A",
"sidebarForeground": "#EEFFFF70",
"listHoverForeground": "#FFFFFF",
"base": { "base": {
"white": "#ffffff", "white": "#ffffff",
"black": "#000000", "black": "#000000",

View file

@ -21,6 +21,8 @@
"scrollbars": "#00000050", "scrollbars": "#00000050",
"scrollbarsHover": "#00000030", "scrollbarsHover": "#00000030",
"statusbarForeground": "#90A4AE", "statusbarForeground": "#90A4AE",
"sidebarForeground": "#7E939E",
"listHoverForeground": "#B1C7D3",
"base": { "base": {
"white": "#FFFFFF", "white": "#FFFFFF",
"black": "#000000", "black": "#000000",

View file

@ -21,6 +21,8 @@
"scrollbars": "#00000050", "scrollbars": "#00000050",
"scrollbarsHover": "#00000030", "scrollbarsHover": "#00000030",
"statusbarForeground": "#676E95", "statusbarForeground": "#676E95",
"sidebarForeground": "#A6ACCD80",
"listHoverForeground": "#FFFFFF",
"base": { "base": {
"white": "#ffffff", "white": "#ffffff",
"black": "#000000", "black": "#000000",

View file

@ -711,6 +711,7 @@
"titleBar.inactiveBackground": "{{variant.scheme.background}}", "titleBar.inactiveBackground": "{{variant.scheme.background}}",
"titleBar.inactiveForeground": "{{variant.scheme.comments}}", "titleBar.inactiveForeground": "{{variant.scheme.comments}}",
"sideBar.background": "{{variant.scheme.background}}", "sideBar.background": "{{variant.scheme.background}}",
"sideBar.foreground": "{{variant.scheme.sidebarForeground}}",
"sideBarTitle.foreground": "{{variant.scheme.foreground}}", "sideBarTitle.foreground": "{{variant.scheme.foreground}}",
"sideBarSectionHeader.background": "{{variant.scheme.background}}", "sideBarSectionHeader.background": "{{variant.scheme.background}}",
"input.background": "{{variant.scheme.inputBackground}}", "input.background": "{{variant.scheme.inputBackground}}",
@ -722,13 +723,14 @@
"inputValidation.warningBorder": "{{variant.scheme.base.yellow}}", "inputValidation.warningBorder": "{{variant.scheme.base.yellow}}",
"dropdown.background": "{{variant.scheme.background}}", "dropdown.background": "{{variant.scheme.background}}",
"dropdown.border": "{{variant.scheme.inputBorder}}", "dropdown.border": "{{variant.scheme.inputBorder}}",
"list.hoverForeground": "{{commons.accents.teal}}", "list.hoverForeground": "{{variant.scheme.listHoverForeground}}",
"list.hoverBackground": "{{variant.scheme.background}}", "list.hoverBackground": "{{variant.scheme.background}}",
"list.activeSelectionBackground": "{{variant.scheme.lineHighlight}}50", "list.activeSelectionBackground": "{{variant.scheme.background}}",
"list.activeSelectionForeground": "{{commons.accents.teal}}", "list.activeSelectionForeground": "{{commons.accents.teal}}",
"list.inactiveSelectionBackground": "{{variant.scheme.lineHighlight}}50", "list.inactiveSelectionBackground": "{{variant.scheme.background}}",
"list.focusBackground": "{{variant.scheme.foreground}}10",
"list.focusForeground": "{{variant.scheme.foreground}}",
"list.highlightForeground": "{{commons.accents.teal}}", "list.highlightForeground": "{{commons.accents.teal}}",
"list.focusBackground": "{{variant.scheme.lineNumbers}}",
"terminal.ansiWhite": "{{variant.scheme.base.white}}", "terminal.ansiWhite": "{{variant.scheme.base.white}}",
"terminal.ansiBlack": "{{variant.scheme.comments}}", "terminal.ansiBlack": "{{variant.scheme.comments}}",
"terminal.ansiBlue": "{{variant.scheme.base.blue}}", "terminal.ansiBlue": "{{variant.scheme.base.blue}}",

View file

@ -711,6 +711,7 @@
"titleBar.inactiveBackground": "#212121", "titleBar.inactiveBackground": "#212121",
"titleBar.inactiveForeground": "#4A4A4A", "titleBar.inactiveForeground": "#4A4A4A",
"sideBar.background": "#212121", "sideBar.background": "#212121",
"sideBar.foreground": "#EEFFFF70",
"sideBarTitle.foreground": "#EEFFFF", "sideBarTitle.foreground": "#EEFFFF",
"sideBarSectionHeader.background": "#212121", "sideBarSectionHeader.background": "#212121",
"input.background": "#FFFFFF05", "input.background": "#FFFFFF05",
@ -722,13 +723,14 @@
"inputValidation.warningBorder": "#FFCB6B", "inputValidation.warningBorder": "#FFCB6B",
"dropdown.background": "#212121", "dropdown.background": "#212121",
"dropdown.border": "#FFFFFF10", "dropdown.border": "#FFFFFF10",
"list.hoverForeground": "#80CBC4", "list.hoverForeground": "#FFFFFF",
"list.hoverBackground": "#212121", "list.hoverBackground": "#212121",
"list.activeSelectionBackground": "#00000050", "list.activeSelectionBackground": "#212121",
"list.activeSelectionForeground": "#80CBC4", "list.activeSelectionForeground": "#80CBC4",
"list.inactiveSelectionBackground": "#00000050", "list.inactiveSelectionBackground": "#212121",
"list.focusBackground": "#EEFFFF10",
"list.focusForeground": "#EEFFFF",
"list.highlightForeground": "#80CBC4", "list.highlightForeground": "#80CBC4",
"list.focusBackground": "#424242",
"terminal.ansiWhite": "#ffffff", "terminal.ansiWhite": "#ffffff",
"terminal.ansiBlack": "#4A4A4A", "terminal.ansiBlack": "#4A4A4A",
"terminal.ansiBlue": "#82AAFF", "terminal.ansiBlue": "#82AAFF",

View file

@ -711,6 +711,7 @@
"titleBar.inactiveBackground": "#263238", "titleBar.inactiveBackground": "#263238",
"titleBar.inactiveForeground": "#546E7A", "titleBar.inactiveForeground": "#546E7A",
"sideBar.background": "#263238", "sideBar.background": "#263238",
"sideBar.foreground": "#EEFFFF70",
"sideBarTitle.foreground": "#EEFFFF", "sideBarTitle.foreground": "#EEFFFF",
"sideBarSectionHeader.background": "#263238", "sideBarSectionHeader.background": "#263238",
"input.background": "#FFFFFF05", "input.background": "#FFFFFF05",
@ -722,13 +723,14 @@
"inputValidation.warningBorder": "#FFCB6B", "inputValidation.warningBorder": "#FFCB6B",
"dropdown.background": "#263238", "dropdown.background": "#263238",
"dropdown.border": "#FFFFFF10", "dropdown.border": "#FFFFFF10",
"list.hoverForeground": "#80CBC4", "list.hoverForeground": "#FFFFFF",
"list.hoverBackground": "#263238", "list.hoverBackground": "#263238",
"list.activeSelectionBackground": "#00000050", "list.activeSelectionBackground": "#263238",
"list.activeSelectionForeground": "#80CBC4", "list.activeSelectionForeground": "#80CBC4",
"list.inactiveSelectionBackground": "#00000050", "list.inactiveSelectionBackground": "#263238",
"list.focusBackground": "#EEFFFF10",
"list.focusForeground": "#EEFFFF",
"list.highlightForeground": "#80CBC4", "list.highlightForeground": "#80CBC4",
"list.focusBackground": "#37474F",
"terminal.ansiWhite": "#ffffff", "terminal.ansiWhite": "#ffffff",
"terminal.ansiBlack": "#546E7A", "terminal.ansiBlack": "#546E7A",
"terminal.ansiBlue": "#82AAFF", "terminal.ansiBlue": "#82AAFF",

View file

@ -711,6 +711,7 @@
"titleBar.inactiveBackground": "#FAFAFA", "titleBar.inactiveBackground": "#FAFAFA",
"titleBar.inactiveForeground": "#90A4AE90", "titleBar.inactiveForeground": "#90A4AE90",
"sideBar.background": "#FAFAFA", "sideBar.background": "#FAFAFA",
"sideBar.foreground": "#7E939E",
"sideBarTitle.foreground": "#90A4AE", "sideBarTitle.foreground": "#90A4AE",
"sideBarSectionHeader.background": "#FAFAFA", "sideBarSectionHeader.background": "#FAFAFA",
"input.background": "#00000005", "input.background": "#00000005",
@ -722,13 +723,14 @@
"inputValidation.warningBorder": "#FFB62C", "inputValidation.warningBorder": "#FFB62C",
"dropdown.background": "#FAFAFA", "dropdown.background": "#FAFAFA",
"dropdown.border": "#00000010", "dropdown.border": "#00000010",
"list.hoverForeground": "#80CBC4", "list.hoverForeground": "#B1C7D3",
"list.hoverBackground": "#FAFAFA", "list.hoverBackground": "#FAFAFA",
"list.activeSelectionBackground": "#CCD7DA50", "list.activeSelectionBackground": "#FAFAFA",
"list.activeSelectionForeground": "#80CBC4", "list.activeSelectionForeground": "#80CBC4",
"list.inactiveSelectionBackground": "#CCD7DA50", "list.inactiveSelectionBackground": "#FAFAFA",
"list.focusBackground": "#90A4AE10",
"list.focusForeground": "#90A4AE",
"list.highlightForeground": "#80CBC4", "list.highlightForeground": "#80CBC4",
"list.focusBackground": "#CFD8DC",
"terminal.ansiWhite": "#FFFFFF", "terminal.ansiWhite": "#FFFFFF",
"terminal.ansiBlack": "#90A4AE90", "terminal.ansiBlack": "#90A4AE90",
"terminal.ansiBlue": "#6182B8", "terminal.ansiBlue": "#6182B8",

View file

@ -711,6 +711,7 @@
"titleBar.inactiveBackground": "#292D3E", "titleBar.inactiveBackground": "#292D3E",
"titleBar.inactiveForeground": "#676E95", "titleBar.inactiveForeground": "#676E95",
"sideBar.background": "#292D3E", "sideBar.background": "#292D3E",
"sideBar.foreground": "#A6ACCD80",
"sideBarTitle.foreground": "#A6ACCD", "sideBarTitle.foreground": "#A6ACCD",
"sideBarSectionHeader.background": "#292D3E", "sideBarSectionHeader.background": "#292D3E",
"input.background": "#FFFFFF05", "input.background": "#FFFFFF05",
@ -722,13 +723,14 @@
"inputValidation.warningBorder": "#FFCB6B", "inputValidation.warningBorder": "#FFCB6B",
"dropdown.background": "#292D3E", "dropdown.background": "#292D3E",
"dropdown.border": "#FFFFFF10", "dropdown.border": "#FFFFFF10",
"list.hoverForeground": "#80CBC4", "list.hoverForeground": "#FFFFFF",
"list.hoverBackground": "#292D3E", "list.hoverBackground": "#292D3E",
"list.activeSelectionBackground": "#00000050", "list.activeSelectionBackground": "#292D3E",
"list.activeSelectionForeground": "#80CBC4", "list.activeSelectionForeground": "#80CBC4",
"list.inactiveSelectionBackground": "#00000050", "list.inactiveSelectionBackground": "#292D3E",
"list.focusBackground": "#A6ACCD10",
"list.focusForeground": "#A6ACCD",
"list.highlightForeground": "#80CBC4", "list.highlightForeground": "#80CBC4",
"list.focusBackground": "#3A3F58",
"terminal.ansiWhite": "#ffffff", "terminal.ansiWhite": "#ffffff",
"terminal.ansiBlack": "#676E95", "terminal.ansiBlack": "#676E95",
"terminal.ansiBlue": "#82AAFF", "terminal.ansiBlue": "#82AAFF",