Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rainglow/vim
320+ color themes for VIM.
https://github.com/rainglow/vim
Last synced: 7 days ago
JSON representation
320+ color themes for VIM.
- Host: GitHub
- URL: https://github.com/rainglow/vim
- Owner: rainglow
- License: mit
- Created: 2017-12-23T21:06:44.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-24T18:42:43.000Z (about 6 years ago)
- Last Synced: 2024-11-04T12:40:14.514Z (9 days ago)
- Language: Vim script
- Homepage: https://rainglow.io
- Size: 360 KB
- Stars: 438
- Watchers: 9
- Forks: 19
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## VIM (BETA)
Rainglow is a collection of color themes for a number of different editors and platforms. This repository consists of **320+ syntax and UI themes** for [VIM](http://www.vim.org/).
To show support for the project, you can do any (or many!) of the following:
- [Wear a theme.](https://teespring.com/stores/rainglow)
- [Star the repository.](https://github.com/rainglow/vim/stargazers)
- [Follow me on twitter, and say hi!](https://twitter.com/daylerees)
- [Share on refind.](https://refind.com/daylerees?invite=9125a6f6a7)
- [Share on product hunt.](https://www.producthunt.com/)
- [Buy my books!](https://daylerees.com/books/)
- [Donate via PayPal.](https://paypal.me/daylerees)
- [Donate via Monzo.](https://monzo.me/daylerees)### IMPORTANT
These themes are for GUI VIM only, they don't make sense in 256 colour consoles.
Use something like GVim/MacVim.
These themes are in BETA. Vim is tricky to theme, so please report anything odd! Where possible, provide files that can be used to reproduce the issues you've found.
### Manual Installation
Clone the repository and copy the contents of the 'colors' directory into `~/.vim/colors` or use a plugin
manager like [Plug](https://github.com/junegunn/vim-plug) or [Vundle](https://github.com/VundleVim/Vundle.vim) and add `"rainglow/vim"`
as a plugin.Use the following examples for theme switching by name:
```
colorscheme bold
colorscheme bold-contrast
colorscheme bold-light
```**Suggested settings:**
```
set number
set linespace=3
set guifont=Fira\ Code:h12
set cursorline
```### Useful Information
This project is an evolution of my colour schemes project found at [https://github.com/daylerees/colour-schemes](https://github.com/daylerees/colour-schemes). Peacock was the first ever theme. I created it to try and find something to use other than Monokai. It's now a favourite for many users!
If you'd like to report a bug with one of the color schemes, please raise an issue on the repository rather than submitting a pull request. This is because the themes run through a generation process, and editing the themes directly is not advised!
Have a wonderful day!
Dayle.