oleg-shilo / PyMap.VSIX

CodeMap extension for Visual Studio 2017-2022
18 stars 3 forks source link

"Marked crosswalk" on high contrast monitors #20

Open vsopko opened 4 months ago

vsopko commented 4 months ago

Isn't it better to remove list nodes default background (make it transparent)? It looks inconsistently with studio UI. https://github.com/oleg-shilo/PyMap.VSIX/blob/37e4907d3fa0c927192e370eb329922a2a8e27d3/PyMap/Global.cs#L429 static SolidColorBrush NoBookmark = new SolidColorBrush(Color.FromArgb(1, 255, 255, 255)); static SolidColorBrush NoBookmark = new SolidColorBrush(Color.FromArgb(0, 255, 255, 255));