UI: Default theme tweaks to animation channels

This commit is contained in:
Pablo Vazquez 2018-07-04 15:39:26 +02:00
parent f03079eff0
commit a232b4926f
1 changed files with 11 additions and 11 deletions

View File

@ -410,7 +410,7 @@ const bTheme U_theme_default = {
.button_text_hi = RGBA(0xffffffff),
.list = RGBA(0x2e2e2eff),
.list_title = RGBA(0xffffffff),
.list_text = RGBA(0xccccccff),
.list_text = RGBA(0x000000ff),
.list_text_hi = RGBA(0xffffffff),
.panelcolors = {
.header = RGBA(0x424242cc),
@ -422,8 +422,8 @@ const bTheme U_theme_default = {
.shade1 = RGBA(0x96969600),
.shade2 = RGBA(0x2e2e2e64),
.grid = RGBA(0x1a1a1aff),
.group = RGBA(0x247f0dff),
.group_active = RGBA(0x46a431ff),
.group = RGBA(0x44992eff),
.group_active = RGBA(0x5ccd3eff),
.vertex_select = RGBA(0xff8500ff),
.cframe = RGBA(0x308837ff),
.lastsel_point = RGBA(0xffffffff),
@ -435,8 +435,8 @@ const bTheme U_theme_default = {
.handle_sel_vect = RGBA(0x40c030ff),
.handle_sel_align = RGBA(0xf090a0ff),
.handle_sel_auto_clamped = RGBA(0xf0af90ff),
.ds_channel = RGBA(0x26537fff),
.ds_subchannel = RGBA(0x6a90b2ff),
.ds_channel = RGBA(0x5a85b2ff),
.ds_subchannel = RGBA(0x7d98b3ff),
.vertex_size = 6,
.outline_width = 1,
.facedot_size = 4,
@ -497,7 +497,7 @@ const bTheme U_theme_default = {
.button_text_hi = RGBA(0xffffffff),
.list = RGBA(0x2e2e2eff),
.list_title = RGBA(0xd8d8d8ff),
.list_text = RGBA(0xffffffff),
.list_text = RGBA(0x000000ff),
.list_text_hi = RGBA(0xffffffff),
.panelcolors = {
.header = RGBA(0x424242cc),
@ -510,13 +510,13 @@ const bTheme U_theme_default = {
.shade2 = RGBA(0x70707064),
.hilite = RGBA(0x60c040ff),
.grid = RGBA(0x272727ff),
.group = RGBA(0x278c0eff),
.group_active = RGBA(0x4eb335ff),
.group = RGBA(0x44992eff),
.group_active = RGBA(0x5ccd3eff),
.strip = RGBA(0x1a151580),
.strip_select = RGBA(0xff8c00ff),
.cframe = RGBA(0x308837ff),
.ds_channel = RGBA(0x2e6399ff),
.ds_subchannel = RGBA(0x5a7996ff),
.ds_channel = RGBA(0x5a85b2ff),
.ds_subchannel = RGBA(0x7d98b3ff),
.keytype_keyframe = RGBA(0xe8e8e8ff),
.keytype_extreme = RGBA(0xe8b3ccff),
.keytype_breakdown = RGBA(0xb3dbe8ff),
@ -532,7 +532,7 @@ const bTheme U_theme_default = {
.facedot_size = 4,
.keyframe_scale_fac = 1.0f,
.handle_vertex_size = 4,
.anim_active = RGBA(0x66310066),
.anim_active = RGBA(0xa14d0066),
},
.tnla = {
.back = RGBA(0x35353500),