We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5c1105 commit 979e7f8Copy full SHA for 979e7f8
bashcolor/__init__.py
@@ -33,7 +33,7 @@
33
_ESC = '\033'
34
_ESC = '\x1b'
35
_BACKGROUND = 10
36
-_RESET_EFFECT = 10
+_RESET_EFFECT = 20
37
38
39
def colorize(
0 commit comments