From b0df02c88a4b58bb83e030c20df25533aa90fd98 Mon Sep 17 00:00:00 2001 From: Joscha Date: Wed, 16 Aug 2023 00:58:56 +0200 Subject: [PATCH] Comment out hard-to-see colors --- scripts/graph.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/graph.ts b/scripts/graph.ts index 2b64b6a..ec6dc8f 100644 --- a/scripts/graph.ts +++ b/scripts/graph.ts @@ -12,15 +12,15 @@ const COLORS = [ "#42d4f4", // Cyan "#f032e6", // Magenta // "#bfef45", // Lime - "#fabed4", // Pink + // "#fabed4", // Pink "#469990", // Teal - "#dcbeff", // Lavender + // "#dcbeff", // Lavender "#9A6324", // Brown - "#fffac8", // Beige + // "#fffac8", // Beige "#800000", // Maroon - "#aaffc3", // Mint + // "#aaffc3", // Mint // "#808000", // Olive - "#ffd8b1", // Apricot + // "#ffd8b1", // Apricot "#000075", // Navy "#a9a9a9", // Grey // "#ffffff", // White