mirror of
https://github.com/mhinz/vim-galore.git
synced 2025-02-24 01:59:28 +08:00
Move colorschemes to PLUGINS.md
This commit is contained in:
parent
8859ee8a18
commit
3af82cfc59
22
PLUGINS.md
22
PLUGINS.md
@ -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
|
||||||
|
22
README.md
22
README.md
@ -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)
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user