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

Theme looks weird when loaded

Open sethen opened this issue 9 years ago • 4 comments

Hello,

The theme looks really weird when I try to load it. Here's a screenshot:

screenshot from 2016-07-16 23-54-16

Any thoughts here? I am using Ubuntu 16.04.

sethen avatar Jul 17 '16 03:07 sethen

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.

sethen avatar Jul 17 '16 04:07 sethen

same as your condition in mac, but with colorscheme material-theme in .vimrc. Does anyone know how to solve it? Thank you.

littlehug avatar Sep 04 '16 06:09 littlehug

Getting the same thing with colorscheme material-theme in VM using Putty as well as Bash on Windows.

megakoresh avatar May 10 '17 14:05 megakoresh

You need to enable Truecolor in your .vimrc : set termguicolors

EliverLara avatar Sep 07 '17 04:09 EliverLara