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

Fix issue where general opacity didn't work on gradient colors #20

Closed marcelwgn closed 3 years ago

marcelwgn commented 3 years ago

It seems that LinearGradientBrush seems to ignore the opacity property (to a degree). Fix for this is to apply the opacity to the colors instead of setting it to the brushes.

Fixes #19