Do not print white text on white background
In current state the tool is completely useless with bright terminal background:
{width=900 height=143}
Print regular messages with neutral style (`\033[0m`) instead of explicitly using white (`\033[1;37m`, or whatever you use). This will not work for any terminal not using a background. Many terminals are configured to bright background for usability.
issue