Add VS Code settings for customizing colors

This commit is contained in:
Dr-Blank 2024-04-28 19:31:13 -04:00
commit dbf4ce1959
No known key found for this signature in database
GPG key ID: 7452CC63F210A266

7
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,7 @@
{
"workbench.colorCustomizations": {
"activityBar.background": "#5A1021",
"titleBar.activeBackground": "#7E162E",
"titleBar.activeForeground": "#FEFBFC"
}
}