Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

how to working on iterm2 #3

Open
gatspy opened this issue Aug 18, 2015 · 6 comments
Open

how to working on iterm2 #3

gatspy opened this issue Aug 18, 2015 · 6 comments

Comments

@gatspy
Copy link

gatspy commented Aug 18, 2015

love this theme,very。
this theme success in macvim,but no effect in iterm2 vim.
how to?
thanks

@Banashek
Copy link

Yeah works in macvim and gvim, but not in iterm2.

This is related to #1 in that if you look at the comments at the top of the theme file, it has a conditional script to encode the theme file if there isn't a gui running.

That script isn't part of the repo, so this only works in guis.

Shame too, it's a pretty theme.

For now I have a workaround that loads it when I use gui vim

if !has('gui_running')
    colorscheme vividchalk
else
    colorscheme material-theme
endif

Thanks for open sourcing the gui version at least!

@runar
Copy link

runar commented Jun 28, 2016

I’d love to use this in my terminal, so I’ll allow myself to bump this issue.

@jdkanani: Any chance you would help us out?

@jdkanani
Copy link
Owner

@runar would love to see this but I am stuck in some other task currently. Would definitely merge any pull request supporting this.

@jbouhier
Copy link

jbouhier commented Jul 4, 2016

Bump.
iterm2 theme is affecting vim theme.

@runar
Copy link

runar commented Jul 5, 2016

@jdkanani: No problem! Would it be possible for you to share the base16 scripts mentioned in the theme file?

@gskll
Copy link

gskll commented Oct 1, 2017

For recent vims try adding set termguicolors to your .vimrc

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants