Skip to content

Commit

Permalink
Restore unneeded changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dac09 committed Jan 16, 2024
1 parent 5ce1870 commit be84ace
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
.cosine
.idea
.DS_Store
.nx
node_modules
dist
lerna-debug.log
Expand Down
16 changes: 1 addition & 15 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,7 @@
"workbench.colorCustomizations": {
"statusBar.background": "#b85833",
"statusBarItem.hoverBackground": "#ce7350",
"statusBar.foreground": "#e7e7e7",
"activityBar.activeBackground": "#ce7350",
"activityBar.background": "#ce7350",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#82dc9b",
"activityBarBadge.foreground": "#15202b",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#ce7350",
"statusBarItem.remoteBackground": "#b85833",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#b85833",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#b8583399",
"titleBar.inactiveForeground": "#e7e7e799"
"statusBar.foreground": "#e7e7e7"
},
"search.exclude": {
"**/dist": true,
Expand Down

0 comments on commit be84ace

Please sign in to comment.