Iron-E / nvim-highlite

A colorscheme generator that is "lite" on logic for the developer.
Other
240 stars 33 forks source link

add(README): coloscheme examples #16

Closed 0oAstro closed 3 years ago

0oAstro commented 3 years ago

First of all, thanks for this awesome blazing fast plugin :).

I have added two colorscheme examples built using nvim-highlite

Iron-E commented 3 years ago

Thank you for the kind words contribution! I should probably add nvim-soluarized as well.

If you find any others, be sure to let me know 🙂

Iron-E commented 3 years ago

Hey @NarutoXY, was gonna open an issue in the repo to tell you something but issues are disabled. You can remove lua/highlite.lua and use lua/nord.lua for your intents and purposes, since they are the same file. It'll reduce the chance of the highlighting libs getting out of sync with each other and reduce the filesize of the repo.

Just change require(vim.g.colors_name) at the bottom of each colors/foo.lua to require('nord') after and you'll be good ;)