We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using fg(121, 2, 7), for example, leads to wrong colors appearing. For example, consider the input fg(246, 246, 246) + ' ' + fg.white + ' ' + '\n' + fg.white + ' ' + fg(253, 240, 239) + ' ' + fg(242, 139, 132) + '*' + fg(235, 76, 66) + '(' + ...
fg(121, 2, 7)
fg(246, 246, 246) + ' ' + fg.white + ' ' + '\n' + fg.white + ' ' + fg(253, 240, 239) + ' ' + fg(242, 139, 132) + '*' + fg(235, 76, 66) + '(' +
in Terminal.app (not working):
in iTerm2.app (working great):
Thanks. Using in conjunction with colorama. Let me know what other info you need.
The text was updated successfully, but these errors were encountered:
Thanks for posting this!
I think the problem is the same as in #12. Please continue there. :)
Sorry, something went wrong.
No branches or pull requests
Using
fg(121, 2, 7)
, for example, leads to wrong colors appearing. For example, consider the inputfg(246, 246, 246) + ' ' + fg.white + ' ' + '\n' + fg.white + ' ' + fg(253, 240, 239) + ' ' + fg(242, 139, 132) + '*' + fg(235, 76, 66) + '(' +
...in Terminal.app (not working):
in iTerm2.app (working great):
Thanks. Using in conjunction with colorama. Let me know what other info you need.
The text was updated successfully, but these errors were encountered: