]> nos-oignons.net Git - website.git/blob - assets/relays.js
Use Viridis to create a nicer color scale
[website.git] / assets / relays.js
1 // Colors are coming from Viridis: https://sjmgarnier.github.io/viridisLite/reference/viridis.html
2 //
3 // We output 32 colors so we can have a similar color for instances on the same relay.
4 // > viridis(32)
5 //  [1] "#440154FF" "#470D60FF" "#48196BFF" "#482475FF"
6 //  [5] "#472E7CFF" "#453882FF" "#424186FF" "#3E4B8AFF"
7 //  [9] "#3A548CFF" "#365D8DFF" "#32658EFF" "#2E6D8EFF"
8 // [13] "#2B758EFF" "#287D8EFF" "#25848EFF" "#228C8DFF"
9 // [17] "#1F948CFF" "#1E9C89FF" "#20A386FF" "#25AB82FF"
10 // [18] "#2EB37CFF" "#3ABA76FF" "#48C16EFF" "#58C765FF"
11 // [25] "#6ACD5BFF" "#7ED34FFF" "#93D741FF" "#A8DB34FF"
12 // [29] "#BEDF26FF" "#D4E21AFF" "#E9E51AFF" "#FDE725FF"
13 var nos_oignons_relays = [
14        { name: "marcuse1",
15          fingerprint: "EFAE44728264982224445E96214C15F9075DEE1D",
16          color: "#440154",
17     }, { name: "marcuse2",
18          fingerprint: "C656B41AEFB40A141967EBF49D6E69603C9B4A11",
19          color: "#470D60",
20     }, { name: "ekumen",
21          fingerprint: "9BA84E8C90083676F86C7427C8D105925F13716C",
22          color: "#472E7C",
23     }, { name: "marylou1",
24          fingerprint: "578E007E5E4535FBFEF7758D8587B07B4C8C5D06",
25          color: "#3A548C",
26     }, { name: "marylou2",
27          fingerprint: "90FD830C357A5109AB3C505287713F1AC811174C",
28          color: "#365D8D",
29     }, { name: "marylou3",
30          fingerprint: "91B7A9659CDB5ACF0DEB46DAA82C122C39CC4ADF",
31          color: "#32658E",
32     }, { name: "marylou4",
33          fingerprint: "4F0C498701A41F4D9CA677EA763FD8CA45348E97",
34          color: "#2E6D8E",
35     }, { name: "AlGrothendieck",
36          fingerprint: "8E6EDA78D8E3ABA88D877C3E37D6D4F0938C7B9F",
37          color: "#2B758E",
38     }, { name: "elenagb",
39          fingerprint: "F47B13BFCE4EF48CDEF6C4D7C7A99208EBB972B5",
40          color: "#2B758E",
41     }, { name: "mwittig",
42          fingerprint: "B580111855B9C452EB224CA7932B626E28D3C2EA",
43          color: "#2EB37C",
44     }, { name: "arecoque1",
45          fingerprint: "CD1FD2C1F330A3293DA6068E6A23866D063D6DCB",
46          color: "#6ACD5B",
47     }, { name: "arecoque2",
48          fingerprint: "42E817BE07AB39CA3BD7A442AF08E007FF2E3F5B",
49          color: "#6ACD5B",
50     }, { name: "arecoque3",
51          fingerprint: "5450CC0E3D08BB001E8229B8990323D11BC63332",
52          color: "#93D741",
53     }, { name: "arecoque4",
54          fingerprint: "8F13B91FA8380842993E7C36EEF88BEC5D695587",
55          color: "#A8DB34",
56         }
57 ];