Let us choose the accent color for even/odd list element.

Issue #373 resolved
Romain Pechot created an issue

Right now the accent colors for list are, in my opinion, too close visually: 2018-07-31 12_25_39-.png

Even when zoomed in its kind of hard to tell:

2018-07-31 12_25_39- - Copy.png

It would be great to have an option to be able to choose those colors 😃

Comments (7)

  1. mSkull001

    If you really would like to change this, then you should be able to achieve this by changing the values of the list colour fields in the SirenixGUIStyles class. These fields are all marked with the readonly keyword, but you can still change their values through reflection.

    Not a perfect solution, but it could potentially be made to work.

  2. Adam Holland

    I too would like to be able change the colour of the lists. If i have a llist of enums, i would like each entry to be a different color.

  3. Tor Esa Vestergaard

    This feature has been added to the upcoming 3.0.6 patch, controllable both through the preferences and ListDrawerSettings.

  4. Log in to comment