Colored border
This commit is contained in:
parent
c3af982983
commit
395eb5edae
1 changed files with 6 additions and 1 deletions
7
.vscode/settings.json
vendored
7
.vscode/settings.json
vendored
|
@ -1,3 +1,8 @@
|
|||
{
|
||||
"editor.formatOnSave": true
|
||||
"editor.formatOnSave": true,
|
||||
"workbench.colorCustomizations": {
|
||||
"activityBar.background": "#2B300C",
|
||||
"titleBar.activeBackground": "#3D4311",
|
||||
"titleBar.activeForeground": "#F9FBEF"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue