From f69a5361cbbc81a78a7b6a6a623dea0700f84d44 Mon Sep 17 00:00:00 2001 From: Wu Cheng-Han Date: Sat, 30 Jul 2016 11:31:29 +0800 Subject: Update to make random color more discrete --- public/js/index.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'public/js/index.js') 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 + ']'; } } -- cgit v1.2.3