Edit Mode: Make edit edges black by default

This is in order to have better contrast now that
the edges are half transparent if not
in edge selection.
This commit is contained in:
2019-04-19 19:39:44 +02:00
parent 3368df4ab6
commit bc8b884e53

View File

@@ -303,7 +303,7 @@ const bTheme U_theme_default = {
},
.grid = RGBA(0xa7a7a733),
.wire = RGBA(0x000000ff),
.wire_edit = RGBA(0x111111ff),
.wire_edit = RGBA(0x000000ff),
.select = RGBA(0xed5700ff),
.lamp = RGBA(0x00000028),
.speaker = RGBA(0x000000ff),