buchizo / ClaudiaIDE

This extension can change easily the background image of editor window in Visual Studio.
https://marketplace.visualstudio.com/items?itemName=kbuchi.ClaudiaIDE
626 stars 111 forks source link

Sticky scroll transparency is not applied in Xaml files #184

Closed xx790 closed 6 months ago

xx790 commented 6 months ago

Follow-up to #172

Sticky scroll is transparent for other files - as expected. Sticky scroll is not transparent for Xaml files:

image

buchizo commented 6 months ago

I fixed it by v3.1.33

xx790 commented 6 months ago

Hmm

This made it to lose the background color from the color theme:

image

Xaml and cs files will have the same background if I disable sticky scroll transparency.

If I had to choose - I would prefer inconsistency in sticky scroll transparency over inconsistency in overall background color.

buchizo commented 6 months ago

maybe fixed it.

xx790 commented 6 months ago

Thank you, the background color is fixed.

Curiously, split view works differently in xaml editor, resulting in two separate background images and visible separator:

image

I'm not very concerned about it though.