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

Add compatibility and integration to switch themes with Rectify11 theme features #817

Open
BenjiBenji69 opened this issue Feb 1, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@BenjiBenji69
Copy link

Currently auto dark mode works half way, Windows own dark mode triggered by auto dark mode that also switch Rectify11 themes (both of these are system wide dark mode) are currently conflicting which resulted in buggy dark mode transition. Since Rectify is mostly community run batch tools, its more appropriate if instead Auto Dark Mode implements feature to automate and detect on per app basis to switching themes (if existed inside the app) and integrate it in the app, kinda like MicaForEveryone process flag for each process or apps

Im considering creating a script inside the app to make that a possibility but its currently its too advanced for me and sometimes its on per app basis on how dark mode sometimes work when switching themes or not

image

@BenjiBenji69 BenjiBenji69 added the enhancement New feature or request label Feb 1, 2024
@kaem-e
Copy link

kaem-e commented Feb 4, 2024

+1 to this, it would be really handy

@Spiritreader
Copy link
Member

Spiritreader commented Feb 5, 2024

Hey!

At the moment I'm afraid this isn't possible.
ADM functions as a theme switcher that triggers CThemeManager, which is a windows-owned component which we don't have control over.

Basically we're instructing windows to apply a fixed theme and let Windows handle the rest.

I'm not entirely sure how rectify11 functions, but maybe this could be realized in a dfferent way?
If you can apply rectify11 options with shell commands, maybe you could use the adm script hook to change your windows back to how they were before.

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

No branches or pull requests

3 participants