Skip to content

Commit

Permalink
fix: update sidebar contrast for some variants
Browse files Browse the repository at this point in the history
  • Loading branch information
equinusocio committed Nov 30, 2023
1 parent 9bc1142 commit ba6160f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@
"tasks": [
{
"args": [
"run",
"build"
],
"command": "yarn",
"command": "npm",
"label": "build",
"group": {
"kind": "build",
Expand Down
2 changes: 1 addition & 1 deletion scripts/generator/settings/specific/darker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default {
scrollbarsHover: '#EEFFFF10',
statusbarForeground: '#616161',
sidebarBackground: '#212121',
sidebarForeground: '#616161',
sidebarForeground: '#676767',
listHoverForeground: '#FFFFFF',
listHoverBackground: '#212121',
tabActiveForeground: '#FFFFFF',
Expand Down
2 changes: 1 addition & 1 deletion scripts/generator/settings/specific/deepforest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default {
scrollbarsHover: '#8CA59910',
statusbarForeground: '#4D6A59',
sidebarBackground: '#141F1D',
sidebarForeground: '#485E51',
sidebarForeground: '#4d6457',
listHoverForeground: '#FFFFFF',
listHoverBackground: '#141F1D',
tabActiveForeground: '#FFFFFF',
Expand Down
2 changes: 1 addition & 1 deletion scripts/generator/settings/specific/default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default {
scrollbarsHover: '#EEFFFF10',
statusbarForeground: '#546E7A',
sidebarBackground: '#263238',
sidebarForeground: '#607a86',
sidebarForeground: '#6c8692',
listHoverForeground: '#FFFFFF',
listHoverBackground: '#263238',
tabActiveForeground: '#FFFFFF',
Expand Down
2 changes: 1 addition & 1 deletion scripts/generator/settings/specific/lighter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default {
scrollbarsHover: '#90A4AE10',
statusbarForeground: '#7E939E',
sidebarBackground: '#FAFAFA',
sidebarForeground: '#7E939E',
sidebarForeground: '#758a95',
listHoverForeground: '#B1C7D3',
listHoverBackground: '#FAFAFA',
tabActiveForeground: '#000000',
Expand Down

0 comments on commit ba6160f

Please sign in to comment.