fix(nvim): telescope bg color

This commit is contained in:
Chen Asraf
2025-10-05 17:47:04 +03:00
parent b8879eeef1
commit ef2f5895fd

View File

@@ -6,6 +6,14 @@ return {
opts = {
flavor = "mocha",
transparent_background = true,
custom_highlights = function(C)
return {
NormalFloat = { bg = "NONE" },
FloatBorder = { bg = "NONE", fg = C.surface1 },
TelescopeNormal = { bg = "NONE" },
TelescopeBorder = { bg = "NONE", fg = C.surface1 },
}
end,
},
config = function(_, opts)
require("catppuccin").setup(opts)