From 081f6bc77d775d97fbbb2f456628c99072fcb27d Mon Sep 17 00:00:00 2001 From: Sean Takats Date: Wed, 14 Feb 2018 13:59:37 +0100 Subject: [PATCH] New tag selector colors. --- chrome/content/zotero/tagColorChooser.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chrome/content/zotero/tagColorChooser.js b/chrome/content/zotero/tagColorChooser.js index 842469b1a..42b46849e 100644 --- a/chrome/content/zotero/tagColorChooser.js +++ b/chrome/content/zotero/tagColorChooser.js @@ -52,9 +52,9 @@ var Zotero_Tag_Color_Chooser = new function() { colorPicker.setAttribute('tileWidth', 24); colorPicker.setAttribute('tileHeight', 24); colorPicker.colors = [ - '#990000', '#CC9933', '#FF9900', - '#FFCC00', '#007439', '#1049A9', - '#9999FF', '#CC66CC', '#993399' + '#FF6666', '#FF8C19', '#999999', + '#5FB236', '#009980', '#2EA8E5', + '#576DD9', '#A28AE5', '#A6507B' ]; var maxTags = document.getElementById('max-tags');