marcelwgn / IndentRainbow

Visual Studio extension for colorization of indent levels
https://marketplace.visualstudio.com/items?itemName=chingucoding.IndentRainbow
MIT License
32 stars 8 forks source link

Color Gradient Mode #18

Closed xeetsh closed 3 years ago

xeetsh commented 3 years ago

I've added a color gradient mode which renders the colors with a soft gradient instead of a hard edge after each color. I've added an option for this in the settings UI and updated the tests.

This is the final result in alternating highlighting mode: https://www.dropbox.com/s/zo8o0qvt99vzyk4/2020-11-15_17-48-32.png?dl=0

xeetsh commented 3 years ago

Thank you! I'm glad that you like the changes.

I'll make a few changes and post an updated version.

marcelwgn commented 3 years ago

Awesome, thank you!

marcelwgn commented 3 years ago

The new screenshots look great, thank you for providing them! Also feel free to raise the version to 1.1.0 as this is a new major feature for this extension.

xeetsh commented 3 years ago

Oh ok, this makes sense, thanks for pointing this out.

marcelwgn commented 3 years ago

Yeah, I'm not really proud of that class but it wasn't an issue when this started and works if you don't forget anything.

xeetsh commented 3 years ago

That should be it. Sorry for all the corrections that needed to be done, I'm pretty new to VS extension development.

marcelwgn commented 3 years ago

The updated version is also now available on the Visual Studio marketplace: https://marketplace.visualstudio.com/items?itemName=chingucoding.IndentRainbow

xeetsh commented 3 years ago

Nice, happy to see it live in the marketplace.