LionyxML / auto-dark-emacs

Auto-Dark-Emacs is an auto changer between 2 themes, dark/light, following MacOS, Linux or Windows Dark Mode settings
GNU General Public License v2.0
140 stars 34 forks source link

[Feature] Check dark-mode on Windows 10+ #16

Closed seagle0128 closed 1 year ago

seagle0128 commented 1 year ago

Hi, Thanks for this great package!

I'am using both macOS and Windows to develop. This package is designed for macOS if I am right. For Windows 10+, we can use Powershell to check the staus as well, like this:

Get-ItemPropertyValue HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize -Name AppsUseLightTheme

So I think this package is also able to support Windows. Thought?

seagle0128 commented 1 year ago

I created a PR for this.