Skip to content

ozone10/Rainmeter-DarkContextMenu

Repository files navigation

Rainmeter-DarkContextMenu

Rainmeter Build status Build status Latest release Total downloads Licence

Rainmeter plugin that allows to use Windows 10 dark theme for every context menu in Rainmeter (not only skins but also Rainmeter program itself) and on skin tooltips.

Minimal requirements are Windows 10 build 10.0.17763, 1809 (October 2018 update), and enabled dark theme for apps.
Since Windows 10 build 10.0.18362, 1903 (May 2019 update) it is possible to use dark theme ignoring system wide theme for apps.
Windows 11 build 22000, first stable build allow to apply dark mode on skin, this can affect Window 11 transparency style. Windows 11 transparency (e.g. Mica) need to be enabled elsewhere (e.g. plugin TranslucentRM)

For more information, check the Rainmeter forum.

Check my other Rainmeter plugin TranslucentRM.





Options

  • DarkMode - Option to choose theme.

    • Value 0 - light theme, default value.
    • Value 1 - dark theme.
  • Force - Option to force theme.
    Require at least Windows 10 build 10.0.18362, 1903 (May 2019 update).

    • Value 0 - rely on system wide theme for apps, default value.
    • Value 1 - force to use selected theme.
  • Tooltips - Option to use theme on skin tooltips.

    • Value 0 - use theme on every Rainmeter context menu, default value.
    • Value 1 - use theme on skin tooltips, will ignore Force option.
  • Win11DM - Option to enable Windows 11 style dark mode support on skin.
    Require at least Windows 11 build 22000, first stable build.
    Currently only affect Windows 11 transparency style (Mica).

    • Value 0 - don't use Windows 11 style dark mode, default value.
    • Value 1 - allow to use Windows 11 style dark mode on current skin, will depend on DarkMode option.

Examples

  • Example 1: Always use dark theme.
[DarkMode]
Measure=Plugin
Plugin=DarkContextMenu
DarkMode=1
Force=1
  • Example 2: Use theme based on system wide theme for apps.
    Need to restart Rainmeter, if system wide theme for apps is changed.
[DarkMode]
Measure=Plugin
Plugin=DarkContextMenu
DarkMode=1
Force=0
  • Example 3: Use dark theme on current skin tooltips.
[DarkTooltips]
Measure=Plugin
Plugin=DarkContextMenu
DarkMode=1
Tooltips=1
  • Example 4: Use dark theme on current skin tooltips and allow to use Windows 11 style dark mode on current skin.
[DarkTooltips]
Measure=Plugin
Plugin=DarkContextMenu
DarkMode=1
Tooltips=1
Win11DM=1