From 8f01e494795ed9960be7341db433e280957b6320 Mon Sep 17 00:00:00 2001 From: Sven Heidemann Date: Wed, 27 Oct 2021 20:13:24 +0200 Subject: [PATCH] Changed vs code color --- .vscode/settings.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index aa0ff85..01efebd 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,25 +1,25 @@ { "workbench.colorCustomizations": { - "activityBar.activeBackground": "#fbed80", - "activityBar.activeBorder": "#06b9a5", - "activityBar.background": "#fbed80", + "activityBar.activeBackground": "#93e6fc", + "activityBar.activeBorder": "#fa45d4", + "activityBar.background": "#93e6fc", "activityBar.foreground": "#15202b", "activityBar.inactiveForeground": "#15202b99", - "activityBarBadge.background": "#06b9a5", + "activityBarBadge.background": "#fa45d4", "activityBarBadge.foreground": "#15202b", - "editorGroup.border": "#fbed80", - "panel.border": "#fbed80", - "sash.hoverBorder": "#fbed80", - "sideBar.border": "#fbed80", - "statusBar.background": "#f9e64f", + "editorGroup.border": "#93e6fc", + "panel.border": "#93e6fc", + "sash.hoverBorder": "#93e6fc", + "sideBar.border": "#93e6fc", + "statusBar.background": "#61dafb", "statusBar.foreground": "#15202b", - "statusBarItem.hoverBackground": "#f7df1e", - "statusBarItem.remoteBackground": "#f9e64f", + "statusBarItem.hoverBackground": "#2fcefa", + "statusBarItem.remoteBackground": "#61dafb", "statusBarItem.remoteForeground": "#15202b", - "titleBar.activeBackground": "#f9e64f", + "titleBar.activeBackground": "#61dafb", "titleBar.activeForeground": "#15202b", - "titleBar.inactiveBackground": "#f9e64f99", + "titleBar.inactiveBackground": "#61dafb99", "titleBar.inactiveForeground": "#15202b99" }, - "peacock.color": "#f9e64f" + "peacock.color": "#61dafb" } \ No newline at end of file