fix: Improve sidebar colorization
This commit is contained in:
parent
2d52311a8b
commit
9cf9f34a2a
9 changed files with 38 additions and 20 deletions
|
@ -21,6 +21,8 @@
|
|||
"scrollbars": "#00000050",
|
||||
"scrollbarsHover": "#00000030",
|
||||
"statusbarForeground": "#4A4A4A",
|
||||
"sidebarForeground": "#EEFFFF70",
|
||||
"listHoverForeground": "#FFFFFF",
|
||||
"base": {
|
||||
"white": "#ffffff",
|
||||
"black": "#000000",
|
||||
|
|
|
@ -21,6 +21,8 @@
|
|||
"scrollbars": "#00000050",
|
||||
"scrollbarsHover": "#00000030",
|
||||
"statusbarForeground": "#546E7A",
|
||||
"sidebarForeground": "#EEFFFF70",
|
||||
"listHoverForeground": "#FFFFFF",
|
||||
"base": {
|
||||
"white": "#ffffff",
|
||||
"black": "#000000",
|
||||
|
|
|
@ -21,6 +21,8 @@
|
|||
"scrollbars": "#00000050",
|
||||
"scrollbarsHover": "#00000030",
|
||||
"statusbarForeground": "#90A4AE",
|
||||
"sidebarForeground": "#7E939E",
|
||||
"listHoverForeground": "#B1C7D3",
|
||||
"base": {
|
||||
"white": "#FFFFFF",
|
||||
"black": "#000000",
|
||||
|
|
|
@ -21,6 +21,8 @@
|
|||
"scrollbars": "#00000050",
|
||||
"scrollbarsHover": "#00000030",
|
||||
"statusbarForeground": "#676E95",
|
||||
"sidebarForeground": "#A6ACCD80",
|
||||
"listHoverForeground": "#FFFFFF",
|
||||
"base": {
|
||||
"white": "#ffffff",
|
||||
"black": "#000000",
|
||||
|
|
|
@ -711,6 +711,7 @@
|
|||
"titleBar.inactiveBackground": "{{variant.scheme.background}}",
|
||||
"titleBar.inactiveForeground": "{{variant.scheme.comments}}",
|
||||
"sideBar.background": "{{variant.scheme.background}}",
|
||||
"sideBar.foreground": "{{variant.scheme.sidebarForeground}}",
|
||||
"sideBarTitle.foreground": "{{variant.scheme.foreground}}",
|
||||
"sideBarSectionHeader.background": "{{variant.scheme.background}}",
|
||||
"input.background": "{{variant.scheme.inputBackground}}",
|
||||
|
@ -722,13 +723,14 @@
|
|||
"inputValidation.warningBorder": "{{variant.scheme.base.yellow}}",
|
||||
"dropdown.background": "{{variant.scheme.background}}",
|
||||
"dropdown.border": "{{variant.scheme.inputBorder}}",
|
||||
"list.hoverForeground": "{{commons.accents.teal}}",
|
||||
"list.hoverForeground": "{{variant.scheme.listHoverForeground}}",
|
||||
"list.hoverBackground": "{{variant.scheme.background}}",
|
||||
"list.activeSelectionBackground": "{{variant.scheme.lineHighlight}}50",
|
||||
"list.activeSelectionBackground": "{{variant.scheme.background}}",
|
||||
"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.focusBackground": "{{variant.scheme.lineNumbers}}",
|
||||
"terminal.ansiWhite": "{{variant.scheme.base.white}}",
|
||||
"terminal.ansiBlack": "{{variant.scheme.comments}}",
|
||||
"terminal.ansiBlue": "{{variant.scheme.base.blue}}",
|
||||
|
|
|
@ -711,6 +711,7 @@
|
|||
"titleBar.inactiveBackground": "#212121",
|
||||
"titleBar.inactiveForeground": "#4A4A4A",
|
||||
"sideBar.background": "#212121",
|
||||
"sideBar.foreground": "#EEFFFF70",
|
||||
"sideBarTitle.foreground": "#EEFFFF",
|
||||
"sideBarSectionHeader.background": "#212121",
|
||||
"input.background": "#FFFFFF05",
|
||||
|
@ -722,13 +723,14 @@
|
|||
"inputValidation.warningBorder": "#FFCB6B",
|
||||
"dropdown.background": "#212121",
|
||||
"dropdown.border": "#FFFFFF10",
|
||||
"list.hoverForeground": "#80CBC4",
|
||||
"list.hoverForeground": "#FFFFFF",
|
||||
"list.hoverBackground": "#212121",
|
||||
"list.activeSelectionBackground": "#00000050",
|
||||
"list.activeSelectionBackground": "#212121",
|
||||
"list.activeSelectionForeground": "#80CBC4",
|
||||
"list.inactiveSelectionBackground": "#00000050",
|
||||
"list.inactiveSelectionBackground": "#212121",
|
||||
"list.focusBackground": "#EEFFFF10",
|
||||
"list.focusForeground": "#EEFFFF",
|
||||
"list.highlightForeground": "#80CBC4",
|
||||
"list.focusBackground": "#424242",
|
||||
"terminal.ansiWhite": "#ffffff",
|
||||
"terminal.ansiBlack": "#4A4A4A",
|
||||
"terminal.ansiBlue": "#82AAFF",
|
||||
|
|
|
@ -711,6 +711,7 @@
|
|||
"titleBar.inactiveBackground": "#263238",
|
||||
"titleBar.inactiveForeground": "#546E7A",
|
||||
"sideBar.background": "#263238",
|
||||
"sideBar.foreground": "#EEFFFF70",
|
||||
"sideBarTitle.foreground": "#EEFFFF",
|
||||
"sideBarSectionHeader.background": "#263238",
|
||||
"input.background": "#FFFFFF05",
|
||||
|
@ -722,13 +723,14 @@
|
|||
"inputValidation.warningBorder": "#FFCB6B",
|
||||
"dropdown.background": "#263238",
|
||||
"dropdown.border": "#FFFFFF10",
|
||||
"list.hoverForeground": "#80CBC4",
|
||||
"list.hoverForeground": "#FFFFFF",
|
||||
"list.hoverBackground": "#263238",
|
||||
"list.activeSelectionBackground": "#00000050",
|
||||
"list.activeSelectionBackground": "#263238",
|
||||
"list.activeSelectionForeground": "#80CBC4",
|
||||
"list.inactiveSelectionBackground": "#00000050",
|
||||
"list.inactiveSelectionBackground": "#263238",
|
||||
"list.focusBackground": "#EEFFFF10",
|
||||
"list.focusForeground": "#EEFFFF",
|
||||
"list.highlightForeground": "#80CBC4",
|
||||
"list.focusBackground": "#37474F",
|
||||
"terminal.ansiWhite": "#ffffff",
|
||||
"terminal.ansiBlack": "#546E7A",
|
||||
"terminal.ansiBlue": "#82AAFF",
|
||||
|
|
|
@ -711,6 +711,7 @@
|
|||
"titleBar.inactiveBackground": "#FAFAFA",
|
||||
"titleBar.inactiveForeground": "#90A4AE90",
|
||||
"sideBar.background": "#FAFAFA",
|
||||
"sideBar.foreground": "#7E939E",
|
||||
"sideBarTitle.foreground": "#90A4AE",
|
||||
"sideBarSectionHeader.background": "#FAFAFA",
|
||||
"input.background": "#00000005",
|
||||
|
@ -722,13 +723,14 @@
|
|||
"inputValidation.warningBorder": "#FFB62C",
|
||||
"dropdown.background": "#FAFAFA",
|
||||
"dropdown.border": "#00000010",
|
||||
"list.hoverForeground": "#80CBC4",
|
||||
"list.hoverForeground": "#B1C7D3",
|
||||
"list.hoverBackground": "#FAFAFA",
|
||||
"list.activeSelectionBackground": "#CCD7DA50",
|
||||
"list.activeSelectionBackground": "#FAFAFA",
|
||||
"list.activeSelectionForeground": "#80CBC4",
|
||||
"list.inactiveSelectionBackground": "#CCD7DA50",
|
||||
"list.inactiveSelectionBackground": "#FAFAFA",
|
||||
"list.focusBackground": "#90A4AE10",
|
||||
"list.focusForeground": "#90A4AE",
|
||||
"list.highlightForeground": "#80CBC4",
|
||||
"list.focusBackground": "#CFD8DC",
|
||||
"terminal.ansiWhite": "#FFFFFF",
|
||||
"terminal.ansiBlack": "#90A4AE90",
|
||||
"terminal.ansiBlue": "#6182B8",
|
||||
|
|
|
@ -711,6 +711,7 @@
|
|||
"titleBar.inactiveBackground": "#292D3E",
|
||||
"titleBar.inactiveForeground": "#676E95",
|
||||
"sideBar.background": "#292D3E",
|
||||
"sideBar.foreground": "#A6ACCD80",
|
||||
"sideBarTitle.foreground": "#A6ACCD",
|
||||
"sideBarSectionHeader.background": "#292D3E",
|
||||
"input.background": "#FFFFFF05",
|
||||
|
@ -722,13 +723,14 @@
|
|||
"inputValidation.warningBorder": "#FFCB6B",
|
||||
"dropdown.background": "#292D3E",
|
||||
"dropdown.border": "#FFFFFF10",
|
||||
"list.hoverForeground": "#80CBC4",
|
||||
"list.hoverForeground": "#FFFFFF",
|
||||
"list.hoverBackground": "#292D3E",
|
||||
"list.activeSelectionBackground": "#00000050",
|
||||
"list.activeSelectionBackground": "#292D3E",
|
||||
"list.activeSelectionForeground": "#80CBC4",
|
||||
"list.inactiveSelectionBackground": "#00000050",
|
||||
"list.inactiveSelectionBackground": "#292D3E",
|
||||
"list.focusBackground": "#A6ACCD10",
|
||||
"list.focusForeground": "#A6ACCD",
|
||||
"list.highlightForeground": "#80CBC4",
|
||||
"list.focusBackground": "#3A3F58",
|
||||
"terminal.ansiWhite": "#ffffff",
|
||||
"terminal.ansiBlack": "#676E95",
|
||||
"terminal.ansiBlue": "#82AAFF",
|
||||
|
|
Loading…
Reference in a new issue