diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..5578f99 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,8 @@ +{ + "workbench.colorCustomizations": { + "titleBar.inactiveBackground": "#ff4154", // change this color! + "titleBar.activeBackground": "#ff4154", // change this color! + "titleBar.inactiveForeground": "#ffffff", // change this color! + "titleBar.activeForeground": "#ffffff" // change this color! + } +}