From 97e5b980f2c6180f9d740998ba6ecd0877a04bb9 Mon Sep 17 00:00:00 2001 From: Andrey Popp <8mayday@gmail.com> Date: Wed, 2 May 2018 18:57:57 +0300 Subject: Rename --- README.md | 46 +++++++++++++++------------------------------- 1 file changed, 15 insertions(+), 31 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index b4d86eb..a161398 100644 --- a/README.md +++ b/README.md @@ -1,41 +1,25 @@ -# vim-colors-off +# vim-colors-plain -*This is very much a work in progress* +This is a fork of [vim-colors-off][] which is being developed based on my +personal taste. -For a number of weeks, I ran vim with `syntax off`. It was quite nice, -with only two annoyances: +![Screenshot](screenshots/plain-dark.png) +![Screenshot](screenshots/plain-light.png) -- Bright white on jet black was a bit off-putting. -- There were cases when I did miss the lack of color, vimdiff for - example. +## Installation & Usage -Therefore, I aimed to find or create a colorscheme to solve these two -issues. +With [vim-plug][] you add this to the `.vimrc`: -The result is very much based on the [pencil][] colorscheme, which is -surprising because it's a very colorful colorscheme, but: - -- It uses a very sane approach to defining and setting colors -- It has nice background and foreground colors -- In the areas where I do want color, I like how it colors things - -[pencil]: https://github.com/reedes/vim-colors-pencil - -![Screenshot](shot.png) - -Slightly out of date, not super exciting... - -## Installation - -- Use [Vundle][] -- Add "pbrisbin/vim-colors-off" as a plugin - -[vundle]: https://github.com/gmarik/Vundle.vim +``` +Plug 'andreypopp/vim-colors-plain' +``` -## Usage +Then: ``` -:colorscheme off +set background=light " Set to dark for a dark variant +colorscheme plain ``` -Supports both `background=light` and `background=dark`. +[vim-colors-off]: https://github.com/pbrisbin/vim-colors-off +[vim-plug]: https://github.com/junegunn/vim-plug -- cgit v1.2.3