aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar jesopo2018-11-13 17:53:37 +0000
committerGravatar jesopo2018-11-13 17:53:37 +0000
commitd18d28f0a2872a10b15d440cb50199c51999ee25 (patch)
tree1bcff8bed66d5ed59586a2633b80791e1b16a821 /src
parentVisual tweak; align "="s in utils.consts (diff)
signature
Apparently '39' is 'font reset' for ansi colors
Diffstat (limited to 'src')
-rw-r--r--src/utils/consts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/consts.py b/src/utils/consts.py
index 9a0bbe07..00cf3ad1 100644
--- a/src/utils/consts.py
+++ b/src/utils/consts.py
@@ -43,6 +43,6 @@ RESET = "\x0F"
ANSI_FORMAT = "\033[%sm"
ANSI_RESET = "\033[0m"
-ANSI_COLOR_RESET = "\033[22m"
+ANSI_COLOR_RESET = "\033[39m"
ANSI_BOLD = "\033[1m"
ANSI_BOLD_RESET = "\033[21m"