Fix T66166: NLA invisible source list selection

This commit is contained in:
William Reynish 2019-06-27 18:22:34 +02:00
parent 7ee5ea7751
commit 1cd11c9d75
Notes: blender-bot 2023-02-14 02:05:07 +01:00
Referenced by issue #66166, blender fails to change NLAtrack text color(using stocked theme)
1 changed files with 1 additions and 1 deletions

View File

@ -558,7 +558,7 @@ const bTheme U_theme_default = {
.list = RGBA(0x282828ff),
.list_title = RGBA(0xffffffff),
.list_text = RGBA(0xb8b8b8ff),
.list_text_hi = RGBA(0xccccccff),
.list_text_hi = RGBA(0xffffffff),
.panelcolors = {
.header = RGBA(0x424242cc),
.back = RGBA(0x333333b3),