From 4ab94b46b49657cfe692f97c1c5f284f9086def9 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sat, 26 Feb 2022 18:18:26 -0500 Subject: [PATCH] vscode colors --- .vscode/settings.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index c0430f9..3570fc7 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,10 @@ { "editor.formatOnType": true, "editor.formatOnSave": true, - "nixEnvSelector.nixFile": "${workspaceRoot}/shell.nix" + "nixEnvSelector.nixFile": "${workspaceRoot}/shell.nix", + "workbench.colorCustomizations": { + "activityBar.background": "#1A322B", + "titleBar.activeBackground": "#24463C", + "titleBar.activeForeground": "#F7FBFA" + } }