Skip to content

Commit

Permalink
Update settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
RahulGautamSingh authored Oct 11, 2021
1 parent 2ccae52 commit 84cb7bf
Showing 1 changed file with 1 addition and 30 deletions.
31 changes: 1 addition & 30 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,34 +14,5 @@
},
"omnisharp.autoStart": false,
"jest.autoRun": "off",
"jest.jestCommandLine": "yarn jest",
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#ffffff",
"activityBar.activeBorder": "#df9f9f",
"activityBar.background": "#ffffff",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#df9f9f",
"activityBarBadge.foreground": "#15202b",
"editorGroup.border": "#ffffff",
"panel.border": "#ffffff",
"sash.hoverBorder": "#ffffff",
"sideBar.border": "#ffffff",
"statusBar.background": "#ffffff",
"statusBar.border": "#ffffff",
"statusBar.debuggingBackground": "#ffffff",
"statusBar.debuggingBorder": "#ffffff",
"statusBar.debuggingForeground": "#15202b",
"statusBar.foreground": "#15202b",
"statusBarItem.hoverBackground": "#e6e6e6",
"statusBarItem.remoteBackground": "#ffffff",
"statusBarItem.remoteForeground": "#15202b",
"tab.activeBorder": "#ffffff",
"titleBar.activeBackground": "#e6e6e6",
"titleBar.activeForeground": "#15202b",
"titleBar.border": "#e6e6e6",
"titleBar.inactiveBackground": "#e6e6e699",
"titleBar.inactiveForeground": "#15202b99"
},
"peacock.remoteColor": "#e6e6e6"
"jest.jestCommandLine": "yarn jest"
}

0 comments on commit 84cb7bf

Please sign in to comment.