We use a theme colour named dart.closingLabels now. We try to detect if it's set and if not, fall back to tab.inactiveForeground.
"workbench.colorCustomizations": {
"dart.closingLabels": "#ff0000"
},
It feels kinda awkward though, so raised https://github.com/Microsoft/vscode/issues/32386 in the hope of getting a better way before shipping.
In Code 1.16 we should have this:
https://github.com/Microsoft/vscode/issues/14309#issuecomment-322196006
Most helpful comment
We use a theme colour named
dart.closingLabelsnow. We try to detect if it's set and if not, fall back totab.inactiveForeground.It feels kinda awkward though, so raised https://github.com/Microsoft/vscode/issues/32386 in the hope of getting a better way before shipping.