From 97b21a83a0fb49ec68d140138d5e45ec85bd0ce9 Mon Sep 17 00:00:00 2001 From: artchiee <53340008+artchiee@users.noreply.github.com> Date: Tue, 20 Jun 2023 09:41:04 +0100 Subject: [PATCH] Update settings.json --- .vscode/settings.json | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 44910ab8..9619dd65 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,24 +1,4 @@ { "dart.lineLength": 100, "diffEditor.ignoreTrimWhitespace": true, - "workbench.colorCustomizations": { - "activityBar.activeBackground": "#55b9e8", - "activityBar.background": "#55b9e8", - "activityBar.foreground": "#15202b", - "activityBar.inactiveForeground": "#15202b99", - "activityBarBadge.background": "#c51b8e", - "activityBarBadge.foreground": "#e7e7e7", - "commandCenter.border": "#15202b99", - "sash.hoverBorder": "#55b9e8", - "statusBar.background": "#28a7e2", - "statusBar.foreground": "#15202b", - "statusBarItem.hoverBackground": "#1a89bd", - "statusBarItem.remoteBackground": "#28a7e2", - "statusBarItem.remoteForeground": "#15202b", - "titleBar.activeBackground": "#28a7e2", - "titleBar.activeForeground": "#15202b", - "titleBar.inactiveBackground": "#28a7e299", - "titleBar.inactiveForeground": "#15202b99" - }, - "peacock.color": "#28a7e2" }