Skip to content

Commit 90254ac

Browse files
author
ekultek
committed
changed the misc_info color so that it isn't as close to the prompt color
1 parent 76f4d65 commit 90254ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/output.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def warning(text):
3535

3636
def misc_info(text):
3737
print(
38-
"[\033[96mi\033[0m] {}".format(
38+
"[\033[90mi\033[0m] {}".format(
3939
text
4040
)
4141
)

0 commit comments

Comments
 (0)