Skip to content

Commit

Permalink
Select color in edit mode with face select now grey instead of orange
Browse files Browse the repository at this point in the history
  • Loading branch information
Draise14 committed Dec 6, 2023
1 parent be87b71 commit 50fb8b7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
8 changes: 5 additions & 3 deletions release/datafiles/userdef/userdef_default_theme.c
Original file line number Diff line number Diff line change
Expand Up @@ -347,17 +347,19 @@ const bTheme U_theme_default = {
.transform = RGBA(0xffffffff),
.vertex = RGBA(0x000000ff),
.vertex_select = RGBA(0xff8500ff),
.vertex_active = RGBA(0xffffff00),
.vertex_bevel = RGBA(0x00a5ffff),
.edge = RGBA(0x000000ff),
.edge_select = RGBA(0xffa000ff),
.edge_mode_select = RGBA(0xffd80000),
.edge_select = RGBA(0xe69000ff),
.edge_mode_select = RGBA(0xff850000),
.edge_seam = RGBA(0xdb2512ff),
.edge_sharp = RGBA(0x00ffffff),
.edge_facesel = RGBA(0x4b4b4bff),
.edge_crease = RGBA(0xcc0099ff),
.edge_bevel = RGBA(0x00a5ffff),
.face = RGBA(0xffffff14),
.face_select = RGBA(0xff85003c),
.face_select = RGBA(0x5680c23c),
.face_mode_select = RGBA(0xff85003c),
.face_retopology = RGBA(0x50c8ff0f),
.face_back = RGBA(0xff0000b3),
.face_front = RGBA(0x0000ffb3),
Expand Down
10 changes: 5 additions & 5 deletions scripts/presets/interface_theme/Bforartists.xml
Original file line number Diff line number Diff line change
Expand Up @@ -369,21 +369,21 @@
speaker="#000000"
vertex="#000000"
vertex_select="#ff8500"
vertex_active="#000000"
vertex_active="#ffffff"
vertex_size="4"
vertex_bevel="#00a5ff"
vertex_unreferenced="#000000"
edge_select="#ffa000"
edge_mode_select="#ffd800"
edge_select="#e69000"
edge_mode_select="#ff8500"
edge_seam="#db2512"
edge_sharp="#00ffff"
edge_crease="#cc0099"
edge_bevel="#00a5ff"
edge_facesel="#4b4b4b"
freestyle_edge_mark="#7fff7f"
face="#ffffff14"
face_select="#ff85003c"
face_mode_select="#00000000"
face_select="#5680c23c"
face_mode_select="#ff85003c"
face_dot="#ff8500"
facedot_size="3"
freestyle_face_mark="#7fff7f33"
Expand Down
Binary file modified tools/utils/userpref.blend
Binary file not shown.

0 comments on commit 50fb8b7

Please sign in to comment.