stuartcrobinson/unique-window-colors

"activityBar.foreground" in settings.json

Opened this issue · 0 comments

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"
}