From 48d6fcd60d314f763b20128e1071aa2eb76a5c0e Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Fri, 6 Mar 2020 14:11:25 -0700 Subject: [PATCH] Create settings.json --- .vscode/settings.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .vscode/settings.json 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! + } +}