Skip to content

Commit

Permalink
meta: vscode color settings
Browse files Browse the repository at this point in the history
  • Loading branch information
theacodes committed Feb 23, 2024
1 parent c1e0cb9 commit 5807d72
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,12 @@
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
},
"workbench.colorCustomizations": {
"statusBar.background": "#f5e0dc",
"statusBar.foreground": "#15202b",
"statusBarItem.hoverBackground": "#eabdb4",
"statusBarItem.remoteBackground": "#f5e0dc",
"statusBarItem.remoteForeground": "#15202b"
},
"peacock.color": "f5e0dc",
}

0 comments on commit 5807d72

Please sign in to comment.