mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-05-21 08:02:47 +00:00
35 lines
761 B
Markdown
35 lines
761 B
Markdown
---
|
|
title: vim-airline-themes
|
|
homepage: https://github.com/vim-airline/vim-airline-themes
|
|
tagline: |
|
|
vim-airline-themes are the 1st-party themes for vim-airline
|
|
---
|
|
|
|
To update (replacing the current version) run `webi vim-airline-themes`.
|
|
|
|
### Files
|
|
|
|
These are the files / directories that are created and/or modified with this
|
|
install:
|
|
|
|
```text
|
|
~/.vimrc
|
|
~/.vim/plugins/airline.vim
|
|
~/.vim/pack/plugins/start/vim-airline-themes/
|
|
```
|
|
|
|
## Cheat Sheet
|
|
|
|
> The official themes for vim-airline.
|
|
|
|
Adds the theme selection to `~/.vim/plugins/airline.vim` \
|
|
(see [vim-airline](../vim-airline/)).
|
|
|
|
```vim
|
|
let g:airline_theme='simple'
|
|
```
|
|
|
|
See
|
|
[github.com/vim-airline/vim-airline-themes](https://github.com/vim-airline/vim-airline-themes)
|
|
for a list of available themes.
|