diff options
| author | Abdellah El Morabit <nsrddyn@gmail.com> | 2024-11-24 12:41:38 +0100 |
|---|---|---|
| committer | Abdellah El Morabit <nsrddyn@gmail.com> | 2024-11-24 12:41:38 +0100 |
| commit | 3a6928a0189bfe8d481c7eeac7a3d3df5dd9cdc0 (patch) | |
| tree | 86a00bcd10dae82ac566e68c2c525fa71a44607a /.vscode | |
| parent | 567787eabe414592d005c727868091bcba2bf6fe (diff) | |
updates to the web gui
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 @@ | |||
| 1 | { | 1 | { |
| 2 | "python.testing.pytestArgs": ["I2C"], | 2 | "workbench.colorCustomizations": { |
| 3 | "python.testing.unittestEnabled": false, | 3 | "activityBar.activeBackground": "#1a1a1a", |
| 4 | "python.testing.pytestEnabled": true | 4 | "activityBar.background": "#1a1a1a", |
| 5 | } | 5 | "activityBar.foreground": "#e7e7e7", |
| 6 | "activityBar.inactiveForeground": "#e7e7e799", | ||
| 7 | "activityBarBadge.background": "#606020", | ||
| 8 | "activityBarBadge.foreground": "#e7e7e7", | ||
| 9 | "commandCenter.border": "#e7e7e799", | ||
| 10 | "sash.hoverBorder": "#1a1a1a", | ||
| 11 | "statusBar.background": "#000000", | ||
| 12 | "statusBar.foreground": "#e7e7e7", | ||
| 13 | "statusBarItem.hoverBackground": "#1a1a1a", | ||
| 14 | "statusBarItem.remoteBackground": "#000000", | ||
| 15 | "statusBarItem.remoteForeground": "#e7e7e7", | ||
| 16 | "titleBar.activeBackground": "#000000", | ||
| 17 | "titleBar.activeForeground": "#e7e7e7", | ||
| 18 | "titleBar.inactiveBackground": "#00000099", | ||
| 19 | "titleBar.inactiveForeground": "#e7e7e799" | ||
| 20 | }, | ||
| 21 | "peacock.color": "black" | ||
| 22 | } \ No newline at end of file | ||
