A custom monochromatic Vim colourscheme.
Go to file
Jake Bauer 62219d96ea Add TabLine styling 2023-03-07 17:41:08 -05:00
colors Add TabLine styling 2023-03-07 17:41:08 -05:00
img Fix black borders in monochrome-light screenshot 2022-08-26 22:11:59 -04:00
LICENSE
README.md Remove Troubleshooting section in README 2022-08-28 17:30:45 -04:00

README.md

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

Look & Feel

Comments are rendered using italics.

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

Monochrome Vim color scheme

Light version of the theme

Installation

Install as you would any other vim package. For example, using Vim's built-in plugin management, put the vim-monochrome directory in the ~/.vim/pack/bundle/start/ directory.

You can also install it as any other colour scheme by placing the contents of vim-monochrome/colors into your ~/.vim/colors/ folder.

Configuration

Add the following line to your vimrc or init.vim:

colorscheme monochrome

or, for the light version:

colorscheme monochrome-light