Theme: update shader node color to match socket color

Reviewed by Brecht

Ref T82689.
This commit is contained in:
Pablo Vazquez 2020-11-27 19:25:44 +01:00 committed by Jacques Lucke
parent 96e131f246
commit 8268b9827a
Notes: blender-bot 2023-02-14 08:07:50 +01:00
Referenced by issue #82689, Sockets Colors for int, boolean
2 changed files with 4 additions and 4 deletions

View File

@ -836,7 +836,7 @@ const bTheme U_theme_default = {
.nodeclass_filter = RGBA(0x584d80ff),
.nodeclass_vector = RGBA(0x9b80ffff),
.nodeclass_texture = RGBA(0xe68745ff),
.nodeclass_shader = RGBA(0x39c884ff),
.nodeclass_shader = RGBA(0xea7581ff),
.nodeclass_script = RGBA(0x084d4dff),
.nodeclass_pattern = RGBA(0x6c696fff),
.nodeclass_layout = RGBA(0x6c696fff),

View File

@ -954,12 +954,12 @@
distor_node="#749797"
noodle_curving="0"
grid_levels="2"
input_node="#ff6675"
output_node="#ff6675"
input_node="#cb3d4a"
output_node="#cb3d4a"
filter_node="#6c696f"
vector_node="#9999ff"
texture_node="#ffc399"
shader_node="#a7ff99"
shader_node="#ea7581"
script_node="#6c696f"
pattern_node="#6c696f"
layout_node="#6c696f"