Skip to content

Commit

Permalink
Remove vim-airline theme
Browse files Browse the repository at this point in the history
  • Loading branch information
kaicataldo committed Jun 27, 2019
1 parent 46de4d9 commit edfed09
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 52 deletions.
17 changes: 7 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ A port of the [Material](https://github.com/equinusocio/vsc-material-theme) colo
![](https://raw.githubusercontent.com/kaicataldo/material.vim/master/screenshots/material-palenight.png)

## Installation

Using [vim-plug](https://github.com/junegunn/vim-plug) (modify this to work with your Vim package manager of choice):

```vim
Expand Down Expand Up @@ -66,22 +67,16 @@ To turn on italics, configure as follows:
let g:material_terminal_italics = 1
```

### vim-airline & lightline.vim

The included vim-airline and lightline.vim themes will change to match the theme option specified.
### lightline.vim

To use the included [vim-airline](https://github.com/vim-airline/vim-airline) theme:

```vim
let g:airline_theme = 'material'
```

To use the included [lightline.vim](https://github.com/itchyny/lightline.vim) theme:
To use the theme, install [lightline.vim](https://github.com/itchyny/lightline.vim) with your Vim package manager of choice and then add the following to your configuration file:

```vim
let g:lightline = { 'colorscheme': 'material_vim' }
```

The theme will change to match the theme option specified.

Note: The included theme is called `material_vim` because lightline.vim comes with its own version of a material theme (which does not change based on the theme version selected).

### Terminal Color Scheme
Expand All @@ -90,4 +85,6 @@ Corresponding terminal color schemes are included in this repo. You can find the


## Thanks

Thanks to [@equinusocio](https://github.com/equinusocio) for the original Material theme as well as [palenight.vim](https://github.com/drewtempelmeyer/palenight.vim) and [quantum](https://github.com/tyrannicaltoucan/vim-quantum), both of which were of great help when I first started this project.

42 changes: 0 additions & 42 deletions autoload/airline/themes/material.vim

This file was deleted.

0 comments on commit edfed09

Please sign in to comment.