Skip to content

larsbs/vimterial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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