From b4604535b22a0ea8570a96e4b6c1b0d45b93a361 Mon Sep 17 00:00:00 2001 From: c-w-m Date: Thu, 12 Jan 2023 09:52:39 -0700 Subject: [PATCH] tox test init --- .vscode/settings.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..7369a24 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,21 @@ +{ + "workbench.colorCustomizations": { + "activityBar.activeBackground": "#f75e3c", + "activityBar.background": "#f75e3c", + "activityBar.foreground": "#15202b", + "activityBar.inactiveForeground": "#15202b99", + "activityBarBadge.background": "#0af535", + "activityBarBadge.foreground": "#15202b", + "commandCenter.border": "#e7e7e799", + "sash.hoverBorder": "#f75e3c", + "statusBar.background": "#f5350b", + "statusBar.foreground": "#e7e7e7", + "statusBarItem.hoverBackground": "#f75e3c", + "statusBarItem.remoteBackground": "#f5350b", + "statusBarItem.remoteForeground": "#e7e7e7", + "titleBar.activeBackground": "#f5350b", + "titleBar.activeForeground": "#e7e7e7", + "titleBar.inactiveBackground": "#f5350b99", + "titleBar.inactiveForeground": "#e7e7e799" + } +} \ No newline at end of file