Wumpf / VSSolutionColor

Visual Studio extension to change title bar color depending on the current solution
41 stars 18 forks source link

Add support for embedded main menu coloring in VS2019 #17

Closed jasperboot closed 5 years ago

jasperboot commented 5 years ago

This fixes the style issue in #16 or at least the bulk of it.

This will recolor the main menu by making the background of the menu bar itself transparent and recoloring the text in the same way as the former title bar was done (i.e. using either black or white depending on luminesce).

This PR will not change the search box, so it will still use the colors as set by the theme.

Examples

Example with darker solution color selected: image

Example with brighter solution color selected: image

jasperboot commented 5 years ago

Another small thing, please bump the version number in source.extension.vsixmanifest to 1.6.0

I've now bumped the version number as requested.

jasperboot commented 5 years ago

I think this should be it for now. In the future I'll open a separate PR to also fix the black/white coloring of the 'system menu' (VS icon on the left of the title bar) and the window control buttons (on the right of the title bar)

image

image

jasperboot commented 5 years ago

Do you want me to change additional things @Wumpf or is this PR good to go?

Wumpf commented 5 years ago

Sorry for the delay. Thanks again for the fix, I've uploaded it to the VS marketplace