It is currently April 25th, 2024, 4:00 pm

[Request] Dark Mode

Report bugs with the Rainmeter application and suggest features.
oZone
Posts: 154
Joined: May 14th, 2018, 4:46 pm

[Request] Dark Mode

Post by oZone »

Windows 10’s October 2018 Update added dark theme.
It is possible to make rainmeter able to use dark color scheme for context menu.
oZone
Posts: 154
Joined: May 14th, 2018, 4:46 pm

Re: [Request] Dark Mode

Post by oZone »

You do not have the required permissions to view the files attached to this post.
User avatar
Brian
Developer
Posts: 2681
Joined: November 24th, 2011, 1:42 am
Location: Utah

Re: [Request] Dark Mode

Post by Brian »

We don't plan on using undocumented OS features. Microsoft could change the functions at any time, and we aren't going to chase all the changes each and every time they are made.

If they expose and properly document these functions, then we may look into them.

-Brian
oZone
Posts: 154
Joined: May 14th, 2018, 4:46 pm

Re: [Request] Dark Mode

Post by oZone »

Ok makes sense
if someone want to try dark mode. I made this plugin.

Only last loaded measure will be used.

"DarkMode=1" will enable dark mode for every context menu in rainmeter (not only skins but also rainmeter program itself).

"DarkMode=0" and unloading skin with DarkContextMenu measure will disable dark mode.

Example how to use plugin.

Code: Select all

[DarkMode]
Measure=Plugin
Plugin=DarkContextMenu
DarkMode=1
Take a note that this is an unofficial and undocumented method of using dark theme and with future Windows 10 version this plugin might stop working correctly. You are using this plugin on your own risk and I am not responsible for issues this plugin may cause.

You have been warned!

And another important note, I am not programmer and this my first coding in c++, so there may be some issues.

Minimal requirement is Windows 10 build 10.0.17763 (update 1809).

For earlier Windows version it should be safe, as plugin should do nothing.

Plugin moved here https://forum.rainmeter.net/viewtopic.php?f=128&t=33028
Last edited by oZone on August 23rd, 2019, 11:42 am, edited 3 times in total.
User avatar
eclectic-tech
Rainmeter Sage
Posts: 5406
Joined: April 12th, 2012, 9:40 pm
Location: Cedar Point, Ohio, USA

Re: [Request] Dark Mode

Post by eclectic-tech »

I like it... Nicely done! 8-)