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

Where do we pick up the colors #70

Closed
pquodling opened this issue Aug 15, 2017 · 3 comments
Closed

Where do we pick up the colors #70

pquodling opened this issue Aug 15, 2017 · 3 comments

Comments

@pquodling
Copy link

The video/image demoing this uses a range of colours in the text - I just installed and it's all monochrome - where do we pick that colorization up from...

@pquodling pquodling changed the title Where do we lick up the colors Where do we pick up the colors Aug 15, 2017
@buo
Copy link
Owner

buo commented Aug 16, 2017

It seems like your terminal is not capable of printing ANSI colors. Could you run this command in your terminal?

echo $TERM
echo $TERM_PROGRAM
echo -e "\e[31mThis should be red\e[0m"

@pquodling
Copy link
Author

echo $TERM
echo $TERM_PROGRAM
echo -e "\e[31mThis should be red\e[0m"
screen
iTerm.app
This should be red

@ondrejfuhrer
Copy link
Collaborator

@pquodling Since you are using iTerm, can you check what you have set as Report Terminal Type? You can find it under Preferences -> Profiles -> your profile (or Default) -> Terminal tab.

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

3 participants