unique-window-colors
unique-window-colors copied to clipboard
"activityBar.foreground" in settings.json
Thanks for your great extension!
It would be nice if "activityBar.foreground" was also placed in settings.json, using the same "rules" as for ... "titleBar.activeForeground".
e.g.
"workbench.colorCustomizations": {
"activityBar.background": "#9dff00",
"activityBar.foreground": "#000000",
"titleBar.activeBackground": "#9dff00",
"titleBar.activeForeground": "#000000"
}