From 3a6928a0189bfe8d481c7eeac7a3d3df5dd9cdc0 Mon Sep 17 00:00:00 2001 From: Abdellah El Morabit Date: Sun, 24 Nov 2024 12:41:38 +0100 Subject: updates to the web gui --- .vscode/settings.json | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) (limited to '.vscode/settings.json') 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 -- cgit v1.2.3-70-g09d2