Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miyakogi/slateblue.vim
Vim colorscheme based on slate.
https://github.com/miyakogi/slateblue.vim
Last synced: 6 days ago
JSON representation
Vim colorscheme based on slate.
- Host: GitHub
- URL: https://github.com/miyakogi/slateblue.vim
- Owner: miyakogi
- Created: 2014-01-26T06:24:21.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-11T07:50:04.000Z (almost 10 years ago)
- Last Synced: 2023-08-01T13:23:46.524Z (over 1 year ago)
- Language: VimL
- Size: 371 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
slateblue.vim
=============This is a Vim colorscheme based on "slate" colorscheme.
Screenshots
-----------### C
With [vim-indent-guides](https://github.com/nathanaelkane/vim-indent-guides) and [lightline.vim](https://github.com/itchyny/lightline.vim)![C](./images/c_nor.png "With C")
### Python
With [vim-indent-guides](https://github.com/nathanaelkane/vim-indent-guides), [lightline.vim](https://github.com/itchyny/lightline.vim), and [rainbow_parenatheses.vim](https://github.com/vim-scripts/rainbow_parentheses.vim)![Python](./images/py.png "With python")
### HTML
With [lightline.vim](https://github.com/itchyny/lightline.vim)![HTML](./images/html.png "With HTML")
Installation
------------If you are a NeoBundle user, you can install this colorscheme by adding the below line in your vimrc and restart vim.
```vim
NeoBundle 'miyakogi/slateblue.vim'
```Then execute `:NeoBundleInstall`.
Now you can use this colorscheme, check `:colorscheme slateblue`.