Dart-code: Allow closing tag colour to be overriden

Created on 12 Aug 2017  路  2Comments  路  Source: Dart-Code/Dart-Code

in editor is enhancement

Most helpful comment

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.

All 2 comments

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

Was this page helpful?
0 / 5 - 0 ratings