feat: palette overrides

This commit is contained in:
jostaub 2024-08-02 16:15:45 +02:00
commit 0a1cc638eb
3 changed files with 35 additions and 0 deletions

View file

@ -100,6 +100,16 @@ require("rose-pine").setup({
h6 = "foam",
},
pallet = {
-- override (or append) default color palette of specified variants
-- moon = {
-- base = '#18191a',
-- overlay = '#363738',
-- },
--
-- use "all" instead of variant name to override colors in all variants
},
highlight_groups = {
-- Comment = { fg = "foam" },
-- VertSplit = { fg = "muted", bg = "muted" },