larsbs / vimterial_dark

A dark vim color scheme inspired by material design. Improved for web development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vim Vimterial Dark Colorscheme

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

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.

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 in vimterial_dark.vim. PRs accepted. 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_dark'
"...

Then save the file and run vim +PluginInstall

Screenshots

Javascript

JavaScript screenshot

HTML

HTML screenshot

Python

Python screenshot

LESS

LESS screenshot

About

A dark vim color scheme inspired by material design. Improved for web development.

License:MIT License


Languages

Language:Vim Script 100.0%