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

Terminal theme on base gruvbox #25

Closed
inoyatov opened this issue Apr 24, 2014 · 4 comments
Closed

Terminal theme on base gruvbox #25

inoyatov opened this issue Apr 24, 2014 · 4 comments

Comments

@inoyatov
Copy link

Thank you for beautiful color scheme. Do you have any plans to make color theme for terminal? Like solorise have? Thank you in advance.

@greduan
Copy link

greduan commented Apr 24, 2014

@antindexer It's already available for the Terminal. :)

Use the gruvbox_256palette.sh or the gruvbox_256palette_mac.sh if you're on a Mac. Source that file somewhere in your .zshrc or .bashrc file.

And in addition if you're on Urxvt as your terminal you can also use from the generalized repository... Actually I just opened an issue on which one to use: morhetz/gruvbox-contrib#4

For Urxvt consider using the following:

@inoyatov
Copy link
Author

I thought gruvbox_256palette.sh is fix of colors. Isn't it?

@morhetz
Copy link
Owner

morhetz commented Apr 24, 2014

That's right gruvbox_256palette.sh is just about fixing colors and does nothing to terminal colorscheme. There are also urxvt-256 Xresources which is fixing colors just as gruvbox_256palette.sh, but suitable only for urxvt-256.

Though terminal colorschemes are there too at gruvbox-generalized repo, e.g. for iterm.
Getting terminal colorscheme for linux is kind'o complicated thing since there are a lot of different terminals with different format of colorscheme files that you should get import from your term, blah-blah-blah. So I've picked the simplest and the most generic way, which is changing Xresources colors: here you are. That should work for most terminals like xterm, while others (more complicated ones) should have an option to use so-called "System colorscheme", which is the one you're defining at the Xresources itself.
If you're getting troubles with making your terminal to pick colorscheme from Xresources, you should specify colorscheme manually.
To make it easier there is also reference colortable. Check the TERMCOLOR column; the numbers inside the square brackets are usual ANSI colors from 0 (black) to 15 (white). Left square brackets are the dark colorscheme and the right ones are light.

@greduan
Copy link

greduan commented Apr 24, 2014

That cleared it up. Thanks. :)

minodisk pushed a commit to minodisk/gruvbox that referenced this issue Oct 29, 2014
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