-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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: Settings #205
Comments
Are you asking for this in FZ, WKSG, settings or something else? Thanks |
Because it's a web app inside Electron (or something similar), querying |
It should respect the users setting of Light or Dark Mode |
The only UI is the settings, so i mean settings. |
With CSS Variables and the media query, that shouldn't be a problem to implement |
Simple theme creation should be standard across all these apps with ability to edit colors using HUE/RGB/HTML and saving theme to a file, with a simple location or double click to use. I propose for promotion purposes that MS would do well to officially make a Dracula theme in Power Toys to stand out. |
Yay! Dark theme for Settings with version 0.12.0.0. Now, if only there was a dark theme for the Fancy Zones UI... |
@lucknaumann |
We are working on it, it was reported in #732 |
Small interactive elements are supposed to have a desaturated accent in dark theme so that's fine |
We'll be be fixed with settings v2 since we'll be directly utilizing brushes from the OS |
It's not fully supported in 0.18 https://github.com/microsoft/PowerToys/releases |
WASDK including WebView2 was a mistake. Supersedes #200 I also had to: * Manually restore the WebView2 package into `/packages`. I'm assuming this was just VS being dumb and most people won't have to? * `git clean -fdx -e *.user -e *.cmd -e packages/** -e Appx/** -e *.svg` * I did it this way because MAYBE i had a couple WIP extensions that I didn't want to nuke, and one .svg file in particular that I yanked from espn.com that I didn't want to nuke
Summary of the new feature/enhancement
Add the system theme mode.
Proposed technical implementation details (optional)
Loads the windows ui theme mode.
The text was updated successfully, but these errors were encountered: