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

https://github.com/sbdchd/airline-steve

:volcano: A theme for vim-airline.
https://github.com/sbdchd/airline-steve

Last synced: 4 months ago
JSON representation

:volcano: A theme for vim-airline.

Awesome Lists containing this project

README

          

# airline-steve

A theme for [vim-airline](https://github.com/vim-airline/vim-airline).

This is based off of the
[hybrid](https://github.com/vim-airline/vim-airline-themes/blob/master/autoload/airline/themes/hybrid.vim),
[jellybeans](https://github.com/vim-airline/vim-airline-themes/blob/master/autoload/airline/themes/jellybeans.vim),
and
[lucius](https://github.com/vim-airline/vim-airline-themes/blob/master/autoload/airline/themes/lucius.vim)
themes.

It should ideally be paired with the [hybrid](https://github.com/w0ng/vim-hybrid) color scheme.

## Install

*Note:* This color scheme depends on vim-airline.

[vim-plug](https://github.com/junegunn/vim-plug)

```vimscript
Plug 'sbdchd/airline-steve'
```

manually

```bash
git clone https://github.com/sbdchd/airline-steve airline-steve && \
cd airline-steve && \
mv airline-steve ~/.vim/autoload/airline/themes
```