diff --git a/.vscode/settings.json b/.vscode/settings.json index 226bd2872..7de1b8db0 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -7,21 +7,5 @@ } }, "ruby.format": "rubocop", - "ruby.intellisense": "rubyLocate", - "workbench.colorCustomizations": { - "activityBar.background": "#ab307e", - "activityBar.activeBorder": "#25320e", - "activityBar.foreground": "#e7e7e7", - "activityBar.inactiveForeground": "#e7e7e799", - "activityBarBadge.background": "#25320e", - "activityBarBadge.foreground": "#e7e7e7", - "titleBar.activeBackground": "#832561", - "titleBar.inactiveBackground": "#83256199", - "titleBar.activeForeground": "#e7e7e7", - "titleBar.inactiveForeground": "#e7e7e799", - "statusBar.background": "#832561", - "statusBarItem.hoverBackground": "#ab307e", - "statusBar.foreground": "#e7e7e7" - }, - "peacock.color": "#832561" + "ruby.intellisense": "rubyLocate" }