From 4f781191341b5a342f027b23045429caf66a7fbb Mon Sep 17 00:00:00 2001 From: dersvenhesse Date: Fri, 4 Jun 2021 09:34:03 +0200 Subject: [PATCH] [FIX] Darkened yellow color (Fixes #154) --- incidence.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/incidence.js b/incidence.js index 4f5bf96..179e4bf 100644 --- a/incidence.js +++ b/incidence.js @@ -58,7 +58,7 @@ const ENV = { incidenceColorsDarkred: '#c01a00', incidenceColorsRed: '#f92206', incidenceColorsOrange: '#faa31b', - incidenceColorsYellow: '#ffff64', + incidenceColorsYellow: '#ffd800', incidenceColorsGreen: '#00cc00', incidenceColorsGray: '#d0d0d0' }, @@ -80,7 +80,7 @@ const ENV = { incidenceColorsDarkred: '#c01a00', incidenceColorsRed: '#f92206', incidenceColorsOrange: '#faa31b', - incidenceColorsYellow: '#ffff64', + incidenceColorsYellow: '#ffd800', incidenceColorsGreen: '#00cc00', incidenceColorsGray: '#d0d0d0' }