-
Notifications
You must be signed in to change notification settings - Fork 45
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
Comments
@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. |
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. |
Is there a video or form on how to configure the colors? |
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. |
Thanks for your comment. I had the same issue. For newbies, this can be something of "oh, the theme is not working!". Cheers! |
@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 :( |
@benknoble I did that to definitively close the subject and help you with those issues :) |
@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? |
@benknoble you're welcome :) I will do that ! |
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.
The text was updated successfully, but these errors were encountered: