From b881062ecb185d0b2e4a8688aba52c83691f5db0 Mon Sep 17 00:00:00 2001 From: trojvn Date: Tue, 22 Apr 2025 14:20:32 +0300 Subject: [PATCH] color --- .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..db8bd94 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,22 @@ +{ + "workbench.colorCustomizations": { + "activityBar.activeBackground": "#0ab4d7", + "activityBar.background": "#0ab4d7", + "activityBar.foreground": "#15202b", + "activityBar.inactiveForeground": "#15202b99", + "activityBarBadge.background": "#fee1f9", + "activityBarBadge.foreground": "#15202b", + "commandCenter.border": "#e7e7e799", + "sash.hoverBorder": "#0ab4d7", + "statusBar.background": "#088ba6", + "statusBar.foreground": "#e7e7e7", + "statusBarItem.hoverBackground": "#0ab4d7", + "statusBarItem.remoteBackground": "#088ba6", + "statusBarItem.remoteForeground": "#e7e7e7", + "titleBar.activeBackground": "#088ba6", + "titleBar.activeForeground": "#e7e7e7", + "titleBar.inactiveBackground": "#088ba699", + "titleBar.inactiveForeground": "#e7e7e799" + }, + "peacock.color": "#088ba6" +} \ No newline at end of file