Skip to content

Commit

Permalink
peacock color
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Dec 4, 2024
1 parent a76917b commit 5d6e068
Showing 1 changed file with 19 additions and 18 deletions.
37 changes: 19 additions & 18 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,22 +118,23 @@
}
},
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#443c00",
"activityBar.background": "#443c00",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#008071",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#443c00",
"statusBar.background": "#110f00",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#443c00",
"statusBarItem.remoteBackground": "#110f00",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#110f00",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#110f0099",
"titleBar.inactiveForeground": "#e7e7e799"
}
"activityBar.activeBackground": "#fbed80",
"activityBar.background": "#fbed80",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#06b9a5",
"activityBarBadge.foreground": "#15202b",
"commandCenter.border": "#15202b99",
"sash.hoverBorder": "#fbed80",
"statusBar.background": "#f9e64f",
"statusBar.foreground": "#15202b",
"statusBarItem.hoverBackground": "#f7df1e",
"statusBarItem.remoteBackground": "#f9e64f",
"statusBarItem.remoteForeground": "#15202b",
"titleBar.activeBackground": "#f9e64f",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveBackground": "#f9e64f99",
"titleBar.inactiveForeground": "#15202b99"
},
"peacock.color": "#f9e64f"
}

0 comments on commit 5d6e068

Please sign in to comment.