From e3dac7edcc3776a5bee267b793f399e2b7126e45 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Mon, 29 Sep 2025 00:08:50 -0700 Subject: [PATCH] c64 colors --- app/nose/bin/tetris.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app/nose/bin/tetris.ts b/app/nose/bin/tetris.ts index cb05feb..ada51bc 100644 --- a/app/nose/bin/tetris.ts +++ b/app/nose/bin/tetris.ts @@ -24,13 +24,13 @@ let tetrisTimer = 0 let lockTimer = 0 const COLORS: Record = { - I: "cyan", - O: "yellow", - T: "purple", - S: "green", - Z: "red", - J: "blue", - L: "orange", + I: "#6fc6ff", // light blue (C64 cyan) + O: "#fce94f", // yellow + T: "#d87bfb", // light purple + S: "#8ae234", // light green + Z: "#f35f5f", // red + J: "#3465a4", // blue + L: "#e9b96e", // orange } // I, O, T, L, J, S, Z