A custom monochromatic Vim colourscheme.
Go to file
Hikmat Jafarli 88b0b1c077 Fix default_bg check on guibg/ctermbg if condition 2019-05-08 09:38:25 +04:00
colors Fix default_bg check on guibg/ctermbg if condition 2019-05-08 09:38:25 +04:00
img updates screeshot 2017-11-19 00:23:44 +01:00
README.md updates screeshot 2017-11-19 00:23:44 +01:00

README.md

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

Look & Feel

vim-monochrome works in GUI/true-color terminals, as well as 256-color terminals:

Monochrome Vim color scheme

The status line in the screenshot is lightline.vim with the nord color scheme, which is a great match.

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.