From d95f5fcb456c62cba588a33a4981e08a9995c70f Mon Sep 17 00:00:00 2001 From: Tilman Behrend Date: Thu, 18 Sep 2025 21:17:53 +0200 Subject: [PATCH] add visual code peacock setting --- .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..2b36aa7 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,22 @@ +{ + "workbench.colorCustomizations": { + "activityBar.activeBackground": "#ff62b9", + "activityBar.background": "#ff62b9", + "activityBar.foreground": "#15202b", + "activityBar.inactiveForeground": "#15202b99", + "activityBarBadge.background": "#8dff00", + "activityBarBadge.foreground": "#15202b", + "commandCenter.border": "#e7e7e799", + "sash.hoverBorder": "#ff62b9", + "statusBar.background": "#ff2fa2", + "statusBar.foreground": "#e7e7e7", + "statusBarItem.hoverBackground": "#ff62b9", + "statusBarItem.remoteBackground": "#ff2fa2", + "statusBarItem.remoteForeground": "#e7e7e7", + "titleBar.activeBackground": "#ff2fa2", + "titleBar.activeForeground": "#e7e7e7", + "titleBar.inactiveBackground": "#ff2fa299", + "titleBar.inactiveForeground": "#e7e7e799" + }, + "peacock.color": "#ff2fa2" +} \ No newline at end of file