Skip to content

Commit

Permalink
Use T3 colors for VS Code title bar (#2015)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahkhanjani authored Nov 5, 2024
1 parent 72057e3 commit c430c77
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
@@ -1,4 +1,11 @@
{
"workbench.colorCustomizations": {
"titleBar.activeBackground": "#1f0d49",
"titleBar.activeForeground": "#e2e8f0",
"titleBar.inactiveBackground": "#181239",
"titleBar.inactiveForeground": "#b1b6bd"
},

"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
Expand Down

0 comments on commit c430c77

Please sign in to comment.