rainglow / vs

320+ color themes for Visual Studio.
https://rainglow.io
MIT License
206 stars 21 forks source link

Syntax highlighting not as complete as expected #3

Open HymanZHAN opened 6 years ago

HymanZHAN commented 6 years ago

So basically what I am looking for is a color theme that can also highlight class method and property. Screenshots to illustrate what I mean:

The solarized light theme where class methods and properties are highlighted in blue, for example, the userParams.UserId on line 38 and string.IsNullOrEmpty on line 40.

2018-09-14 14 32 17

The peacock(rainglow) theme, where properties and methods are not highlighted.

2018-09-14 14 36 53

I know it would be a huge project to update all the themes, but may I ask if there's any way to customize your themes to that highlighting behavior? I really like some of the rainglow themes and it would be great if I could make them highlight the way I want. Thank you!

Haleow2u commented 6 months ago

So basically what I am looking for is a color theme that can also highlight class method and property. Screenshots to illustrate what I mean:

The solarized light theme where class methods and properties are highlighted in blue, for example, the userParams.UserId on line 38 and string.IsNullOrEmpty on line 40.

2018-09-14 14 32 17

The peacock(rainglow) theme, where properties and methods are not highlighted.

2018-09-14 14 36 53

I know it would be a huge project to update all the themes, but may I ask if there's any way to customize your themes to that highlighting behavior? I really like some of the rainglow themes and it would be great if I could make them highlight the way I want. Thank you!