From f98a4c29d20a105cb62083d25baf41afae53a836 Mon Sep 17 00:00:00 2001 From: George Thomas Date: Wed, 7 Jan 2026 01:02:31 +0000 Subject: [PATCH] Switch timings to blue Black can look pretty bad on some consoles, including GNOME's. --- haskell/Pre.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haskell/Pre.hs b/haskell/Pre.hs index f871b1a..34f93cd 100644 --- a/haskell/Pre.hs +++ b/haskell/Pre.hs @@ -341,7 +341,7 @@ displayTestResultsConsole terminalWidth testResult = terminalWidth ) " " - <> setColour Dull Black + <> setColour Dull Blue <> tt ) time