From f7223d5f722ac430041a748248b45c8590c3ffad Mon Sep 17 00:00:00 2001 From: Erik Abrahamsson Date: Wed, 25 Nov 2020 16:37:33 -0500 Subject: UI: Allow theming the alternate row color in the sequencer Previously, the alternate row color in the Video Sequence Editor was just a shaded version of the editor's background color. This makes it theme-able just like in the file browser and outliner, although the default color is very slightly different. Differential Revision: https://developer.blender.org/D9634 --- source/blender/blenloader/intern/versioning_userdef.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/blenloader/intern/versioning_userdef.c') diff --git a/source/blender/blenloader/intern/versioning_userdef.c b/source/blender/blenloader/intern/versioning_userdef.c index 5aa0e46aa46..d9940cc809f 100644 --- a/source/blender/blenloader/intern/versioning_userdef.c +++ b/source/blender/blenloader/intern/versioning_userdef.c @@ -260,6 +260,7 @@ static void do_versions_theme(const UserDef *userdef, bTheme *btheme) for (int i = 0; i < COLLECTION_COLOR_TOT; ++i) { FROM_DEFAULT_V4_UCHAR(collection_color[i].color); } + FROM_DEFAULT_V4_UCHAR(space_sequencer.row_alternate); } #undef FROM_DEFAULT_V4_UCHAR -- cgit v1.2.3