[design] improve theme random pastel colours
This commit is contained in:
parent
232bc35f40
commit
17ed4e7bd5
|
@ -36,7 +36,7 @@ var theme = (function() {
|
|||
pastel: function() {
|
||||
return {
|
||||
h: randomVal(0, 360),
|
||||
s: 100,
|
||||
s: 50,
|
||||
l: 80
|
||||
};
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue