Skip to content

Commit

Permalink
delete redundant vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
neilk17 committed Dec 9, 2022
1 parent eaf5158 commit 1147686
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,3 @@
{
"typescript.tsdk": "node_modules/typescript/lib",
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#d258c6",
"activityBar.activeBorder": "#c3d04f",
"activityBar.background": "#d258c6",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#c3d04f",
"activityBarBadge.foreground": "#15202b",
"statusBar.background": "#c334b5",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#d258c6",
"titleBar.activeBackground": "#c334b5",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#c334b599",
"titleBar.inactiveForeground": "#e7e7e799",
"editorGroup.border": "#d258c6",
"panel.border": "#d258c6",
"sash.hoverBorder": "#d258c6",
"sideBar.border": "#d258c6",
"statusBarItem.remoteBackground": "#c334b5",
"statusBarItem.remoteForeground": "#e7e7e7"
},
"peacock.color": "#c334b5"
}

0 comments on commit 1147686

Please sign in to comment.