https://github.com/raziman18/vim-rex
Personal vim colorscheme
https://github.com/raziman18/vim-rex
colorscheme vim
Last synced: 9 months ago
JSON representation
Personal vim colorscheme
- Host: GitHub
- URL: https://github.com/raziman18/vim-rex
- Owner: raziman18
- License: lgpl-3.0
- Created: 2020-11-01T04:17:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-17T14:15:14.000Z (over 3 years ago)
- Last Synced: 2025-10-07T22:48:15.001Z (9 months ago)
- Topics: colorscheme, vim
- Language: Vim Script
- Homepage:
- Size: 21.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Rex
This colorscheme is ported from
[vim-gotham](https://github.com/whatyouhide/vim-gotham). It has been modified to
suit my taste and also it is faster than the original colorscheme.

### Installation
#### vim-plug
```
Plug 'issadarkthing/vim-rex'
```
#### vundle
```
Plugin 'issadarkthing/vim-rex'
```
After installing the package, add this to your `init.vim`:
```
colorscheme rex
```