Skip to content

Commit

Permalink
Remove vscode theme from settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mlejva committed Mar 29, 2024
1 parent 7530653 commit 8028baf
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,24 +46,4 @@
"prettier.semi": false,
"prettier.singleQuote": true,
"prettier.trailingComma": "none",
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#b24ddf",
"activityBar.background": "#b24ddf",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#ddad42",
"activityBarBadge.foreground": "#15202b",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#b24ddf",
"statusBar.background": "#9e26d3",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#b24ddf",
"statusBarItem.remoteBackground": "#9e26d3",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#9e26d3",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#9e26d399",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#9e26d3"
}

0 comments on commit 8028baf

Please sign in to comment.