From 3af82cfc599dc347f6d92724a4d860a5bc4a4b92 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Thu, 3 Aug 2017 10:25:13 +0200 Subject: [PATCH] Move colorschemes to PLUGINS.md --- PLUGINS.md | 22 ++++++++++++++++++++++ README.md | 22 +--------------------- 2 files changed, 23 insertions(+), 21 deletions(-) diff --git a/PLUGINS.md b/PLUGINS.md index b518915..fe5a65b 100644 --- a/PLUGINS.md +++ b/PLUGINS.md @@ -1,5 +1,7 @@ ## List of plugins +#### [Colorschemes](#colorschemes-1) + #### [By topic](#by-topic-1) - [Alignment](#alignment) @@ -37,6 +39,26 @@ - [TeX](#tex) - [VimL](#viml) +## Colorschemes + +Here's a list of commonly used colorschemes: + +- [acme-colors](https://github.com/plan9-for-vimspace/acme-colors) +- [base16](https://github.com/chriskempson/base16-vim) +- [gotham](https://github.com/whatyouhide/vim-gotham) +- [gruvbox](https://github.com/morhetz/gruvbox) +- [janah](https://github.com/mhinz/vim-janah) +- [jellybeans](https://github.com/nanotech/jellybeans.vim) +- [lucius](https://github.com/jonathanfilip/vim-lucius) +- [molokai](https://github.com/tomasr/molokai) +- [railscasts](https://github.com/jpo/vim-railscasts-theme) +- [seoul256](https://github.com/junegunn/seoul256.vim) +- [solarized](https://github.com/altercation/vim-colors-solarized) (or a lighter variant: [flattened](https://github.com/romainl/flattened)) +- [tomorrow](https://github.com/chriskempson/vim-tomorrow-theme) +- [vividchalk](https://github.com/tpope/vim-vividchalk) +- [yowish](https://github.com/kabbamine/yowish.vim) +- [zenburn](https://github.com/jnurmine/Zenburn) + ## By topic #### Alignment diff --git a/README.md b/README.md index 828e634..1407527 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ - [Newline used for NUL](#newline-used-for-nul) -### [List of colorschemes](#list-of-colorschemes-1) +### [List of colorschemes](PLUGINS.md#colorschemes-1) ### [List of plugins](PLUGINS.md) @@ -2696,23 +2696,3 @@ displayed in a buffer as `^@`. See `man 7 ascii` and `:h NL-used-for-Nul` for more information. -# List of colorschemes - -Here's a list of commonly used colorschemes: - -- [acme-colors](https://github.com/plan9-for-vimspace/acme-colors) -- [base16](https://github.com/chriskempson/base16-vim) -- [gotham](https://github.com/whatyouhide/vim-gotham) -- [gruvbox](https://github.com/morhetz/gruvbox) -- [janah](https://github.com/mhinz/vim-janah) -- [jellybeans](https://github.com/nanotech/jellybeans.vim) -- [lucius](https://github.com/jonathanfilip/vim-lucius) -- [molokai](https://github.com/tomasr/molokai) -- [railscasts](https://github.com/jpo/vim-railscasts-theme) -- [seoul256](https://github.com/junegunn/seoul256.vim) -- [solarized](https://github.com/altercation/vim-colors-solarized) (or a lighter variant: [flattened](https://github.com/romainl/flattened)) -- [tomorrow](https://github.com/chriskempson/vim-tomorrow-theme) -- [vividchalk](https://github.com/tpope/vim-vividchalk) -- [yowish](https://github.com/kabbamine/yowish.vim) -- [zenburn](https://github.com/jnurmine/Zenburn) -