listbox theme

Started by roccio, 07 April 2017, 14:17:43

roccio

Hello, I wish to set the hover color in my theme file for the listbox:

ListBox {
    BackgroundColor : (255, 255, 255);
    TextColor : (10, 10, 10);
    SelectedBackgroundColor : (51, 153, 255);
    SelectedTextColor : (250, 250, 250);
    BorderColor : (200, 200, 200);
    Borders : (1, 1, 1, 1);
    Scrollbar : "Scrollbar";
}

This is my current source, how can I add the hover background and text color?

roccio

Just found  :) :)

HoverBackgroundColor : (51, 153, 255);
TextColorHover : (255,255,255);