From 943039bcfe86cc8c50628a658ca3e4a6f1f0ddc0 Mon Sep 17 00:00:00 2001 From: CrispyBaguette Date: Fri, 8 Apr 2022 18:45:11 +0200 Subject: [PATCH] Removed r/place palette --- client/src/Palette.ts | 36 ------------------------------------ 1 file changed, 36 deletions(-) diff --git a/client/src/Palette.ts b/client/src/Palette.ts index f63f1a0..9a6c944 100644 --- a/client/src/Palette.ts +++ b/client/src/Palette.ts @@ -12,41 +12,6 @@ class Palette { } } -const place = new Palette("r/place", [ - "6d001a", - "be0039", - "ff4500", - "ffa800", - "ffd635", - "fff8b8", - "00a368", - "00cc78", - "7eed56", - "00756f", - "009eaa", - "00cc00", - "2450a4", - "3690ea", - "51e9f4", - "493ac1", - "6a5cff", - "94b3ff", - "811e9f", - "b44ac0", - "e4abff", - "de107f", - "ff3881", - "ff99aa", - "6d482f", - "9c6926", - "ffb470", - "000000", - "515252", - "898d90", - "d4d7d9", - "ffffff", -]); - const nord = new Palette("Nord", [ "2e3440", "3b4252", @@ -115,7 +80,6 @@ const darcula = new Palette("Darcula", [ ]); const palettes = [ - place, nord, monokai, grayScale1bit,