A custom monochromatic Vim colourscheme.
Go to file
Xavier Noria e65478131e revises README 2017-11-11 19:47:43 +01:00
colors a couple of tweaks for Elixir 2017-11-11 19:06:28 +01:00
img revises README 2017-11-11 19:47:43 +01:00
README.md revises README 2017-11-11 19:47:43 +01:00

README.md

monochrome - A dark Vim color scheme for your focused hacking sessions

Look & Feel

Monochrome Vim color scheme

Works in GUI/true-color terminals, as well as 256-color terminals.

Installation

Installation depends on how you manage packages. For example, with vim-plug add

Plug 'fxn/vim-monochrome'

to your init file.

Configuration

Just throw this to your ~/.vimrc:

colorscheme monochrome

Comments can optionally be rendered using italics:

let g:monochrome_italic_comments = 1
colorscheme monochrome

It is important that the flag is set before loading the theme.