Fix: Theme colors for datablock channels were missing for the NLA in the new default theme

This commit is contained in:
2018-08-20 18:26:46 +12:00
parent 6f2735b2bf
commit 3ef1aeb15e

View File

@@ -553,6 +553,8 @@ const bTheme U_theme_default = {
.strip = RGBA(0x0c0a0a80),
.strip_select = RGBA(0xff8c00ff),
.cframe = RGBA(0x5680c2ff),
.ds_channel = RGBA(0x5a85b2ff),
.ds_subchannel = RGBA(0x7d98b3ff),
.keyborder = RGBA(0x000000ff),
.keyborder_select = RGBA(0x000000ff),
.vertex_size = 3,