aboutsummaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'main.py')
-rwxr-xr-xmain.py4
1 files changed, 2 insertions, 2 deletions
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()