add fold highlighting

This commit is contained in:
Andrzej Stepien 2024-03-20 11:30:47 +01:00
parent a227d79da4
commit c830f956be
1 changed files with 63 additions and 63 deletions

View File

@ -56,7 +56,7 @@ require("rose-pine").setup({
highlight_groups = { highlight_groups = {
-- Comment = { fg = "foam" }, -- Comment = { fg = "foam" },
-- VertSplit = { fg = "muted", bg = "muted" }, -- VertSplit = { fg = "muted", bg = "muted" },
Folded = { fg = "muted", bg = "rose" } Folded = { fg = "foam", bg = "highlight_med" },
}, },
before_highlight = function(group, highlight, palette) before_highlight = function(group, highlight, palette)