From dcfd20b1961d1feb3a41ad307c5ba22b04ceb527 Mon Sep 17 00:00:00 2001 From: Artur Meski Date: Sun, 22 Mar 2026 13:01:29 +0000 Subject: [PATCH] Adjusted colours --- src/report.rs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/report.rs b/src/report.rs index 08f3cc5..c2b7187 100644 --- a/src/report.rs +++ b/src/report.rs @@ -1320,11 +1320,11 @@ tr:last-child td { border-bottom: none; } /// /// Format: (background tint, border accent) const SOURCE_PALETTE: &[(&str, &str)] = &[ - ("rgba(240,192,106,0.10)", "rgba(240,192,106,0.30)"), // amber (warm) - ("rgba(100,160,240,0.10)", "rgba(100,160,240,0.30)"), // blue (cool) - ("rgba(140,210,130,0.10)", "rgba(140,210,130,0.30)"), // green - ("rgba(200,130,220,0.10)", "rgba(200,130,220,0.30)"), // purple - ("rgba(220,130,130,0.10)", "rgba(220,130,130,0.30)"), // red + ("rgba(240,192,106,0.22)", "rgba(240,192,106,0.60)"), // amber (warm) + ("rgba(100,160,240,0.22)", "rgba(100,160,240,0.60)"), // blue (cool) + ("rgba(140,210,130,0.22)", "rgba(140,210,130,0.60)"), // green + ("rgba(200,130,220,0.22)", "rgba(200,130,220,0.60)"), // purple + ("rgba(220,130,130,0.22)", "rgba(220,130,130,0.60)"), // red ]; /// Look up the card background and border colours for a source name, given