UI: Make selected track color in Movie Clip Editor themeable

Selected tracks in the Movie Clip Editor's Dope Sheet used hard-coded color.
Added a new theme property for them, and previously hard-coded color is now just a default.

Pull Request: https://projects.blender.org/blender/blender/pulls/144265
This commit is contained in:
Nika Kutsniashvili
2025-08-28 19:12:11 +02:00
committed by Nika Kutsniashvili
parent fa61e3b9b8
commit ea47231a7b
9 changed files with 24 additions and 8 deletions

View File

@@ -793,6 +793,7 @@ const bTheme U_theme_default = {
.path_keyframe_after = RGBA(0xc4c4ffff),
.gp_vertex_size = 1,
.metadatatext = RGBA(0xffffffff),
.track_selected = RGBA(0xe7f7e74d),
},
.space_topbar = {
.back = RGBA(0x18181800),