vim-material-theme icon indicating copy to clipboard operation
vim-material-theme copied to clipboard

how to working on iterm2

Open gatspy opened this issue 10 years ago • 6 comments

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

gatspy avatar Aug 18 '15 19:08 gatspy

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!

Banashek avatar Oct 16 '15 02:10 Banashek

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?

runar avatar Jun 28 '16 19:06 runar

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

jdkanani avatar Jun 29 '16 05:06 jdkanani

Bump. iterm2 theme is affecting vim theme.

jbouhier avatar Jul 04 '16 14:07 jbouhier

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

runar avatar Jul 05 '16 10:07 runar

For recent vims try adding set termguicolors to your .vimrc

gskll avatar Oct 01 '17 17:10 gskll