Skip to content
New issue

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

colors not working correctly in macOS HighSierra default Terminal.app #14

Closed
MareoRaft opened this issue Dec 31, 2018 · 1 comment
Closed

Comments

@MareoRaft
Copy link

MareoRaft commented Dec 31, 2018

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) + '(' + ...

in Terminal.app (not working):

screenshot 2018-12-30 18 56 37

in iTerm2.app (working great):

screenshot 2018-12-30 18 59 32

Thanks. Using in conjunction with colorama. Let me know what other info you need.

@feluxe
Copy link
Owner

feluxe commented Jan 19, 2019

Thanks for posting this!

I think the problem is the same as in #12. Please continue there. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants