Doc: Mention lightline theme converter

This commit is contained in:
shadmansaleh 2021-04-07 21:25:02 +06:00
parent f2d9d14671
commit 67d0989051
1 changed files with 5 additions and 0 deletions

View File

@ -12,6 +12,11 @@ please use lua-format before creating a pr :smile:
* refer to example below to see how themes are defined * refer to example below to see how themes are defined
* take 4 screenshots showing a different vim modes (normal, insert, visual, replace) * 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 * 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> <details>
<summary><b>theme example</b></summary> <summary><b>theme example</b></summary>