kaicataldo / material.vim

🎨 A port of the Material color scheme for Vim/Neovim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I am using vim version 7.4 and it's not working for me.

tapsu01 opened this issue · comments

Hi - can you provide more details about what isn't working? If it's a visual thing, screenshots can be helpful.

screenshot from 2018-06-11 12-03-47
This is vim information and my settings. Maybe I did wrong somewhere

This theme currently relies on true colors being enabled - do you know if your terminal supports that? The directions for turning on true colors in your config are in the readme.

One follow up question - does vim-hybrid-material work with this setup? Might be an easy way to see if it’s a bug with this color scheme or something else that’s causing the colors not to apply correctly.

vim-hybrid-material works perfectly with this setup
screenshot from 2018-06-11 23-14-29

Great, good to know. Did you try turning on true colors?

I encountered an error when setting up: let g:material_theme_style = 'default' | 'palenight' | 'dark'
screenshot from 2018-06-12 23-51-44

Ah yeah - maybe the docs aren't clear enough, but I was trying to convey that it can be any one of those values, not that the value should be all of them.

let g:material_theme_style = 'default' | 'palenight' | 'dark' isn't valid.

Instead, it needs to be one of the following:

  • let g:material_theme_style = 'default' (this is the same as not setting it since it's the default)
  • let g:material_theme_style = 'palenight'
  • let g:material_theme_style = 'dark'

And out of curiosity, was the issue with the colors before not turning on true colors?

It seems the problem lies in my Vim version. I tried to turn on true colors but it did not work and I upgraded to Vim version 8. Everything was perfect. Thank you for supporting me.

Got it! Glad it’s working for you! I’m going to close this since we resolved the issue, but feel free to make a new issue if you have any other questions.