I'm using VSC to create flutter apps and I find the end of widget comment too dominant (I use the quiet light theme). Is there any way to change the color of this comment to a lighter grey?
Dart-code has a special key dart.closingLabels to customize themed color.
Add the following snippet to settings.json :
"workbench.colorCustomizations": {
"[Default Dark+]": {
"dart.closingLabels": "#335566"
}
}
My theme is Dark+, use another color for yuor theme with key "[Quiet Light]".
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With