Skip to content

Commit

Permalink
chore(YALB-823): create vscode theme settings file
Browse files Browse the repository at this point in the history
  • Loading branch information
ModulesUnraveled committed Nov 8, 2022
1 parent 1a89b85 commit f25bf95
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
@@ -0,0 +1,8 @@
{
"workbench.colorCustomizations": {
"titleBar.activeForeground": "#fff",
"titleBar.inactiveForeground": "#ffffffcc",
"titleBar.activeBackground": "#0d323f",
"titleBar.inactiveBackground": "#040315"
}
}

0 comments on commit f25bf95

Please sign in to comment.