Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDalai Felinto <dalai@blender.org>2021-09-27 16:37:07 +0300
committerDalai Felinto <dalai@blender.org>2021-09-27 17:09:40 +0300
commit4a0ddeb62bb4a438dfa9cedc7ea5a528531eaaee (patch)
tree59d56eea95e27b1b81062dd316ad6c2c7db73c0e /release
parent3d2ce25afd7e8ed823277f34f370fb1fb49a739e (diff)
Nodes: Change wire color to increase contrast
If the theme used by the user did not touch the wire or the wire outline colors this will update them as well. This was supposed to be a part of a bigger UI theme change for 3.0. But it was expedited because of the recent change in line thickness for the noodles (2bd02052157). Theme change by Pablo Vazquez. Differential Revision: https://developer.blender.org/D12649
Diffstat (limited to 'release')
-rw-r--r--release/datafiles/userdef/userdef_default_theme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/datafiles/userdef/userdef_default_theme.c b/release/datafiles/userdef/userdef_default_theme.c
index 85532d01d5c..05c5a625215 100644
--- a/release/datafiles/userdef/userdef_default_theme.c
+++ b/release/datafiles/userdef/userdef_default_theme.c
@@ -817,7 +817,7 @@ const bTheme U_theme_default = {
},
.shade2 = RGBA(0x7f707064),
.grid = RGBA(0x23232300),
- .wire = RGBA(0x808080ff),
+ .wire = RGBA(0x232323ff),
.select = RGBA(0xed5700ff),
.active = RGBA(0xffffffff),
.edge_select = RGBA(0xffffffff),