We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0335e9c + 05e178a commit dbf27a6Copy full SHA for dbf27a6
2 files changed
.vscode/settings.json
@@ -1,5 +1,10 @@
1
{
2
"files.eol": "\n",
3
"files.trimTrailingWhitespace": true,
4
- "files.insertFinalNewline": true
+ "files.insertFinalNewline": true,
5
+ "workbench.colorCustomizations": {
6
+ "activityBar.background": "#213128",
7
+ "titleBar.activeBackground": "#2E4537",
8
+ "titleBar.activeForeground": "#FAFCFB"
9
+ }
10
}
0 commit comments