Assuming that you're using the ItemRenderer class (which is the default for ListView), the selection color is rendered by the background skin of the item renderer. The default theme uses a RectangleSkin and sets the selectedFill property to customize the fill that is drawn when the item renderer is selected.