Skip to content

Commit

Permalink
use t3 colors for vscode title bar
Browse files Browse the repository at this point in the history
  • Loading branch information
ahkhanjani committed Nov 5, 2024
1 parent 4624a97 commit 9fdd5d5
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 9fdd5d5

Please sign in to comment.