Skip to content

Commit 17ed4e7

Browse files
committed
[design] improve theme random pastel colours
1 parent 232bc35 commit 17ed4e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎js/theme.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ var theme = (function(){
3636
pastel: function(){
3737
return{
3838
h: randomVal(0,360),
39-
s: 100,
39+
s: 50,
4040
l: 80
4141
};
4242
},

0 commit comments

Comments
(0)