From 158a9526c7909001f6ed84a4f500b51ce5c2fb39 Mon Sep 17 00:00:00 2001 From: Thea Flowers Date: Thu, 22 Feb 2024 20:25:09 -0500 Subject: [PATCH] meta: vscode peacock settings --- .vscode/settings.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..664a0ae --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,10 @@ +{ + "workbench.colorCustomizations": { + "statusBar.background": "#4c4f69", + "statusBar.foreground": "#e7e7e7", + "statusBarItem.hoverBackground": "#616587", + "statusBarItem.remoteBackground": "#4c4f69", + "statusBarItem.remoteForeground": "#e7e7e7" + }, + "peacock.color": "4c4f69" +}