mirror of
https://github.com/valitydev/control-center.git
synced 2024-11-06 02:25:17 +00:00
25 lines
998 B
JSON
25 lines
998 B
JSON
{
|
|
"workbench.colorCustomizations": {
|
|
"activityBar.activeBackground": "#ab307e",
|
|
"activityBar.activeBorder": "#25320e",
|
|
"activityBar.background": "#ab307e",
|
|
"activityBar.foreground": "#e7e7e7",
|
|
"activityBar.inactiveForeground": "#e7e7e799",
|
|
"activityBarBadge.background": "#25320e",
|
|
"activityBarBadge.foreground": "#e7e7e7",
|
|
"sash.hoverBorder": "#ab307e",
|
|
"statusBar.background": "#832561",
|
|
"statusBar.foreground": "#e7e7e7",
|
|
"statusBarItem.hoverBackground": "#ab307e",
|
|
"statusBarItem.remoteBackground": "#832561",
|
|
"statusBarItem.remoteForeground": "#e7e7e7",
|
|
"titleBar.activeBackground": "#832561",
|
|
"titleBar.activeForeground": "#e7e7e7",
|
|
"titleBar.inactiveBackground": "#83256199",
|
|
"titleBar.inactiveForeground": "#e7e7e799",
|
|
"commandCenter.border": "#e7e7e799"
|
|
},
|
|
"peacock.color": "#832561",
|
|
"tasksStatusbar.taskLabelFilter": "Start"
|
|
}
|