larsbs / vimtom

Atom One Dark theme port to Gvim.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vim Vimtom Colorscheme

A vim color scheme based on One Dark. Improved for web development.

Currently, there is no support for terminal vim, however, it should arrive in the future.

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/vimtom'
"...

Then save the file and run vim +PluginInstall

Screenshots

Javascript

JavaScript screenshot JavaScript screenshot

HTML

HTML screenshot

Ruby

Ruby screenshot

LESS

LESS screenshot

About

Atom One Dark theme port to Gvim.

License:MIT License


Languages

Language:Vim Script 100.0%