larsbs / vimterial

A vim color scheme based on Material Theme http://equinusocio.github.io/material-theme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vim Vimterial Colorscheme

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

Target Syntax Highlighting Plugins

This theme has been designed with the following syntax highlighting plugins in mind:

Support for configure and extend the list of supported syntax highlighting plugins is planned. See colors/syntax/ for reference.

Installation

Vundle (Recommended)

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

Screenshots

Javascript

JavaScript screenshot JavaScript screenshot

HTML

HTML screenshot

Python

Python screenshot

LESS

LESS screenshot

About

A vim color scheme based on Material Theme http://equinusocio.github.io/material-theme

License:MIT License


Languages

Language:Vim Script 100.0%