You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
539 B
Lua

return {
{
"catppuccin/nvim",
name = "catppuccin",
opts = {
styles = {
comments = { "italic" },
},
integrations = {
navic = {
custom_bg = "#181825",
},
},
custom_highlights = function(c)
return {
["@parameter"] = { style = {} },
["@conditional"] = { style = {} },
Conditional = { style = {} },
["@namespace"] = { style = {} },
MiniIndentscopeSymbol = { fg = c.pink },
}
end,
},
},
}