A vim color scheme based on Material Theme. Improved for web development.
Currently, there is no support for terminal vim, however, it should arrive in the future.
See also a variation of this color scheme based on atom vimtom
This theme has been designed with the following syntax highlighting plugins in mind:
- JavaScript: pangloss/vim-javascript
- JSX: mxw/vim-jsx
- HTML5: othree/html5.vim
- XML: larsbs/vim-xmll
- Jinja: Glench/Vim-Jinja2-Syntax
- CSS: JulesWang/css.vim
- LESS: genoma/vim-less
- Handlebars: mustache/vim-mustache-handlebars
Support for configure and extend the list of supported syntax highlighting plugins is planned. See colors/syntax/ for reference.
Installation using Vundle mentioned for completeness, but it should be similar to the installation of other Vim plugins with whatever installation method you are used to.
Install Vundle and add this theme as a plugin to your .vimrc
:
"...
Plugin 'larsbs/vimterial'
"...
Then save the file and run vim +PluginInstall