Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dark Mode has white titlebar #22

Open
Drexl opened this issue Nov 13, 2019 · 5 comments
Open

Dark Mode has white titlebar #22

Drexl opened this issue Nov 13, 2019 · 5 comments

Comments

@Drexl
Copy link

Drexl commented Nov 13, 2019

Setting the program to Dark Mode looks great, except that the title-bar is bright white while inactive. For me it's dark when active. Setting it so that the color doesn't change and remains dark would be nice.

@MellowPhi
Copy link

@Drexl one way you could go around this is to go to
'Windows Settings > Personalization > Colors' and scroll down to 'Show accent color on the following surfaces' and tick 'Title bars and windows borders'

You would have to be using a dark windows accent color tho.

@Drexl
Copy link
Author

Drexl commented Aug 12, 2020

@MellowPhi that setting is already on. It doesn't appear to take effect with this application.

@MellowPhi
Copy link

@Drexl does any other application have this issue or just this?

@Drexl
Copy link
Author

Drexl commented Aug 14, 2020

This is the only application I've noticed it on. I regularly keep Discord, Telegram, Slack, a browser or two, and this open. I'm pretty sure all those apps manage their title bars differently though.

@Drexl
Copy link
Author

Drexl commented Aug 14, 2020

I don't have enough experience with this sort of thing to really know, so I'm largely speaking from ignorance here, but this is basically a web-wrapper right? The wrapped content probably passes no instructions to whatever manages the title-bar, so Android Message's dark mode has no effect. Furthermore, I'm guessing default methods for drawing windows in Windows 10 or whatever API controls it doesn't respect the Windows dark-mode or accent-color settings by default. If it were me, I couldn't be bothered to figure out how to code support for that, but "me" only has enough programming experience to get himself in trouble, and make ignorant statements like this one. Hopefully whoever maintains this can figure it out, or identify an obvious PEBKAC I've failed to notice (because that's ALWAYS a possibility) :D.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants