From 1a3af863784aac06f0990464b0d9e003abd70bb6 Mon Sep 17 00:00:00 2001 From: Anton Schwaighofer Date: Wed, 30 Mar 2022 07:11:22 +0100 Subject: [PATCH 1/2] window red --- .gitignore | 4 ---- .vscode/settings.json | 7 ++++++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 166728cf2..4c3846007 100644 --- a/.gitignore +++ b/.gitignore @@ -129,10 +129,6 @@ venv.bak/ .dmypy.json dmypy.json -# other -.vscode/ -.devcontainer/ - /InnerEye/ML/src/aml_config *.exe *.suo diff --git a/.vscode/settings.json b/.vscode/settings.json index 2b005ff5d..040cb9c89 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,5 +4,10 @@ "Tests" ], "python.testing.unittestEnabled": false, - "python.testing.pytestEnabled": true + "python.testing.pytestEnabled": true, + "workbench.colorCustomizations": { + "activityBar.background": "#8b0707", + "titleBar.activeBackground": "#8b0707", + "titleBar.activeForeground": "#F8FCE5" + } } \ No newline at end of file From 46723943bd37df240151a12b198440d2e9579919 Mon Sep 17 00:00:00 2001 From: Anton Schwaighofer Date: Sat, 2 Apr 2022 19:26:16 +0200 Subject: [PATCH 2/2] changing to blue --- .vscode/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 040cb9c89..298a17f2c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,8 +6,8 @@ "python.testing.unittestEnabled": false, "python.testing.pytestEnabled": true, "workbench.colorCustomizations": { - "activityBar.background": "#8b0707", - "titleBar.activeBackground": "#8b0707", + "activityBar.background": "#07338b", + "titleBar.activeBackground": "#07338b", "titleBar.activeForeground": "#F8FCE5" } } \ No newline at end of file