paper-tonic/README.tpl.md

39 lines
910 B
Markdown
Raw Normal View History

2019-05-01 14:51:42 +00:00
# Name of your colorscheme
Here goes your elevator pitch for your colorscheme.
## Requirements
This colorscheme should be accepted by any Vim build or version on any platform without throwing any error but it is specifically designed with the following environments in mind…
### Color terminals capable of displaying 8 colors
### Color terminals capable of displaying 16 colors
### Color terminals capable of displaying 256 colors
### Color terminals capable of displaying "true colors"
### GUI Vim (GVim, MacVim)
## Installation
2019-05-01 14:54:12 +00:00
### With a runtimepath manager
2019-05-01 14:51:42 +00:00
2019-05-01 14:54:12 +00:00
Follow your runtimepath manager's instructions.
2019-05-01 14:51:42 +00:00
### With a plugin manager
Follow your plugin manager's instructions.
### Manually
2019-05-01 14:54:12 +00:00
Move `colors/$COLORSCHEME_NAME.vim` to:
* `$HOME/.vim/colors/$COLORSCHEME_NAME.vim` on UNIX-like systems,
* `$HOME\vimfiles\colors\$COLORSCHEME_NAME.vim` on Windows.
2019-05-01 14:51:42 +00:00
## Hacking
## Acknowledgements