We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d70bca9 commit fadfb78Copy full SHA for fadfb78
.vscode/settings.json
@@ -3,9 +3,9 @@
3
"typescript.preferences.importModuleSpecifier": "non-relative",
4
"workbench.colorCustomizations": {
5
"titleBar.activeForeground": "#000",
6
- "titleBar.inactiveForeground": "#000000CC",
7
- "titleBar.activeBackground": "#ffc600",
8
- "titleBar.inactiveBackground": "#ffc600CC"
+ "titleBar.inactiveForeground": "#000000cc",
+ "titleBar.activeBackground": "#fc9d26",
+ "titleBar.inactiveBackground": "#fc9d26cc"
9
},
10
"editor.defaultFormatter": "esbenp.prettier-vscode",
11
"editor.formatOnSave": true,
0 commit comments