vim-material-theme
vim-material-theme copied to clipboard
Theme looks weird when loaded
Hello,
The theme looks really weird when I try to load it. Here's a screenshot:

Any thoughts here? I am using Ubuntu 16.04.
Here's my .vimrc:
syntax enable
execute pathogen#infect()
call pathogen#helptags()
cd ~/Developer
autocmd vimenter * NERDTree
set background=dark
colorscheme material
The file is in the colors directory under material.vim.
same as your condition in mac, but with colorscheme material-theme in .vimrc.
Does anyone know how to solve it?
Thank you.
Getting the same thing with colorscheme material-theme in VM using Putty as well as Bash on Windows.
You need to enable Truecolor in your .vimrc : set termguicolors