| --background | Background of the menu button | 
| --background-focused | Background of the menu button when focused with the tab key | 
| --background-focused-opacity | Opacity of the menu button background when focused with the tab key | 
| --background-hover | Background of the menu button on hover | 
| --background-hover-opacity | Opacity of the background on hover | 
| --border-radius | Border radius of the menu button | 
| --color | Color of the menu button | 
| --color-focused | Color of the menu button when focused with the tab key | 
| --color-hover | Color of the menu button on hover | 
| --padding-bottom | Bottom padding of the button | 
| --padding-end | Right padding if direction is left-to-right, and left padding if direction is right-to-left of the button | 
| --padding-start | Left padding if direction is left-to-right, and right padding if direction is right-to-left of the button | 
| --padding-top | Top padding of the button |