aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-07-10 15:35:55 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-07-10 15:35:55 +0200
commit92f95be7e44714feee25eb201ba943142923f6fd (patch)
treec7cc6693b047393f88e7135861b7ab846309bced
parentAdd code. (diff)
downloadrainbow-parenthesis-92f95be7e44714feee25eb201ba943142923f6fd.tar.gz
rainbow-parenthesis-92f95be7e44714feee25eb201ba943142923f6fd.tar.xz
Remove black from the pool of colors.
-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()