summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorWu Cheng-Han2016-07-30 11:31:29 +0800
committerWu Cheng-Han2016-07-30 11:31:29 +0800
commitf69a5361cbbc81a78a7b6a6a623dea0700f84d44 (patch)
tree9df2e5042ef2f8dbe7783ac5971bf82ad95196ee /public
parenta8c12d0d216276015d5bc57f17cf7306191fd125 (diff)
Update to make random color more discrete
Diffstat (limited to 'public')
-rw-r--r--public/js/index.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/public/js/index.js b/public/js/index.js
index 67ef45b3..919626c2 100644
--- a/public/js/index.js
+++ b/public/js/index.js
@@ -184,9 +184,7 @@ var supportExtraTags = [
text: '[random color tag]',
search: '[]',
command: function () {
- var color = randomColor({
- luminosity: 'light'
- });
+ var color = randomColor();
return '[color=' + color + ']';
}
}