add fold highlighting
This commit is contained in:
parent
a227d79da4
commit
c830f956be
|
@ -56,7 +56,7 @@ require("rose-pine").setup({
|
|||
highlight_groups = {
|
||||
-- Comment = { fg = "foam" },
|
||||
-- VertSplit = { fg = "muted", bg = "muted" },
|
||||
Folded = { fg = "muted", bg = "rose" }
|
||||
Folded = { fg = "foam", bg = "highlight_med" },
|
||||
},
|
||||
|
||||
before_highlight = function(group, highlight, palette)
|
||||
|
|
Loading…
Reference in New Issue