rktjmp / lush.nvim

Create Neovim themes with real-time feedback, export anywhere.
MIT License
1.45k stars 47 forks source link

Doesn't work for some groups (Comment, Type, etc) #5

Closed heapslip closed 3 years ago

heapslip commented 3 years ago

Thanks for the great work, this is very nice! Most of the groups work and are highlighted correctly, however some of them (Comment, Type, Statement, others) are not. There's nothing overriding them, so it must be something from neovim.

Sample:

local theme = lush(function()
    return {
        Comment {fg = lush.hsl(20, 20, 20)},
    }
end)

All groups are highlighted just fine when calling :Lushify. Can anyone replicate?

NVIM v0.5.0-897-gd80f262f8

heapslip commented 3 years ago

it works fine, I didn't RTFM on setting g:colors_name