fix: update sidebar contrast for some variants

This commit is contained in:
Mattia Astorino 2023-11-30 15:37:24 +01:00
parent 9bc11428ff
commit ba6160f9ff
5 changed files with 6 additions and 5 deletions

3
.vscode/tasks.json vendored
View file

@ -12,9 +12,10 @@
"tasks": [
{
"args": [
"run",
"build"
],
"command": "yarn",
"command": "npm",
"label": "build",
"group": {
"kind": "build",

View file

@ -25,7 +25,7 @@ export default {
scrollbarsHover: '#EEFFFF10',
statusbarForeground: '#616161',
sidebarBackground: '#212121',
sidebarForeground: '#616161',
sidebarForeground: '#676767',
listHoverForeground: '#FFFFFF',
listHoverBackground: '#212121',
tabActiveForeground: '#FFFFFF',

View file

@ -25,7 +25,7 @@ export default {
scrollbarsHover: '#8CA59910',
statusbarForeground: '#4D6A59',
sidebarBackground: '#141F1D',
sidebarForeground: '#485E51',
sidebarForeground: '#4d6457',
listHoverForeground: '#FFFFFF',
listHoverBackground: '#141F1D',
tabActiveForeground: '#FFFFFF',

View file

@ -25,7 +25,7 @@ export default {
scrollbarsHover: '#EEFFFF10',
statusbarForeground: '#546E7A',
sidebarBackground: '#263238',
sidebarForeground: '#607a86',
sidebarForeground: '#6c8692',
listHoverForeground: '#FFFFFF',
listHoverBackground: '#263238',
tabActiveForeground: '#FFFFFF',

View file

@ -25,7 +25,7 @@ export default {
scrollbarsHover: '#90A4AE10',
statusbarForeground: '#7E939E',
sidebarBackground: '#FAFAFA',
sidebarForeground: '#7E939E',
sidebarForeground: '#758a95',
listHoverForeground: '#B1C7D3',
listHoverBackground: '#FAFAFA',
tabActiveForeground: '#000000',