Skip to content

Commit

Permalink
chore(vscode): customize color
Browse files Browse the repository at this point in the history
  • Loading branch information
chainsona committed Jul 14, 2024
1 parent 7ce29c6 commit 4903f41
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#9c6e97",
"activityBar.background": "#9c6e97",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#494c34",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#9c6e97",
"statusBar.background": "#80577b",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#9c6e97",
"statusBarItem.remoteBackground": "#80577b",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#80577b",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#80577b99",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#80577b"
}

0 comments on commit 4903f41

Please sign in to comment.