From 92f95be7e44714feee25eb201ba943142923f6fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 10 Jul 2023 15:35:55 +0200 Subject: Remove black from the pool of colors. --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main.py') diff --git a/main.py b/main.py index d1ef47f..406549d 100755 --- a/main.py +++ b/main.py @@ -22,8 +22,8 @@ def SGR(*xs): class Color(Enum): """Known CSI colors.""" - BLACK = 30 - RED = auto() + # BLACK = 30 + RED = 31 GREEN = auto() YELLOW = auto() BLUE = auto() -- cgit v1.2.3