kai-oswald / NightOwl-VS-Theme

Night Owl Theme for Visual Studio 2019
https://marketplace.visualstudio.com/items?itemName=kaos.nightowl
25 stars 8 forks source link

Weird look of XAML structure guide lines #19

Closed mohafifi closed 4 years ago

mohafifi commented 4 years ago

This theme is very nice but I am facing a problem. Structure guide lines of C# code editor looks great like this: image

While Structure guide lines in WPF XAML documents have a weird look!

image

Does any one know why? Or how to fix from the theme editor?

Thanks & regards M.Afifi

kai-oswald commented 4 years ago

Hey,

thank you for reporting this issue. It was caused by multiple layers of the same background which were then somehow overlapped on the structure guidelines. Removing the background colors on XAML-Files should fix this: 1b9c1ec3c4d5d86c06395016aeb2aab41f3cf191 Fixed with v0.1.10.

mohafifi commented 4 years ago

Thanks a million. It has been fixed. Regards M.Afifi