-
Notifications
You must be signed in to change notification settings - Fork 315
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
Added iterm2 colors #9
base: master
Are you sure you want to change the base?
Conversation
+1 |
Can you provide a screenshot of what this looks like in iTerm2? |
Oh! I'm sorry! I don't know how I missed the first email. |
I created a script to convert the colors to an Xdefaults format so I could try them in urxvt. The script is here https://github.com/richoH/itermcolors2xdefaults I'll add the Xdefault to the pull request if you like, although I had to adjust the values significantly to make them usable (multiply by 2.5). I also had to normalise them a bit. |
Relevent to PR nanotech#9
Thanks for the iterm colors. FWIW, I had to enable "smart cursor color" in iterm2 to avoid a nearly invisible black cursor using these settings. |
👍 |
👎 This is exactly what I was looking for, however I think it should be in it's own repository rather than merged into this one. It makes no sense to clone iterm colors into the .vim/ directory. |
@devinus Not intentional. I may have just not noticed or something? I did this ages ago. Anyways, I don't think the author is interested in it, so if anyone wants to grab the pull request and move it to its own repo, feel free. |
@Raynes Cool I'll do some minor alterations to the colors and give it it's own repo, thanks for making this. |
@Brandito If you could fix the background color to be the correct var that would be awesome. |
@devinus I'll be sure to do that, it will be a day or two but I'll message you when it's done. |
Yo @devinus the itermcolors are done, pick them up here: |
@qtpi you changed your username and broke the link ;) working link - https://github.com/qtpi/Jellybeans.itermcolors thanks for this! i'm on the hunt for jellybeans for mutt, planning on porting it myself if i can't find one |
why it still opened? |
because a maintainer hasn't merged it in or closed it out... project's seemingly abandoned at this point |
Hi! Thank you for this fantastic color scheme!
One of the great things about themes like solarized and tomorrow-night is how widespread they are. Both of them define their colors and have a modular repo with themes for various editors/terminals/etc. I thought I'd run that by you, and to start it off, I added itermcolors in
iterm/
and moved the vim-specific stuff tovim/
.I'm not sure if you're into this sort of thing, and it's totally fine if you're not. I hope to see themes for all sorts of editors and such in the future, and I figured keeping everything in separate repos would be tedious if jellybeans ever got the following that solarized has, but you can be the judge of that.
Once again, thanks for this fantastic scheme. :)