mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 08:50:06 +02:00
Turn down saturation a bit Resolves #148
This commit is contained in:
parent
3b19e96333
commit
1908e533d0
2 changed files with 3 additions and 3 deletions
|
@ -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',
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue