mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 15:35:56 +03:00
[GH-ISSUE #153] Title bar remains white in dark theme #109
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#109
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rashil2000 on GitHub (Aug 28, 2021).
Original GitHub issue: https://github.com/jpochyla/psst/issues/153
This does not look very nice. It should ideally be dark in dark theme (or follow whatever theme OS is in). See the explorer at the right for example.
@amonforstmann commented on GitHub (Sep 8, 2021):
You have to fix that one in the Windows registry yourself.
Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\DWM
Add a 32-bit DWORD with the following name: AccentColorInactive
You can then copy over your current AccentColor value
@rashil2000 commented on GitHub (Sep 9, 2021):
That's not the same thing. I'm not asking for Psst to follow the accent color - it already follows that if you enable this Windows setting:
I'm saying that it should have a darker titlebar in dark theme, regardless of this setting. This is purely something that the apps control, Windows does not interfere in this.
But yes, after opening the issue I realized this is something that should be fixed in Druid upstream.