vim-monochrome

My fork of github.com/fxn/vim-monochrome
git clone https://git.sr.ht/~jbauer/vim-monochrome
Log | Files | Refs | README | LICENSE

README.md (839B)


      1 ## monochrome - A plain Vim color scheme for your focused hacking sessions
      2 
      3 ### Look & Feel
      4 
      5 Comments are rendered using italics.
      6 
      7 `vim-monochrome` works in GUI/true-color terminals, as well as 256-color terminals:
      8 
      9 ![Monochrome Vim color scheme](img/vim-monochrome.png)
     10 
     11 ![Light version of the theme](img/vim-monochrome-light.png)
     12 
     13 ### Installation
     14 
     15 Install as you would any other vim package. For example, using Vim's built-in
     16 plugin management, put the `vim-monochrome` directory in the
     17 `~/.vim/pack/bundle/start/` directory.
     18 
     19 You can also install it as any other colour scheme by placing the contents of
     20 `vim-monochrome/colors` into your `~/.vim/colors/` folder.
     21 
     22 ### Configuration
     23 
     24 Add the following line to your `vimrc` or `init.vim`:
     25 
     26 ```
     27 colorscheme monochrome
     28 ```
     29 
     30 or, for the light version:
     31 
     32 ```
     33 colorscheme monochrome-light
     34 ```