From 811f2873b0a493b9990f0fc10c8317b9458d08f5 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Mon, 4 Nov 2019 21:30:21 +1300 Subject: Adjust colours Colours taken from MCAD materials --- led-light.scad | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/led-light.scad b/led-light.scad index cc71ce7..0e06c3f 100644 --- a/led-light.scad +++ b/led-light.scad @@ -167,9 +167,9 @@ module heatsink_style_pins(d, h, bt) { /* diffuser */ diffuser(d=90, h=3, standoff_h=50, - diff_col=[0.8, 0.8, 0.8, 0.7], /* temporarily set opacity down */ - bolt_col=[0.6, 0.6, 0.6], - standoff_col=[0.6, 0.6, 0.3]); + diff_col=[0.95, 0.95, 0.95, 0.7], + bolt_col=[0.65, 0.67, 0.72], + standoff_col=[0.88, 0.78, 0.5]); } } -- cgit v1.1