Skip to content

Commit

Permalink
add peacock color to differentiate
Browse files Browse the repository at this point in the history
  • Loading branch information
tfenster committed May 11, 2020
1 parent a2d8426 commit 9601511
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#ef7853",
"activityBar.activeBorder": "#8af4a3",
"activityBar.background": "#ef7853",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#8af4a3",
"activityBarBadge.foreground": "#15202b",
"statusBar.background": "#eb5424",
"statusBar.border": "#eb5424",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#ef7853",
"titleBar.activeBackground": "#eb5424",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.border": "#eb5424",
"titleBar.inactiveBackground": "#eb542499",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.remoteColor": "#eb5424"
}

0 comments on commit 9601511

Please sign in to comment.