An open API service indexing awesome lists of open source software.

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

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.

![image](https://user-images.githubusercontent.com/50593529/99178611-de469780-274f-11eb-8b28-07eee7a2347e.png)

### Installation
#### vim-plug
```
Plug 'issadarkthing/vim-rex'
```
#### vundle
```
Plugin 'issadarkthing/vim-rex'
```

After installing the package, add this to your `init.vim`:
```
colorscheme rex
```