Skip to content

Commit

Permalink
fix: fix vscode colors
Browse files Browse the repository at this point in the history
  • Loading branch information
amirabbas-gh committed Jan 13, 2025
1 parent 40cb63e commit b47edbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"titleBar.inactiveForeground": "#d6ff62",
"titleBar.border": "#d6ff62",
"statusBar.background": "#d6ff62",
"statusBar.foreground": "#000",
"statusBar.border": "#000"
},
"statusBar.foreground": "#0B151E",
"statusBar.border": "#0B151E"
}
}

0 comments on commit b47edbb

Please sign in to comment.