]> nos-oignons.net Git - website.git/commitdiff
Use another Viridis variant to create a nicer color scale
authorLunar <lunar@anargeek.net>
Mon, 13 Feb 2023 23:15:17 +0000 (00:15 +0100)
committerLunar <lunar@anargeek.net>
Mon, 13 Feb 2023 23:15:17 +0000 (00:15 +0100)
assets/relays.js

index 45d36b1bc03084aaf133206454c20eb7646ddaaf..2ebdb49469f4b030d92fdc7466ea3571d4bd1fbb 100644 (file)
@@ -1,57 +1,57 @@
 // Colors are coming from Viridis: https://sjmgarnier.github.io/viridisLite/reference/viridis.html
 //
 // We output 32 colors so we can have a similar color for instances on the same relay.
-// > viridis(32)
-//  [1] "#440154FF" "#470D60FF" "#48196BFF" "#482475FF"
-//  [5] "#472E7CFF" "#453882FF" "#424186FF" "#3E4B8AFF"
-//  [9] "#3A548CFF" "#365D8DFF" "#32658EFF" "#2E6D8EFF"
-// [13] "#2B758EFF" "#287D8EFF" "#25848EFF" "#228C8DFF"
-// [17] "#1F948CFF" "#1E9C89FF" "#20A386FF" "#25AB82FF"
-// [18] "#2EB37CFF" "#3ABA76FF" "#48C16EFF" "#58C765FF"
-// [25] "#6ACD5BFF" "#7ED34FFF" "#93D741FF" "#A8DB34FF"
-// [29] "#BEDF26FF" "#D4E21AFF" "#E9E51AFF" "#FDE725FF"
+// > turbo(32)
+//  [1] "#30123B" "#392B74" "#4141A4" "#4558CA"
+//  [5] "#476EE6" "#4682F8" "#4197FF" "#34ACF7"
+//  [9] "#25C0E7" "#1AD2D2" "#18E1BC" "#24EBA9"
+// [13] "#3BF58F" "#59FB73" "#7AFE59" "#97FE43"
+// [17] "#AEFA37" "#C3F134" "#D7E535" "#E8D639"
+// [21] "#F5C63A" "#FCB436" "#FE9E2F" "#FC8625"
+// [25] "#F76E19" "#EE5610" "#E2430A" "#D43305"
+// [29] "#C22403" "#AD1701" "#960D01" "#7A0403"
 var nos_oignons_relays = [
        { name: "marcuse1",
          fingerprint: "EFAE44728264982224445E96214C15F9075DEE1D",
-         color: "#440154",
+         color: "#30123B",
     }, { name: "marcuse2",
          fingerprint: "C656B41AEFB40A141967EBF49D6E69603C9B4A11",
-         color: "#470D60",
+         color: "#392B74",
     }, { name: "ekumen",
          fingerprint: "9BA84E8C90083676F86C7427C8D105925F13716C",
-         color: "#472E7C",
+         color: "#476EE6",
     }, { name: "marylou1",
          fingerprint: "578E007E5E4535FBFEF7758D8587B07B4C8C5D06",
-         color: "#3A548C",
+         color: "#25C0E7",
     }, { name: "marylou2",
          fingerprint: "90FD830C357A5109AB3C505287713F1AC811174C",
-         color: "#365D8D",
+         color: "#1AD2D2",
     }, { name: "marylou3",
          fingerprint: "91B7A9659CDB5ACF0DEB46DAA82C122C39CC4ADF",
-         color: "#32658E",
+         color: "#18E1BC",
     }, { name: "marylou4",
          fingerprint: "4F0C498701A41F4D9CA677EA763FD8CA45348E97",
-         color: "#2E6D8E",
+         color: "#24EBA9",
     }, { name: "AlGrothendieck",
          fingerprint: "8E6EDA78D8E3ABA88D877C3E37D6D4F0938C7B9F",
-         color: "#2B758E",
+         color: "#3BF58F",
     }, { name: "elenagb",
          fingerprint: "F47B13BFCE4EF48CDEF6C4D7C7A99208EBB972B5",
-         color: "#2B758E",
+         color: "#AEFA37",
     }, { name: "mwittig",
          fingerprint: "B580111855B9C452EB224CA7932B626E28D3C2EA",
-         color: "#2EB37C",
+         color: "#F5C63A",
     }, { name: "arecoque1",
          fingerprint: "CD1FD2C1F330A3293DA6068E6A23866D063D6DCB",
-         color: "#6ACD5B",
+         color: "#F76E19",
     }, { name: "arecoque2",
          fingerprint: "42E817BE07AB39CA3BD7A442AF08E007FF2E3F5B",
-         color: "#6ACD5B",
+         color: "#EE5610",
     }, { name: "arecoque3",
          fingerprint: "5450CC0E3D08BB001E8229B8990323D11BC63332",
-         color: "#93D741",
+         color: "#E2430A",
     }, { name: "arecoque4",
          fingerprint: "8F13B91FA8380842993E7C36EEF88BEC5D695587",
-         color: "#A8DB34",
+         color: "#D43305",
         }
 ];