UI: Fix hard to see unselected channel name in Graph Editor.

And unify colors with the Dope Sheet.
This commit is contained in:
Pablo Vazquez 2018-11-07 00:43:29 +01:00
parent 451ca8453b
commit 87a6aab251
1 changed files with 16 additions and 16 deletions

View File

@ -408,9 +408,9 @@ const bTheme U_theme_default = {
.button_title = RGBA(0xffffffff),
.button_text = RGBA(0xe5e5e5ff),
.button_text_hi = RGBA(0xffffffff),
.list = RGBA(0x2e2e2eff),
.list = RGBA(0x333333ff),
.list_title = RGBA(0xffffffff),
.list_text = RGBA(0x000000ff),
.list_text = RGBA(0xb8b8b8ff),
.list_text_hi = RGBA(0xffffffff),
.panelcolors = {
.header = RGBA(0x424242cc),
@ -418,10 +418,10 @@ const bTheme U_theme_default = {
.sub_back = RGBA(0x0000003e),
},
.shade1 = RGBA(0x96969600),
.shade2 = RGBA(0x2e2e2e64),
.shade2 = RGBA(0x33333364),
.grid = RGBA(0x2a2a2aff),
.group = RGBA(0x44992eff),
.group_active = RGBA(0x5ccd3eff),
.group = RGBA(0x16330fff),
.group_active = RGBA(0x368024ff),
.vertex = RGBA(0x000000ff),
.vertex_select = RGBA(0xff8500ff),
.cframe = RGBA(0x5680c2ff),
@ -434,8 +434,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(0x5a85b2ff),
.ds_subchannel = RGBA(0x7d98b3ff),
.ds_channel = RGBA(0x0f2c4dff),
.ds_subchannel = RGBA(0x143e66ff),
.vertex_size = 6,
.outline_width = 1,
.facedot_size = 4,
@ -493,9 +493,9 @@ const bTheme U_theme_default = {
.button_title = RGBA(0xffffffff),
.button_text = RGBA(0xe5e5e5ff),
.button_text_hi = RGBA(0xffffffff),
.list = RGBA(0x2e2e2eff),
.list_title = RGBA(0xd8d8d8ff),
.list_text = RGBA(0x000000ff),
.list = RGBA(0x333333ff),
.list_title = RGBA(0xffffffff),
.list_text = RGBA(0xb8b8b8ff),
.list_text_hi = RGBA(0xffffffff),
.panelcolors = {
.header = RGBA(0x424242cc),
@ -503,16 +503,16 @@ const bTheme U_theme_default = {
.sub_back = RGBA(0x0000003e),
},
.shade1 = RGBA(0xc0c0c000),
.shade2 = RGBA(0x7e7e7e10),
.shade2 = RGBA(0x333333ff),
.hilite = RGBA(0x60c04044),
.grid = RGBA(0x2a2a2aff),
.group = RGBA(0x3b8c2837),
.group_active = RGBA(0x439e2d55),
.group = RGBA(0x16330f37),
.group_active = RGBA(0x36802455),
.strip = RGBA(0x1a151580),
.strip_select = RGBA(0xff8c00cc),
.cframe = RGBA(0x5680c2ff),
.ds_channel = RGBA(0x547ca624),
.ds_subchannel = RGBA(0x748da624),
.ds_channel = RGBA(0x0f2c4d24),
.ds_subchannel = RGBA(0x143e6624),
.ds_ipoline = RGBA(0x94e575cc),
.keytype_keyframe = RGBA(0xe8e8e8ff),
.keytype_extreme = RGBA(0xe8b3ccff),
@ -531,7 +531,7 @@ const bTheme U_theme_default = {
.facedot_size = 4,
.keyframe_scale_fac = 1.0f,
.handle_vertex_size = 4,
.anim_active = RGBA(0xa14d0066),
.anim_active = RGBA(0x4d250066),
.anim_preview_range = RGBA(0xa14d0066),
},
.tnla = {