mirror of
https://github.com/chenasraf/dotfiles.git
synced 2026-05-18 01:29:06 +00:00
fix(nvim): telescope bg color
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user