Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Change flutter end of widget comment colour

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?

like image 737
Arnold Rimmer Avatar asked Oct 14 '25 17:10

Arnold Rimmer


1 Answers

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]".

like image 127
Spatz Avatar answered Oct 17 '25 07:10

Spatz



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!