Turn down saturation a bit Resolves #148

This commit is contained in:
Peter Cottle 2013-12-08 10:52:00 -08:00
parent 3b19e96333
commit 1908e533d0
2 changed files with 3 additions and 3 deletions

View file

@ -25,7 +25,7 @@ var GRAPHICS = {
defaultEasing: 'easeInOut',
defaultAnimationTime: 400,
rectFill: 'hsb(0.8816909813322127,0.7,1)',
rectFill: 'hsb(0.8816909813322127,0.6,1)',
headRectFill: '#2831FF',
rectStroke: '#FFF',
rectStrokeWidth: '3',
@ -42,7 +42,7 @@ var GRAPHICS = {
visBranchStrokeWidth: 2,
visBranchStrokeColorNone: '#333',
defaultNodeFill: 'hsba(0.5,0.8,0.7,1)',
defaultNodeFill: 'hsba(0.5,0.6,0.7,1)',
defaultNodeStrokeWidth: 2,
defaultNodeStroke: '#FFF',