Material theme for vim
Based on Sublime Text 3 Material theme by @equinusocio
-
Move
material-theme.vim
to your.vim/colors
directory. After downloading the vim script or package:$ mv colors/material-theme.vim ~/.vim/colors/
-
Download and install Tim Pope's Pathogen.
-
Next, move or clone the
vim-material-theme
directory so that it is a subdirectory of the.vim/bundle
directory.$ cd ~/.vim/bundle $ git clone https://github.com/jdkanani/vim-material-theme
After either Option 1 or Option 2 above, put the following two lines in your .vimrc:
syntax enable
set background=dark
colorscheme material-theme
or, for the light background mode of Material Theme:
syntax enable
set background=light
colorscheme material-theme