Update to make random color more discrete

This commit is contained in:
Wu Cheng-Han 2016-07-30 11:31:29 +08:00
parent a8c12d0d21
commit f69a5361cb
2 changed files with 4 additions and 10 deletions

View file

@ -184,9 +184,7 @@ var supportExtraTags = [
text: '[random color tag]',
search: '[]',
command: function () {
var color = randomColor({
luminosity: 'light'
});
var color = randomColor();
return '[color=' + color + ']';
}
}