chore: Add sidebarBackground color key
This commit is contained in:
parent
c8b577d164
commit
285d3cf70f
6 changed files with 6 additions and 2 deletions
|
@ -21,6 +21,7 @@
|
|||
"scrollbars": "#00000050",
|
||||
"scrollbarsHover": "#00000030",
|
||||
"statusbarForeground": "#616161",
|
||||
"sidebarBackground": "#212121",
|
||||
"sidebarForeground": "#616161",
|
||||
"listHoverForeground": "#FFFFFF",
|
||||
"tabActiveForeground": "#FFFFFF",
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
"scrollbars": "#00000050",
|
||||
"scrollbarsHover": "#00000030",
|
||||
"statusbarForeground": "#546E7A",
|
||||
"sidebarBackground": "#263238",
|
||||
"sidebarForeground": "#546E7A",
|
||||
"listHoverForeground": "#FFFFFF",
|
||||
"tabActiveForeground": "#FFFFFF",
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
"scrollbars": "#00000050",
|
||||
"scrollbarsHover": "#00000030",
|
||||
"statusbarForeground": "#7E939E",
|
||||
"sidebarBackground": "#FAFAFA",
|
||||
"sidebarForeground": "#7E939E",
|
||||
"listHoverForeground": "#B1C7D3",
|
||||
"tabActiveForeground": "#000000",
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
"scrollbars": "#00000050",
|
||||
"scrollbarsHover": "#00000030",
|
||||
"statusbarForeground": "#676E95",
|
||||
"sidebarBackground": "#292D3E",
|
||||
"sidebarForeground": "#676E95",
|
||||
"listHoverForeground": "#FFFFFF",
|
||||
"tabActiveForeground": "#FFFFFF",
|
||||
|
|
|
@ -731,7 +731,7 @@
|
|||
"titleBar.activeForeground": "{{variant.scheme.comments}}",
|
||||
"titleBar.inactiveBackground": "{{variant.scheme.background}}",
|
||||
"titleBar.inactiveForeground": "{{variant.scheme.comments}}",
|
||||
"sideBar.background": "{{variant.scheme.background}}",
|
||||
"sideBar.background": "{{variant.scheme.sidebarBackground}}",
|
||||
"sideBar.foreground": "{{variant.scheme.sidebarForeground}}",
|
||||
"sideBarTitle.foreground": "{{variant.scheme.foreground}}",
|
||||
"sideBarSectionHeader.background": "{{variant.scheme.background}}",
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue