# vim-monochrome **Repository Path**: vim-plugins/vim-monochrome ## Basic Information - **Project Name**: vim-monochrome - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-23 - **Last Updated**: 2021-03-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 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](https://github.com/itchyny/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](https://github.com/junegunn/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.