neanias / everforest-nvim

A Lua port of the Everforest colour scheme
233 stars 15 forks source link

feat: Add option for custom palette in config #11

Closed jacobshu closed 1 year ago

jacobshu commented 1 year ago

Closes #10

Checks for palette in config and extends the returned palette.

As is, the keys of the custom palette would have to match the naming of the default palette and wouldn't support the hard/medium/soft variations. I'm open to adding that if you recommend.

neanias commented 1 year ago

Hi, there. Thanks for opening this PR! I'm actually going to approach this in a slightly different way — using the same style as the on_highlights option function.

neanias commented 1 year ago

Addressed in bca7355009ec2b8ed0112f2fb03970e10cd9ea8b

jacobshu commented 1 year ago

Perfect, thanks!