From 72c5685178941970001cafbaea8f452cd657cef4 Mon Sep 17 00:00:00 2001 From: amandaghassaei Date: Mon, 19 Sep 2016 15:40:19 -0400 Subject: [PATCH] color change --- js/plists/MaterialsPlist.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/plists/MaterialsPlist.js b/js/plists/MaterialsPlist.js index 2afd130..c40be9c 100644 --- a/js/plists/MaterialsPlist.js +++ b/js/plists/MaterialsPlist.js @@ -26,8 +26,8 @@ define([], function(){ em:{ insulating: { name: "Structural", - color: "#8a2be2", - altColor: "#8a2be2", + color: "#fcefb5", + altColor: "#fcefb5", properties:{ conductive: false, density: 3500,//kg/m^3 -- GitLab