Skip to content

Commit

Permalink
chore(vscode): add window colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Malkevich committed Feb 18, 2019
1 parent 8cfbdab commit 7d56b3a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"workbench.colorCustomizations": {
"activityBar.background": "#610515",
"titleBar.activeBackground": "#87081D",
"titleBar.activeForeground": "#FFFBFC"
}
}

0 comments on commit 7d56b3a

Please sign in to comment.