Skip to content

Commit

Permalink
chore: remove peacock color settings from settings.json (#1765)
Browse files Browse the repository at this point in the history
- until microsoft/vscode#15909 is resolved, remove these settings
- once fixed, we can .gitignore such settings while also committing useful global ones
  • Loading branch information
booc0mtaco authored Sep 25, 2023
1 parent c260844 commit de6e744
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,5 @@
"typescript.validate.enable": true,
"javascript.validate.enable": true,
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#93e6fc",
"activityBar.background": "#93e6fc",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#fa45d4",
"activityBarBadge.foreground": "#15202b",
"commandCenter.border": "#15202b99",
"sash.hoverBorder": "#93e6fc",
"statusBar.background": "#61dafb",
"statusBar.foreground": "#15202b",
"statusBarItem.hoverBackground": "#2fcefa",
"statusBarItem.remoteBackground": "#61dafb",
"statusBarItem.remoteForeground": "#15202b",
"titleBar.activeBackground": "#61dafb",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveBackground": "#61dafb99",
"titleBar.inactiveForeground": "#15202b99"
},
"peacock.color": "#61dafb"
"editor.defaultFormatter": "esbenp.prettier-vscode"
}

0 comments on commit de6e744

Please sign in to comment.