From 392fff4d3ae4778f3067305ea4ed9f28ddf89ae1 Mon Sep 17 00:00:00 2001 From: Cuh4 <89425262+Cuh4@users.noreply.github.com> Date: Sun, 23 Jun 2024 00:26:38 +0100 Subject: [PATCH] peacock extension customization --- .vscode/settings.json | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 2440209..65d8fd0 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,5 +2,25 @@ "Lua.workspace.ignoreDir": [ ".vscode", "_build/Noir.lua" - ] + ], + "workbench.colorCustomizations": { + "activityBar.activeBackground": "#999999", + "activityBar.background": "#999999", + "activityBar.foreground": "#15202b", + "activityBar.inactiveForeground": "#15202b99", + "activityBarBadge.background": "#5858c7", + "activityBarBadge.foreground": "#e7e7e7", + "commandCenter.border": "#15202b99", + "sash.hoverBorder": "#999999", + "statusBar.background": "#808080", + "statusBar.foreground": "#15202b", + "statusBarItem.hoverBackground": "#666666", + "statusBarItem.remoteBackground": "#808080", + "statusBarItem.remoteForeground": "#15202b", + "titleBar.activeBackground": "#808080", + "titleBar.activeForeground": "#15202b", + "titleBar.inactiveBackground": "#80808099", + "titleBar.inactiveForeground": "#15202b99" + }, + "peacock.color": "grey" } \ No newline at end of file