diff --git a/README.md b/README.md
index 8db2b40..bd4c369 100644
--- a/README.md
+++ b/README.md
@@ -35,6 +35,7 @@
## Supported Plugins Color⛏
- [✔] Markdown https://github.com/plasticboy/vim-markdown
+- [✔] lightline.vim https://github.com/itchyny/lightline.vim
- [✔] NERDTree https://github.com/preservim/nerdtree
- [✔] NERDTree + vim-devicons https://github.com/ryanoasis/vim-devicons
- [✔] dart-vim-plugin https://github.com/dart-lang/dart-vim-plugin
@@ -126,6 +127,20 @@ https://github.com/plasticboy/vim-markdown
+### lightline.vim
+
+https://github.com/itchyny/lightline.vim
+
+If you use lightline.vim, you can write the below code in your .vimrc and use shirotelin colorscheme on lightline!
+
+```vim
+let g:lightline = {
+ \ 'colorscheme': 'shirotelin',
+ \ }
+```
+
+
+
### NERDTree
https://github.com/scrooloose/nerdtree
diff --git a/images/lightline.png b/images/lightline.png
new file mode 100644
index 0000000..3298a3f
Binary files /dev/null and b/images/lightline.png differ