EditMeshMode: Reduce unselected face alpha
Lowering it to 0.071 so that wireframe mode is not so much distracting.
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user