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": [ "tasks": [
{ {
"args": [ "args": [
"run",
"build" "build"
], ],
"command": "yarn", "command": "npm",
"label": "build", "label": "build",
"group": { "group": {
"kind": "build", "kind": "build",

View file

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

View file

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

View file

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

View file

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