A dark vim color scheme based on Material Theme Darker. Improved for web development.
See also a variation of this color scheme based on atom vimtom
See also a lighter variation of this color scheme vimterial
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.
NOTE: If you want to add support for a custom syntax highlighting plugin, just fork the repo, create a file under
colors/syntax/{file-type}/{name-of-syntax-plugin}
and then import it invimterial_dark.vim
. PRs accepted. 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_dark'
"...
Then save the file and run vim +PluginInstall