diff options
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/settings.json | 25 |
1 files changed, 21 insertions, 4 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 66f540e..dd10108 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,22 @@ { - "python.testing.pytestArgs": ["I2C"], - "python.testing.unittestEnabled": false, - "python.testing.pytestEnabled": true -} + "workbench.colorCustomizations": { + "activityBar.activeBackground": "#1a1a1a", + "activityBar.background": "#1a1a1a", + "activityBar.foreground": "#e7e7e7", + "activityBar.inactiveForeground": "#e7e7e799", + "activityBarBadge.background": "#606020", + "activityBarBadge.foreground": "#e7e7e7", + "commandCenter.border": "#e7e7e799", + "sash.hoverBorder": "#1a1a1a", + "statusBar.background": "#000000", + "statusBar.foreground": "#e7e7e7", + "statusBarItem.hoverBackground": "#1a1a1a", + "statusBarItem.remoteBackground": "#000000", + "statusBarItem.remoteForeground": "#e7e7e7", + "titleBar.activeBackground": "#000000", + "titleBar.activeForeground": "#e7e7e7", + "titleBar.inactiveBackground": "#00000099", + "titleBar.inactiveForeground": "#e7e7e799" + }, + "peacock.color": "black" +}
\ No newline at end of file |
