Move colorschemes to PLUGINS.md

This commit is contained in:
Marco Hinz 2017-08-03 10:25:13 +02:00
parent 8859ee8a18
commit 3af82cfc59
No known key found for this signature in database
GPG Key ID: 1C980A1B657B4A4F
2 changed files with 23 additions and 21 deletions

View File

@ -1,5 +1,7 @@
## List of plugins ## List of plugins
#### [Colorschemes](#colorschemes-1)
#### [By topic](#by-topic-1) #### [By topic](#by-topic-1)
- [Alignment](#alignment) - [Alignment](#alignment)
@ -37,6 +39,26 @@
- [TeX](#tex) - [TeX](#tex)
- [VimL](#viml) - [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 ## By topic
#### Alignment #### Alignment

View File

@ -130,7 +130,7 @@
- [Newline used for NUL](#newline-used-for-nul) - [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) ### [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. 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)