wesbos / cobalt2-vscode

Cobalt2 Theme for VS Code
MIT License
767 stars 251 forks source link

Rust: type and parameter name annotations are highlited #209

Open 2opremio opened 2 years ago

2opremio commented 2 years ago

When coding in Rust, the editor adds parameter names and annotations (i.e. types are inferred but the editor adds them to make the code more explicit). In Cobal2 those annotations are bright yellow, which is really distracting.

Screenshot 2022-09-14 at 22 34 20

For instance, the Dark+ theme greys it out (which makes it less aggressive and helps understand it's secondary information added by the editor):

Screenshot 2022-09-14 at 22 35 43

IntelliJ does an even better job (IMO) since it greys out the font, dimming out the annotations and making them even more subtle.

Screenshot 2022-09-14 at 22 37 42