From 1d9a0481178857e7bd836437a7c162e83d3a275c Mon Sep 17 00:00:00 2001 From: Sven Heidemann Date: Tue, 23 Nov 2021 08:12:47 +0100 Subject: [PATCH] Added settings --- .gitignore | 3 +-- .vscode/settings.json | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index 66c1e7a..5f3f26c 100644 --- a/.gitignore +++ b/.gitignore @@ -132,5 +132,4 @@ dmypy.json .pyre/ # IDE -.vscode/ -.idea/ +PythonImportHelper-v2-Completion.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..3c31bf6 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,22 @@ +{ + "workbench.colorCustomizations": { + "activityBar.activeBackground": "#93e6fc", + "activityBar.activeBorder": "#fa45d4", + "activityBar.background": "#93e6fc", + "activityBar.foreground": "#15202b", + "activityBar.inactiveForeground": "#15202b99", + "activityBarBadge.background": "#fa45d4", + "activityBarBadge.foreground": "#15202b", + "sash.hoverBorder": "#93e6fc", + "statusBar.background": "#61dafb", + "statusBar.foreground": "#15202b", + "statusBarItem.hoverBackground": "#2fcefa", + "statusBarItem.remoteBackground": "#61dafb", + "statusBarItem.remoteForeground": "#15202b", + "titleBar.activeBackground": "#61dafb", + "titleBar.activeForeground": "#15202b", + "titleBar.inactiveBackground": "#61dafb99", + "titleBar.inactiveForeground": "#15202b99" + }, + "peacock.color": "#61dafb" +} \ No newline at end of file