feat(nvim): use nvchad catppuccin theme

This commit is contained in:
Sergio Laín 2025-07-31 20:13:09 +02:00
parent b0cb008127
commit fc203fa00a
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438

View file

@ -14,30 +14,10 @@ return {
dark = "macchiato",
},
term_colors = true,
custom_highlights = function()
return {
Visual = { bg = palette.surface2 },
FloatermBorder = { fg = palette.base },
TelescopeMatching = { fg = palette.blue },
TelescopeSelection = { fg = palette.text, bg = palette.surface0, bold = true },
TelescopePromptPrefix = { bg = palette.surface0 },
TelescopePromptNormal = { bg = palette.surface0 },
TelescopeResultsNormal = { bg = palette.mantle },
TelescopePreviewNormal = { bg = palette.mantle },
TelescopePromptBorder = { bg = palette.surface0, fg = palette.surface0 },
TelescopeResultsBorder = { bg = palette.mantle, fg = palette.mantle },
TelescopePreviewBorder = { bg = palette.mantle, fg = palette.mantle },
TelescopePromptTitle = { bg = palette.red, fg = palette.mantle },
TelescopeResultsTitle = { fg = palette.mantle },
TelescopePreviewTitle = { bg = palette.green, fg = palette.mantle },
}
end,
auto_integrations = true,
integrations = {
snacks = {
enabled = true,
picker_style = "nvchad_outlined",
},
float = {
transparent = true, -- enables transparency on floating windows
solid = true, -- use nvchad styling for floating windows
},
},
},