diff --git a/client/src/Palette.ts b/client/src/Palette.ts index 9a6c944..3c517ab 100644 --- a/client/src/Palette.ts +++ b/client/src/Palette.ts @@ -12,6 +12,33 @@ class Palette { } } +const place = new Palette("r/place", [ + "be0039", + "ff4500", + "ffa800", + "ffd635", + "00a368", + "00cc78", + "7eed56", + "00756f", + "009eaa", + "2450a4", + "3690ea", + "51e9f4", + "493ac1", + "6a5cff", + "811e9f", + "b44ac0", + "ff3881", + "ff99aa", + "6d482f", + "9c6926", + "000000", + "898d90", + "d4d7d9", + "ffffff", +]); + const nord = new Palette("Nord", [ "2e3440", "3b4252", @@ -80,6 +107,7 @@ const darcula = new Palette("Darcula", [ ]); const palettes = [ + place, nord, monokai, grayScale1bit,