X-Git-Url: https://nos-oignons.net/gitweb/website.git/blobdiff_plain/9196bf0d07203521a151dfde00bff2ec79cf8e72..49f397a7889fec192bffb5a615f555b32b48fdce:/assets/relays.js?ds=inline

diff --git a/assets/relays.js b/assets/relays.js
index e2dae66..768475b 100644
--- a/assets/relays.js
+++ b/assets/relays.js
@@ -1,4 +1,4 @@
-// Colors from https://github.com/mbostock/d3/wiki/Ordinal-Scales#category20
+// Colors from https://github.com/d3/d3-3.x-api-reference/blob/master/Ordinal-Scales.md
 var nos_oignons_relays = [
        { name: "marcuse1",
          fingerprint: "EFAE44728264982224445E96214C15F9075DEE1D",
@@ -18,6 +18,11 @@ var nos_oignons_relays = [
     }, { name: "AlGrothendieck",
          fingerprint: "8E6EDA78D8E3ABA88D877C3E37D6D4F0938C7B9F",
          color: "#d62728",
+    }, { name: "elenagb",
+         fingerprint: "F47B13BFCE4EF48CDEF6C4D7C7A99208EBB972B5",
+         color: "#ff9896",
+    }, { name: "mwittig",
+         fingerprint: "2AB6F7D59DF6153F4DB1DB6479C3422F5724C4BA",
+         color: "#d9edf7",
     },
-}
 ];