EditMeshMode: Reduce unselected face alpha

Lowering it to 0.071 so that wireframe mode is not so much
distracting.
This commit is contained in:
Clément Foucault
2019-05-27 12:40:41 +02:00
parent 554af9c689
commit 5241dd1daf

View File

@@ -322,7 +322,7 @@ const bTheme U_theme_default = {
.edge_facesel = RGBA(0x4b4b4bff),
.edge_crease = RGBA(0xcc0099ff),
.edge_bevel = RGBA(0x00a5ffff),
.face = RGBA(0xffffff21),
.face = RGBA(0xffffff12),
.face_select = RGBA(0xffc8526c),
.face_dot = RGBA(0xff8a00ff),
.extra_edge_len = RGBA(0x150806ff),