www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 081f6bc77d775d97fbbb2f456628c99072fcb27d
parent d0aaa7165ce74d0cb05b3b731d2ac97fe7877137
Author: Sean Takats <sean@takats.org>
Date:   Wed, 14 Feb 2018 13:59:37 +0100

New tag selector colors.

Diffstat:
Mchrome/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 @@ -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');