From 8d245c0f69fdafbdd7773538197b7ef3ee4d77f5 Mon Sep 17 00:00:00 2001 From: The Wobbler Date: Wed, 26 Mar 2025 17:27:44 +0100 Subject: [PATCH] Corrected a color code. --- wobbl_tools/text/buntcheck.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wobbl_tools/text/buntcheck.py b/wobbl_tools/text/buntcheck.py index 71570f3..bd86cb0 100644 --- a/wobbl_tools/text/buntcheck.py +++ b/wobbl_tools/text/buntcheck.py @@ -6,7 +6,7 @@ for number in range(15, 256, 6): color_names = [ "black", - "orange", + "dark_red", "dark_green", "dark_yellow", "dark_blue",