Skip to content

Commit

Permalink
Add vscode setting for extension
Browse files Browse the repository at this point in the history
  • Loading branch information
djblue committed Oct 11, 2024
1 parent 4df6022 commit 443c13e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions extension-vscode/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"workbench.colorCustomizations": {
"titleBar.activeBackground": "#ff5d00",
"titleBar.activeForeground": "#272c36",
"titleBar.inactiveBackground": "#ff9a00",
"titleBar.inactiveForeground": "#272c36"
}
}

0 comments on commit 443c13e

Please sign in to comment.