StartMenu widget

Variables to customize StartMenu widget

$gbc-StartMenuWidget-color

Text color for StartMenu widget

Type: color

Default value: $theme-primary-background-color

Computed value: #1976d2

$gbc-StartMenuWidget-background-color

Background color for StartMenu widget

Type: color

Default value: $theme-secondary-background-color

Computed value: whitesmoke

$gbc-StartMenuGroupWidget-hover-color

Background color of Group when hovered (StartMenu widget)

Type: color

Default value: $theme-primary-faded-background-color

Computed value: #bbdefb

$gbc-StartMenuCommandWidget-hover-color

Background color of Command when hovered (StartMenu widget)

Type: color

Default value: $theme-primary-faded-background-color

Computed value: #bbdefb

$gbc-StartMenuCommandWidget-disabled-color

Background color of disabled Command (StartMenu widget)

Type: color

Default value: $theme-disabled-color

Computed value: rgba(33, 33, 33, 0.54)

$gbc-StartMenuSeparatorWidget-color

color of separator (StartMenu widget)

Type: color

Default value: $theme-separator-color

Computed value: #e0e0e0

$gbc-StartMenuWidget-maxWidth

Max width of StartMenu widget

Type: size

Default value: $300px

Computed value: 300px

$gbc-StartMenuWidget-doubleclick-trigger

Use Double-click to trigger a StartMenu Command

Type: boolean