Skip to content
This repository was archived by the owner on Jan 4, 2025. It is now read-only.

Latest commit

 

History

History
119 lines (108 loc) · 2.31 KB

File metadata and controls

119 lines (108 loc) · 2.31 KB

CustomRendering

Go back to the previous level

Description

Note:
Menu must have EnableCustomRendering set to 1 for the values on this page to be considered; otherwise, the values on this page will be ignored.

Related storage locations:

  • HKEY_CURRENT_USER\SOFTWARE\TranslucentFlyouts\Menu\DisabledHot
  • HKEY_CURRENT_USER\SOFTWARE\TranslucentFlyouts\Menu\Focusing
  • HKEY_CURRENT_USER\SOFTWARE\TranslucentFlyouts\Menu\Hot
  • HKEY_CURRENT_USER\SOFTWARE\TranslucentFlyouts\Menu\Separator

Values

Type: DWORD

Name Accepted Values Description
CornerRadius
Default Value: 8
Corner radius of menu items.
DarkMode_Color
DisabledHot Default Value: 0
Hot Default Value: 0x41808080
Separator Default Value: 0x30D9D9D9
Focusing Default Value: 0xFFFFFFFF
Color in dark mode (AARRGGBB) used for rendering borders or filling rectangles.
LightMode_Color
DisabledHot Default Value: 0
Hot Default Value: 0x30000000
Separator Default Value: 0x30262626
Focusing Default Value: 0xFF000000
Color in light mode (AARRGGBB) used for rendering borders or filling rectangles.
EnableThemeColorization
Default Value: 0
0: Disable
1: Enable
Use your current theme color to override values in LightMode_Color/DarkMode_Color.
Disabled
Default Value: 0
0: Enable
1: Disable
Disable custom rendering for this section after enabling it.

Reading Order

  1. HKEY_CURRENT_USER\SOFTWARE\TranslucentFlyouts\Menu\*
  2. HKEY_LOCAL_MACHINE\SOFTWARE\TranslucentFlyouts\Menu\*
  3. Use default values