Replies: 1 comment
|
Would definitely accept this as as PR |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Handy already ships a full light palette and a full dark palette — but it always follows the OS, with no way to override it.
I'd like to add a simple Appearance setting:
System(default, current behaviour),Light, orDark.Why I think this is worth it
To me this isn't really a "customization" request — it's the OS-standard behaviour that most apps already expose (Slack, VS Code, Discord, Notion, etc. all have it). My own case: my macOS is set to light, but I keep a lot of apps in dark because I prefer them that way, and I'd like Handy to be one of them.
How it's different from the accent-colour PRs (#1232, #551)
I know colour customization has been declined as brand identity. This is deliberately not that: it adds no new colours and changes nothing about the brand. It only lets you pick which of the two palettes @cjpais already designed is active — the same choice macOS itself offers under "Appearance".
Systemremains the default.Rough scope
themesetting (System/Light/Dark), defaulting toSystem.data-themeoverrides that beat the existingprefers-color-schememedia query.I have a working implementation ready to open as a PR. Happy to hear thoughts before it's considered. 🙏
All reactions