diff --git a/.vscode/settings.json b/.vscode/settings.json index 81ff28d8..c2383302 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,11 @@ // Place your settings in this file to overwrite default and user settings. { + "workbench.colorCustomizations": { + "titleBar.activeBackground": "#15c2cb", + "titleBar.inactiveBackground": "#44ffd299", + "titleBar.activeForeground": "#0E131F", + "titleBar.inactiveForeground": "#0E131F99" + }, "files.exclude": { "out": false // set this to true to hide the "out" folder with the compiled JS files }, @@ -8,8 +14,6 @@ }, // Turn off tsc task auto detection since we have the necessary tasks as npm scripts "typescript.tsc.autoDetect": "off", - "eliostruyf.writingstyleguide.terms.isDisabled": true, - "eliostruyf.writingstyleguide.biasFree.isDisabled": true, "squarl.groups": [ { "id": "dashboard",