]> nos-oignons.net Git - website.git/blobdiff - assets/relays.js
Mise à jour traduction
[website.git] / assets / relays.js
index 05bbda846df8f998a20bd59a93e6d06f3d53dec9..43ea94a9586103ea3b8b31f3c58b7f9706f2e1a9 100644 (file)
@@ -1,13 +1,34 @@
+// Colors from https://github.com/d3/d3-3.x-api-reference/blob/master/Ordinal-Scales.md
 var nos_oignons_relays = [
        { name: "marcuse1",
          fingerprint: "EFAE44728264982224445E96214C15F9075DEE1D",
-    }, { name: "ekumen",
-         fingerprint: "9BA84E8C90083676F86C7427C8D105925F13716C",
+         color: "#1f77b4",
     }, { name: "marcuse2",
          fingerprint: "C656B41AEFB40A141967EBF49D6E69603C9B4A11",
+         color: "#aec7e8",
+    }, { name: "ekumen",
+         fingerprint: "9BA84E8C90083676F86C7427C8D105925F13716C",
+         color: "#ff7f0e",
     }, { name: "marylou1",
          fingerprint: "578E007E5E4535FBFEF7758D8587B07B4C8C5D06",
+         color: "#2ca02c",
     }, { name: "marylou2",
          fingerprint: "90FD830C357A5109AB3C505287713F1AC811174C",
+         color: "#98df8a",
+    }, { name: "AlGrothendieck",
+         fingerprint: "8E6EDA78D8E3ABA88D877C3E37D6D4F0938C7B9F",
+         color: "#d62728",
+    }, { name: "elenagb",
+         fingerprint: "F47B13BFCE4EF48CDEF6C4D7C7A99208EBB972B5",
+         color: "#ff9896",
+    }, { name: "mwittig",
+         fingerprint: "2AB6F7D59DF6153F4DB1DB6479C3422F5724C4BA",
+         color: "#d9edf7",
+    }, { name: "arecoque1",
+         fingerprint: "CD1FD2C1F330A3293DA6068E6A23866D063D6DCB",
+         color: "#57075F",
+    }, { name: "arecoque2",
+         fingerprint: "42E817BE07AB39CA3BD7A442AF08E007FF2E3F5B",
+         color: "#FF1493",
     },
-  ];
+];