UI: Blue color for selected row in Outliner.

Same hue as used in the rest of the Default theme. Darkened slightly the background and tweaked category icon colors for better contrast.
This commit is contained in:
Pablo Vazquez 2018-11-03 03:43:02 +01:00
parent 018d22fb7a
commit 2b6ae64257
1 changed files with 7 additions and 7 deletions

View File

@ -244,11 +244,11 @@ const bTheme U_theme_default = {
.gizmo_secondary = RGBA(0x63ffffff),
.gizmo_a = RGBA(0x4da84dff),
.gizmo_b = RGBA(0xa33535ff),
.icon_collection = RGBA(0xccccccff),
.icon_object = RGBA(0xcc986eff),
.icon_object_data = RGBA(0x98cc98ff),
.icon_modifier = RGBA(0x6e98ccff),
.icon_shading = RGBA(0xcc6e6eff),
.icon_collection = RGBA(0xe6e6e6ff),
.icon_object = RGBA(0xe49759ff),
.icon_object_data = RGBA(0x89e689ff),
.icon_modifier = RGBA(0x84b8ffff),
.icon_shading = RGBA(0xff6060ff),
},
.tbuts = {
.back = RGBA(0x42424200),
@ -717,7 +717,7 @@ const bTheme U_theme_default = {
.syntaxr = RGBA(0xc4753bff),
},
.toops = {
.back = RGBA(0x35353500),
.back = RGBA(0x28282800),
.title = RGBA(0xffffffff),
.text = RGBA(0xc3c3c3ff),
.text_hi = RGBA(0xffffffff),
@ -741,7 +741,7 @@ const bTheme U_theme_default = {
.outline_width = 1,
.facedot_size = 4,
.match = RGBA(0x337f334c),
.selected_highlight = RGBA(0x696e764c),
.selected_highlight = RGBA(0x314e784c),
},
.ttime = {
.vertex_size = 3,