summaryrefslogtreecommitdiff
path: root/.vscode/settings.json
diff options
context:
space:
mode:
authorAbdellah El Morabit <nsrddyn@gmail.com>2024-11-24 12:41:38 +0100
committerAbdellah El Morabit <nsrddyn@gmail.com>2024-11-24 12:41:38 +0100
commit3a6928a0189bfe8d481c7eeac7a3d3df5dd9cdc0 (patch)
tree86a00bcd10dae82ac566e68c2c525fa71a44607a /.vscode/settings.json
parent567787eabe414592d005c727868091bcba2bf6fe (diff)
updates to the web gui
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json25
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