PizzaNotPizza / .vscode /settings.json
=
Fixed
c2fc618
raw
history blame
658 Bytes
{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#4f6f14",
"activityBar.background": "#4f6f14",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#0f3a51",
"activityBarBadge.foreground": "#e7e7e7",
"sash.hoverBorder": "#4f6f14",
"statusBar.background": "#30440c",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#4f6f14",
"statusBarItem.remoteBackground": "#30440c",
"statusBarItem.remoteForeground": "#e7e7e7"
},
"peacock.color": "#30440c"
}