fix: Improve sidebar tree coloring

This commit is contained in:
Mattia Astorino 2017-05-25 08:54:07 +02:00
parent 351cd20bb5
commit 4993587d42
9 changed files with 15 additions and 11 deletions

View file

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

View file

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

View file

@ -23,6 +23,7 @@
"statusbarForeground": "#90A4AE",
"sidebarForeground": "#7E939E",
"listHoverForeground": "#B1C7D3",
"tabActiveForeground": "#000000",
"base": {
"white": "#FFFFFF",
"black": "#000000",

View file

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

View file

@ -695,7 +695,7 @@
"editorIndentGuide.background": "{{variant.scheme.guides}}",
"editorGroupHeader.tabsBackground": "{{variant.scheme.background}}",
"editorGroup.border": "{{variant.scheme.shadow}}",
"tab.activeForeground": "{{variant.scheme.foreground}}",
"tab.activeForeground": "{{variant.scheme.tabActiveForeground}}",
"tab.inactiveForeground": "{{variant.scheme.comments}}",
"tab.inactiveBackground": "{{variant.scheme.background}}",
"tab.border": "{{variant.scheme.background}}",

View file

@ -695,7 +695,7 @@
"editorIndentGuide.background": "#42424270",
"editorGroupHeader.tabsBackground": "#212121",
"editorGroup.border": "#00000030",
"tab.activeForeground": "#EEFFFF",
"tab.activeForeground": "#FFFFFF",
"tab.inactiveForeground": "#4A4A4A",
"tab.inactiveBackground": "#212121",
"tab.border": "#212121",
@ -711,7 +711,7 @@
"titleBar.inactiveBackground": "#212121",
"titleBar.inactiveForeground": "#4A4A4A",
"sideBar.background": "#212121",
"sideBar.foreground": "#EEFFFF70",
"sideBar.foreground": "#4A4A4A",
"sideBarTitle.foreground": "#EEFFFF",
"sideBarSectionHeader.background": "#212121",
"input.background": "#FFFFFF05",

View file

@ -695,7 +695,7 @@
"editorIndentGuide.background": "#37474F80",
"editorGroupHeader.tabsBackground": "#263238",
"editorGroup.border": "#00000030",
"tab.activeForeground": "#EEFFFF",
"tab.activeForeground": "#FFFFFF",
"tab.inactiveForeground": "#546E7A",
"tab.inactiveBackground": "#263238",
"tab.border": "#263238",
@ -711,7 +711,7 @@
"titleBar.inactiveBackground": "#263238",
"titleBar.inactiveForeground": "#546E7A",
"sideBar.background": "#263238",
"sideBar.foreground": "#EEFFFF70",
"sideBar.foreground": "#546E7A",
"sideBarTitle.foreground": "#EEFFFF",
"sideBarSectionHeader.background": "#263238",
"input.background": "#FFFFFF05",

View file

@ -695,7 +695,7 @@
"editorIndentGuide.background": "#B0BEC570",
"editorGroupHeader.tabsBackground": "#FAFAFA",
"editorGroup.border": "#00000020",
"tab.activeForeground": "#90A4AE",
"tab.activeForeground": "#000000",
"tab.inactiveForeground": "#90A4AE90",
"tab.inactiveBackground": "#FAFAFA",
"tab.border": "#FAFAFA",

View file

@ -695,7 +695,7 @@
"editorIndentGuide.background": "#4E557980",
"editorGroupHeader.tabsBackground": "#292D3E",
"editorGroup.border": "#00000030",
"tab.activeForeground": "#A6ACCD",
"tab.activeForeground": "#FFFFFF",
"tab.inactiveForeground": "#676E95",
"tab.inactiveBackground": "#292D3E",
"tab.border": "#292D3E",
@ -711,7 +711,7 @@
"titleBar.inactiveBackground": "#292D3E",
"titleBar.inactiveForeground": "#676E95",
"sideBar.background": "#292D3E",
"sideBar.foreground": "#A6ACCD80",
"sideBar.foreground": "#676E95",
"sideBarTitle.foreground": "#A6ACCD",
"sideBarSectionHeader.background": "#292D3E",
"input.background": "#FFFFFF05",