From a3e9e978d6ff2b6cb652fbf8fc37dfc5140ab8da Mon Sep 17 00:00:00 2001 From: TheThomaas Date: Wed, 13 Sep 2023 23:06:34 +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..89c061e --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,22 @@ +{ + "workbench.colorCustomizations": { + "activityBar.activeBackground": "#968349", + "activityBar.background": "#968349", + "activityBar.foreground": "#15202b", + "activityBar.inactiveForeground": "#15202b99", + "activityBarBadge.background": "#94cbbd", + "activityBarBadge.foreground": "#15202b", + "commandCenter.border": "#e7e7e799", + "sash.hoverBorder": "#968349", + "statusBar.background": "#746538", + "statusBar.foreground": "#e7e7e7", + "statusBarItem.hoverBackground": "#968349", + "statusBarItem.remoteBackground": "#746538", + "statusBarItem.remoteForeground": "#e7e7e7", + "titleBar.activeBackground": "#746538", + "titleBar.activeForeground": "#e7e7e7", + "titleBar.inactiveBackground": "#74653899", + "titleBar.inactiveForeground": "#e7e7e799" + }, + "peacock.color": "#746538" +} \ No newline at end of file