Skip to content

Commit

Permalink
feat: add vscode color settings
Browse files Browse the repository at this point in the history
  • Loading branch information
amirabbas-gh committed Jan 13, 2025
1 parent 4468fb2 commit 40cb63e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,14 @@
"typescript.tsdk": "node_modules/typescript/lib",
"[typescriptreact]": {
"editor.defaultFormatter": "biomejs.biome"
}
},
"workbench.colorCustomizations": {
"titleBar.foreground": "#d6ff62",
"titleBar.activeForeground": "#d6ff62",
"titleBar.inactiveForeground": "#d6ff62",
"titleBar.border": "#d6ff62",
"statusBar.background": "#d6ff62",
"statusBar.foreground": "#000",
"statusBar.border": "#000"
},
}

0 comments on commit 40cb63e

Please sign in to comment.