aboutsummaryrefslogtreecommitdiff
path: root/vim/.vim/plugged/wal.vim/README.md
blob: 09b52ce985b0461cb583116f744a8975a8361e3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# wal.vim

[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE.md)

A vim colorscheme for use with **[pywal](https://github.com/dylanaraps/pywal)**.


## Installation

```vim
" Using plug
Plug 'dylanaraps/wal.vim'

colorscheme wal
```