Skip to content

Commit

Permalink
Change color
Browse files Browse the repository at this point in the history
  • Loading branch information
jefponte committed Mar 11, 2024
1 parent 2d534ce commit 5287214
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#490b32",
"activityBar.background": "#490b32",
"activityBar.activeBackground": "#e061b2",
"activityBar.background": "#e061b2",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#25320e",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#490b32",
"statusBar.background": "#490b32",
"sash.hoverBorder": "#e061b2",
"statusBar.background": "#e061b2",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#490b32",
"statusBarItem.remoteBackground": "#490b32",
"statusBarItem.hoverBackground": "#e061b2",
"statusBarItem.remoteBackground": "#e061b2",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#832561",
"titleBar.activeBackground": "#e061b2",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#490b32",
"titleBar.inactiveBackground": "#e061b2",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.remoteColor": "#832561"
Expand Down

0 comments on commit 5287214

Please sign in to comment.