Property Search: Add "search match" theme color

We will use a highlight on panel headers to convey that they have
a search match, so this commit initializes the theme color for the
properties editor.

Differential Revision: https://developer.blender.org/D8854
This commit is contained in:
2020-09-15 10:34:38 -05:00
parent 6b29c3fa07
commit f59ce4d55c
4 changed files with 12 additions and 2 deletions

View File

@@ -236,6 +236,8 @@ static void do_versions_theme(const UserDef *userdef, bTheme *btheme)
*/
{
/* Keep this block, even when empty. */
FROM_DEFAULT_V4_UCHAR(space_properties.match);
}
#undef FROM_DEFAULT_V4_UCHAR