Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 57c3a82

Browse files
authored
style: restore custom vs colors (#47)
1 parent 0e99c83 commit 57c3a82

4 files changed

Lines changed: 20 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"workbench.colorCustomizations": {
3+
"activityBar.background": "#704d19"
4+
}
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"workbench.colorCustomizations": {
3+
"activityBar.background": "#065219"
4+
}
5+
}

packages/sdk/.vscode/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"workbench.colorCustomizations": {
3+
"activityBar.background": "#5a0656"
4+
}
5+
}

packages/ui/.vscode/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"workbench.colorCustomizations": {
3+
"activityBar.background": "#164e86"
4+
}
5+
}

0 commit comments

Comments
 (0)