[Dropdown Menu] Select List Colours

Hello.
I’d like to know if there’s a way to set different colours for odd and even members of the selection list of a dropdown menu in a style class. much alike a table object. The blue item is the one the cursors is currently hanging on and I was able to achieve this behaviour with the “hover” element state.
If that’s not possible, can I achieve the same behaviour programmatically for each style class instance (even if I don’t like this tedious approach)? Should I write a property binding?

Bonus question: is there a way to modify the arrow style of the dropdown menu using a custom svg file?

dropdown

yes that could be changed the style (of alternating objects) with the right css by making a new theme.

You could also make your own dropdown ‘popup’ (with a flex repeater or something)
you can change the color of the style, but a custom svg would require you to make your own button