Theme: use black for object wire

Would too easily loose contrast with shaded objects.

See: T55673
This commit is contained in:
Campbell Barton 2018-07-02 17:08:25 +02:00
parent adc8569deb
commit 778b272552
1 changed files with 4 additions and 5 deletions

View File

@ -299,14 +299,13 @@ const bTheme U_theme_default = {
.show_grad = 1,
},
.grid = RGBA(0x1f1f23ff),
.view_overlay = RGBA(0x80808000),
.wire = RGBA(0x000000ff),
.wire_edit = RGBA(0x111111ff),
.select = RGBA(0xed5700ff),
.lamp = RGBA(0x9f986e33),
.speaker = RGBA(0xb6b6b6ff),
.empty = RGBA(0xb6b6b6ff),
.camera = RGBA(0xd9d9d9ff),
.lamp = RGBA(0x000000ff),
.speaker = RGBA(0x000000ff),
.empty = RGBA(0x000000ff),
.camera = RGBA(0x000000ff),
.active = RGBA(0xffa028ff),
.transform = RGBA(0xffffffff),
.vertex = RGBA(0x000000ff),