binaryify
binaryify
@subzero911  Is that what you want?
both these are parameter 
you can set these in your setting.json to check the effect(need reload when first set) ``` "editor.semanticTokenColorCustomizations": { "rules": { "variable:dart":{ "foreground": "#D19A66" }, "property:dart":{ "foreground": "#D19A66" }, "annotation:dart":{ "foreground":...
I just update to use new dart sdk, and it look normal now, this might be what you want  
please check v3.10.10 and confirm if it work fine~ make sure you had this in your setting.json ```json "editor.semanticHighlighting.enabled": true, "dart.previewLsp": true, ```
I don't know why after I switch the dart sdk version some time, the highlight will change   or I need make the parameter become white again  you...
v3.10.11 should already fix this, you can check it now
@HadyMash you can add this in your setting.json and change the color ```json "editor.semanticTokenColorCustomizations": { "rules": { "variable:dart": { "foreground": "#E06C75" }, "property:dart": { "foreground": "#E06C75" }, "annotation:dart": { "foreground":...
no this plan
I think it might be vscode's issue, switch to other theme also show this problem