[design] improve theme random pastel colours

This commit is contained in:
Kuldeep M 2019-01-15 12:24:57 +00:00
parent 232bc35f40
commit 17ed4e7bd5
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ var theme = (function() {
pastel: function() {
return {
h: randomVal(0, 360),
s: 100,
s: 50,
l: 80
};
},