Skip to content

Commit

Permalink
Peacock: Add missing autogenerated colors
Browse files Browse the repository at this point in the history
  • Loading branch information
ciriousjoker committed Aug 18, 2023
1 parent c891b32 commit 155d284
Showing 1 changed file with 17 additions and 12 deletions.
29 changes: 17 additions & 12 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
{
"workbench.colorCustomizations": {
"activityBar.background": "#222935",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#744b5a",
"activityBarBadge.foreground": "#e7e7e7",
"titleBar.activeBackground": "#0e1116",
"titleBar.inactiveBackground": "#0e111699",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveForeground": "#e7e7e799",
"statusBar.background": "#0e1116",
"statusBarItem.hoverBackground": "#222935",
"statusBar.foreground": "#e7e7e7"
"activityBar.background": "#222935",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#744b5a",
"activityBarBadge.foreground": "#e7e7e7",
"titleBar.activeBackground": "#0e1116",
"titleBar.inactiveBackground": "#0e111699",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveForeground": "#e7e7e799",
"statusBar.background": "#0e1116",
"statusBarItem.hoverBackground": "#222935",
"statusBar.foreground": "#e7e7e7",
"activityBar.activeBackground": "#222935",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#222935",
"statusBarItem.remoteBackground": "#0e1116",
"statusBarItem.remoteForeground": "#e7e7e7"
},
"peacock.color": "#0e1116"
}

0 comments on commit 155d284

Please sign in to comment.