-
Notifications
You must be signed in to change notification settings - Fork 34
Get palette colors #12
Copy link
Copy link
Open
Description
Is there a function to easily get the current palette's colors? For example, with catppuccin, there's the get_palette function:
local flavor = vim.g.catppuccin_flavour
local C = require("catppuccin.palettes").get_palette(flavor)And then you can easily retrieve a color's hex value:
local green = C.greenReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels