arturgoms / moonbow.nvim

Moonbow is a theme for nvim inspired by Gruvbox and Ayu dark
MIT License
97 stars 6 forks source link

Lualine support #1

Closed illegitimate-egg closed 1 year ago

illegitimate-egg commented 1 year ago

Lua line doesn't look to good with this theme, could you add support for it? image

illegitimate-egg commented 1 year ago

Also this theme shits itself if you reload your init.lua

illegitimate-egg commented 1 year ago

image

arturgoms commented 1 year ago

I'll keep the lualine issue support open but the other one is duplicated at #4

illegitimate-egg commented 1 year ago

Alright

arturgoms commented 1 year ago

Hey @illegitimate-egg, i just added a PR to lualine adding this theme to the list of supported themes. You can check here https://github.com/nvim-lualine/lualine.nvim/pull/966 when they merged.

If you want to test before they merge you can use my fork of lualine that contains only the new theme as addiction. https://github.com/arturgoms/lualine.nvim

Remember that you need to add

 options = { theme = "moonbow" } }

to the setup of lualine

illegitimate-egg commented 1 year ago

Awesome! thanks