sh_linux_installation_scripts/.vscode/settings.json

25 lines
1019 B
JSON
Raw Normal View History

2021-02-28 09:43:12 +01:00
{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#ab307e",
"activityBar.activeBorder": "#25320e",
"activityBar.background": "#ab307e",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#25320e",
"activityBarBadge.foreground": "#e7e7e7",
"statusBar.background": "#832561",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#ab307e",
"titleBar.activeBackground": "#832561",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#83256199",
2021-10-04 10:49:34 +02:00
"titleBar.inactiveForeground": "#e7e7e799",
"editorGroup.border": "#ab307e",
"panel.border": "#ab307e",
"sash.hoverBorder": "#ab307e",
"sideBar.border": "#ab307e",
"statusBarItem.remoteBackground": "#832561",
"statusBarItem.remoteForeground": "#e7e7e7"
2021-02-28 09:43:12 +01:00
},
"peacock.color": "#832561",
2021-02-28 09:43:12 +01:00
}