microsoft / vscode

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

AccentColor on windows' border (Windows) #212435

Open luc0x61 opened 3 weeks ago

luc0x61 commented 3 weeks ago

Windows applications can have colored thin borders (useful to spot borders when using a dark theme). This can be found in the registry in HKEY_CURRENT_USER\Software\Microsoft\Windows\DWM as "AccentColor" and "AccentColorInactive".

Unfortunately, this isn't used by VS Code, which defaults to a very dark/dim border (with a dark theme), resulting in barely visible to my defective sight: could it be activated as a feature?

bpasero commented 3 weeks ago

//cc @aeschli

VSCodeTriageBot commented 3 weeks ago

This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

spartanatreyu commented 2 weeks ago

Since users can turn toggle "Show accent color on title bars and windows borders" in Window's Settings -> Personalization -> Colors page, and will likely already have the option set to what they prefer, it's probably worth honoring user's personalization wishes.