Skip to content

Commit

Permalink
Set custom vscode theme colors
Browse files Browse the repository at this point in the history
  • Loading branch information
relliv committed Oct 21, 2024
1 parent 8cfe760 commit 9df3e17
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
{
"scss.validate": false,
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#7cc663",
"activityBar.background": "#7cc663",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#5c76c3",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#15202b99",
"sash.hoverBorder": "#7cc663",
"statusBar.background": "#5fb442",
"statusBar.foreground": "#15202b",
"statusBarItem.hoverBackground": "#4b8f34",
"statusBarItem.remoteBackground": "#5fb442",
"statusBarItem.remoteForeground": "#15202b",
"titleBar.activeBackground": "#5fb442",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveBackground": "#5fb44299",
"titleBar.inactiveForeground": "#15202b99"
},
"peacock.color": "#5fb442",
}

0 comments on commit 9df3e17

Please sign in to comment.