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

No color with my theme #14

Closed
jasonbhimani opened this issue Jun 30, 2020 · 9 comments
Closed

No color with my theme #14

jasonbhimani opened this issue Jun 30, 2020 · 9 comments

Comments

@jasonbhimani
Copy link

I downloaded the theme on my terminal and am trying to make it look like what's on the website but it isn't working. Can someone help? I'm also very new to all this, it's my first time using terminal so please be specific on anything I need to do. Even when I type in certain words such as git it doesn't work. Thank you in advance.

Screen Shot 2020-06-30 at 11 57 14 AM

Screen Shot 2020-06-30 at 11 55 53 AM

@benknoble
Copy link
Member

@jasonbhimani Thanks for using the theme! Starting your terminal journey is an exciting time, and I’m so excited for everything you have to learn!

I want to point you to some resources from this repo and give you some things to think about. Most terminal programs (and that includes shells) don’t colorize their output by default (with the exception of the ones that are designed too). That’s because colors require special escape sequences in the output that other programs don’t need—they’re for the terminal only.

So, you will probably need to configure your shell, git, and other tools to display colors (but only when displaying on the terminal). There are so many great resources for this, and they are all a search away!

I’ll mention a few related ones here: There’s some info in #2, #3, #4, #7, #8, #9, and #10.

@benknoble benknoble pinned this issue Jun 30, 2020
@jasonbhimani
Copy link
Author

Hey I read those and actually didn't understand what was going on. I heard the theme comes with the color for basic things like git but even that stays the same color. I also don't know how to apply colors only for certain things.

@jasonbhimani
Copy link
Author

Is there a video or form on how to configure the colors?

@benknoble
Copy link
Member

There are shell themes floating around somewhere (zsh in particular) that may add more color. Prompt settings often include some form of colorization. Some programs accept flags or configuration variables that produce color (see the man pages for those). In particular, try git diff or git status, which colorize by default when outputting to a terminal.

I’m not aware of any good tutorials on color, although googling for something like “shell colors” should get some results. If you find a good one you like, please let me know and I will link to it.

@logicman
Copy link

logicman commented Jul 8, 2020

Thanks for your comment. I had the same issue. For newbies, this can be something of "oh, the theme is not working!".
Would be good to have a quick tutorial of sorts etc...cause, I now really don't know what to do after I have applied the "theme" to the Terminal. The background changed, but nothing else.

Cheers!

@benknoble
Copy link
Member

@logicman agreed! Please, if anyone has resources like this, let's collect them! I just don't have any on-hand, and I don't have too much time to dig for good ones. Putting color into my terminal was something acquired over time using the terminal, and I didn't keep track of where I got the information at the time :(

@mdeboute
Copy link

mdeboute commented Oct 13, 2020

@benknoble I did that to definitively close the subject and help you with those issues :)

@benknoble
Copy link
Member

@mdeboute un grand merci :) I'll pin this issue or a similar one, so people get here. Perhaps you could link some of the dupes I mentioned on your README?

@mdeboute
Copy link

@benknoble you're welcome :) I will do that !

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

No branches or pull requests

4 participants