microsoft / theme-converter-for-vs

CLI tool that allows you to convert your VS Code color theme to a VS 2022 color theme.
MIT License
497 stars 52 forks source link

Always use colors from active title bar for VS title bar #115

Closed ketttY closed 2 years ago

ketttY commented 2 years ago

The command bar background used colors from active title bar so that it looks smooth with the title bar when VS has focus. However when using compact menu and search bar, the menu bar is on top of the title bar - when VS loses focus, the title bar uses inactive background but the command bar still uses active titlebar background color causing the issue described.

Solution: Always use active title bar colors for VS title bar. (VS still can use product icon and focus border to differentiate whether it has focus or not) Before (unfocused): image After (unfocused): image After (focused): image