Skip to content

Commit

Permalink
chore: add workbench customizatinos
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge committed Dec 12, 2024
1 parent f9ad103 commit 4112a7f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,11 @@
],
"[svelte]": {
"editor.defaultFormatter": "svelte.svelte-vscode"
},
"workbench.colorCustomizations": {
"titleBar.activeBackground": "#a21d1d",
"titleBar.activeForeground": "#FFF0F0",
"titleBar.inactiveBackground": "#612121",
"titleBar.inactiveForeground": "#f5a5a5"
}
}

0 comments on commit 4112a7f

Please sign in to comment.