From 47c7eee67947f6ac0d6a0d90f7385d0f77d11ec1 Mon Sep 17 00:00:00 2001 From: itchyny Date: Thu, 22 Aug 2013 10:55:37 +0900 Subject: [PATCH] add screen shots --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index b66bc90..1966f56 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,19 @@ # lightline.vim A light and configurable statusline for Vim +### powerline theme (default) +![lightline.vim - powerline - normal](https://raw.github.com/itchyny/lightline.vim/master/image/powerline/1.png) +![lightline.vim - powerline - insert](https://raw.github.com/itchyny/lightline.vim/master/image/powerline/2.png) +![lightline.vim - powerline - visual](https://raw.github.com/itchyny/lightline.vim/master/image/powerline/3.png) +![lightline.vim - powerline - replace](https://raw.github.com/itchyny/lightline.vim/master/image/powerline/4.png) + +### landscape theme + +![lightline.vim - landscape - normal](https://raw.github.com/itchyny/lightline.vim/master/image/landscape/1.png) +![lightline.vim - landscape - insert](https://raw.github.com/itchyny/lightline.vim/master/image/landscape/2.png) +![lightline.vim - landscape - visual](https://raw.github.com/itchyny/lightline.vim/master/image/landscape/3.png) +![lightline.vim - landscape - replace](https://raw.github.com/itchyny/lightline.vim/master/image/landscape/4.png) + ## Author itchyny (https://github.com/itchyny)