I wanted to give the context menus my own style with css.
Context menu styles are determined by the OS, so unfortunately there's no way to style them. :confused: If you want to use a custom-styled context menu, you'd have to forgo the built-in Electron API for context menus and write your own.
Most helpful comment
Context menu styles are determined by the OS, so unfortunately there's no way to style them. :confused: If you want to use a custom-styled context menu, you'd have to forgo the built-in Electron API for context menus and write your own.