summaryrefslogtreecommitdiff
path: root/led-light.scad
diff options
context:
space:
mode:
Diffstat (limited to 'led-light.scad')
-rw-r--r--led-light.scad6
1 files 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]);
}
}