You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, apologies for the delay. It's a bit of a roundabout process, but this could work:
localeverforest=require("everforest")
localcolours=require("everforest.colours")
-- Instead of `everforest.config`, you can add in your own config here by using-- `everforest.setup({ show_eob = false)` before you generate the palette.localpalette=colours.generate_palette(everforest.config, vim.o.background)
localgreen=palette.green
Is there a function to easily get the current palette's colors? For example, with
catppuccin
, there's theget_palette
function:And then you can easily retrieve a color's hex value:
The text was updated successfully, but these errors were encountered: