From ecb58dc6812c7ba71ec76e37032a4f43ab58712c Mon Sep 17 00:00:00 2001 From: Akshay Date: Sat, 31 Oct 2020 13:53:47 +0530 Subject: docs --- README.md | 48 ------------------------------------------------ readme.md | 13 +++++++++++++ 2 files changed, 13 insertions(+), 48 deletions(-) delete mode 100644 README.md create mode 100644 readme.md diff --git a/README.md b/README.md deleted file mode 100644 index 7b3a077..0000000 --- a/README.md +++ /dev/null @@ -1,48 +0,0 @@ -# vim-colors-plain - -This is a fork of [vim-colors-off][] which is being developed based on my -personal taste. - -![Screenshot](screenshots/plain-dark.png) -![Screenshot](screenshots/plain-light.png) - -## Motivation - -Minimalistic colorscheme which uses bold to highlight keywords and a -distinguished color for constant literals (string, numbers, JSX tags). - -## Installation & Usage - -With [vim-plug][] you add this to the `.vimrc`: - -``` -Plug 'andreypopp/vim-colors-plain' -``` - -Then: - -``` -set background=light " Set to dark for a dark variant -colorscheme plain -``` - -## FAQ - -- What terminal emulator is shown on the screenshots? - - This is [kitty][]. Fast and highly configurable. - -- Is this Vim or Neovim on the screenshots and why? - - This is Neovim. - -- What font is being used on the screenshots? - - [Pragmata Pro][] which is not free but worth the money paid. [Iosevka][] is - another great font I used before which is similar in feel. - -[vim-colors-off]: https://github.com/pbrisbin/vim-colors-off -[vim-plug]: https://github.com/junegunn/vim-plug -[kitty]: https://github.com/kovidgoyal/kitty -[Pragmata Pro]: https://www.fsd.it/shop/fonts/pragmatapro/ -[Iosevka]: https://github.com/be5invis/Iosevka diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..2a29c4c --- /dev/null +++ b/readme.md @@ -0,0 +1,13 @@ +![img](https://u.peppe.rs/bt.png) + +vim-colors-plain is a duotonic color scheme, the two accents +being cyan and pink by default (configurable). + +vim-plug does not support installing plugins from sources +that do not allow shallow clones (such as git.peppe.rs), i +would suggesting installing manually by cloning into your +plugin directory or dropping `colors/plain.vim` into one of +the following directories: + + - vim: `.vim/plugin` + - neovim: `.config/nvim/plugin` -- cgit v1.2.3