From 67d09890514ecbaed3df1d9be1f7ca438eabef14 Mon Sep 17 00:00:00 2001
From: shadmansaleh <shadmansaleh3@gmail.com>
Date: Wed, 7 Apr 2021 21:25:02 +0600
Subject: [PATCH] Doc: Mention lightline theme converter

---
 CONTRIBUTING.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index df9f020..43762d5 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -12,6 +12,11 @@ please use lua-format before creating a pr :smile:
 * refer to example below to see how themes are defined
 * take 4 screenshots showing a different vim modes (normal, insert, visual, replace)
 * add your theme with screenshots attached to [THEMES.md](./THEMES.md) while maintaining alphabetical order
+* If the colorscheme you're trying to add already support lightline. You can use
+[lightline2lualine theme converter](https://gist.github.com/shadmansaleh/000871c9a608a012721c6acc6d7a19b9) to easily port the theme to lualine.
+
+**Note to colorscheme authors** : If you want to support lualine. You can put your
+lualine theme at lua/lualine/themes/{your_colorscheme}.lua in you repo.
 
 <details>
 <summary><b>theme example</b></summary>