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.
- Host: GitHub
- URL: https://github.com/sbdchd/airline-steve
- Owner: sbdchd
- License: bsd-2-clause
- Created: 2015-12-21T01:36:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-29T14:23:25.000Z (almost 10 years ago)
- Last Synced: 2025-12-14T12:59:29.554Z (6 months ago)
- Language: VimL
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```