microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
162.6k stars 28.66k forks source link

Linux: Make the title & menu bar color match the current vscode theme #202275

Closed Crestanzio closed 7 months ago

Crestanzio commented 8 months ago

Does this issue occur when all extensions are disabled?: Yes

The title & menu bar is not matching the color theme, i want to make it blue like my theme is but i can't find any way. https://i.imgur.com/9k7Iv2z.png

bpasero commented 8 months ago

It will be fine if you configure window.titleBarStyle setting to custom

Crestanzio commented 8 months ago

But that give me a "Windows" style title bar and i don't like it. I want to keep the Linux style title bar.

deepak1556 commented 7 months ago

This is a limitation of native title bar support from the runtime, if we get window controls overlay support for linux then we can improve the situation for custom titlebar controls which is tracked in https://github.com/microsoft/vscode/issues/176467.