github-workhours
Version:
Analyze GitHub commit patterns to determine after-hours activity
22 lines • 829 B
JSON
{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#3c9be5",
"activityBar.background": "#3c9be5",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#f7c7e2",
"activityBarBadge.foreground": "#15202b",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#3c9be5",
"statusBar.background": "#1c82d2",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#3c9be5",
"statusBarItem.remoteBackground": "#1c82d2",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#1c82d2",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#1c82d299",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#1c82d2"
}