unique-window-colors icon indicating copy to clipboard operation
unique-window-colors copied to clipboard

"activityBar.foreground" in settings.json

Open manuelgustavo opened this issue 1 year ago • 1 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"
}

manuelgustavo avatar Jun 13 '24 09:06 manuelgustavo