From e6e91f46db5a7050b1877c282ae8d1385577dbbb Mon Sep 17 00:00:00 2001 From: TheThomaas Date: Wed, 13 Sep 2023 23:07:57 +0200 Subject: [PATCH] Create settings.json --- .vscode/settings.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..69cd18d --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,22 @@ +{ + "workbench.colorCustomizations": { + "activityBar.activeBackground": "#92a480", + "activityBar.background": "#92a480", + "activityBar.foreground": "#15202b", + "activityBar.inactiveForeground": "#15202b99", + "activityBarBadge.background": "#eceff2", + "activityBarBadge.foreground": "#15202b", + "commandCenter.border": "#15202b99", + "sash.hoverBorder": "#92a480", + "statusBar.background": "#788c65", + "statusBar.foreground": "#15202b", + "statusBarItem.hoverBackground": "#5f6e50", + "statusBarItem.remoteBackground": "#788c65", + "statusBarItem.remoteForeground": "#15202b", + "titleBar.activeBackground": "#788c65", + "titleBar.activeForeground": "#15202b", + "titleBar.inactiveBackground": "#788c6599", + "titleBar.inactiveForeground": "#15202b99" + }, + "peacock.color": "#788c65" +} \ No newline at end of file