From 5bc2301c51d64e0e3139a3e0fa18a07a5617eb4b Mon Sep 17 00:00:00 2001 From: arthursvpb Date: Wed, 12 Jul 2023 16:04:03 -0300 Subject: [PATCH] add peacock config --- web/.vscode/settings.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/web/.vscode/settings.json b/web/.vscode/settings.json index b7c868a..ad7f730 100644 --- a/web/.vscode/settings.json +++ b/web/.vscode/settings.json @@ -1,4 +1,5 @@ { + "peacock.remoteColor": "#61dafb", "workbench.colorCustomizations": { "activityBar.activeBackground": "#93e6fc", "activityBar.background": "#93e6fc", @@ -18,5 +19,5 @@ "titleBar.inactiveBackground": "#61dafb99", "titleBar.inactiveForeground": "#15202b99" }, - "peacock.remoteColor": "#61dafb" -} \ No newline at end of file + "peacock.color": "#61dafb" +}