BEMENU_BACKEND=wayland

## define the font for dmenu to be used
BEMENU_FN="monospace 10"

## textcolour for title
BEMENU_TF="#d8dee9"

## background colour for unselected menu-items
BEMENU_NB="#232328"

## textcolour for unselected menu-items
BEMENU_NF="#faf6e5"

## background colour for highlighted menu-items
BEMENU_HB="#7fac96"

## textcolour for highlighted menu-items
BEMENU_HF="#151517"

## command for the terminal application to be used:
TERMINAL_CMD="terminal -e"

BEMENU_MONITOR="-2"