From a97355ee03f5e563b0a73a672fe3506559fe6b81 Mon Sep 17 00:00:00 2001
From: freesemar93 <46578442-freesemar93@users.noreply.replit.com>
Date: Mon, 18 Aug 2025 12:23:36 +0000
Subject: [PATCH] Add the official r/place color palette for pixel art creation
Update the client-side color palette component and configuration file to include the 32 official colors from r/place, adjusting grid layout and selected color defaults.
Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 0385ea33-cde8-4bbd-8fce-8d192d30eb41
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/870d08ce-da3b-4822-9874-c2fe2b7628b1/0385ea33-cde8-4bbd-8fce-8d192d30eb41/cRSBTLz
---
client/src/components/color-palette.tsx | 8 ++--
client/src/lib/config.ts | 49 ++++++++++++++-------
exports/canvas-2025-08-18T12-22-35-760Z.svg | 1 +
3 files changed, 38 insertions(+), 20 deletions(-)
create mode 100644 exports/canvas-2025-08-18T12-22-35-760Z.svg
diff --git a/client/src/components/color-palette.tsx b/client/src/components/color-palette.tsx
index 0817c36..e0013da 100644
--- a/client/src/components/color-palette.tsx
+++ b/client/src/components/color-palette.tsx
@@ -37,14 +37,14 @@ export function ColorPalette({
- {/* Color Grid */}
-
+ {/* Color Grid - 8x4 layout for 32 colors */}
+
{COLORS.map((color) => (