add transparent background
This commit is contained in:
parent
a73d7ba797
commit
a1ac1c98b6
|
@ -1,9 +1,15 @@
|
||||||
return {
|
return {
|
||||||
-- Add the community repository of plugin specifications
|
-- Add the community repository of plugin specifications
|
||||||
"AstroNvim/astrocommunity",
|
"AstroNvim/astrocommunity",
|
||||||
-- example of imporing a plugin, comment out to use it or add your own
|
-- example of imporing a plugin, comment out to use it or add your own
|
||||||
-- available plugins can be found at https://github.com/AstroNvim/astrocommunity
|
-- available plugins can be found at https://github.com/AstroNvim/astrocommunity
|
||||||
|
|
||||||
{ import = "astrocommunity.colorscheme.catppuccin" },
|
{ import = "astrocommunity.colorscheme.catppuccin" },
|
||||||
-- { import = "astrocommunity.completion.copilot-lua-cmp" },
|
{
|
||||||
|
"catppuccin",
|
||||||
|
opts = {
|
||||||
|
transparent_background = true,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
-- { import = "astrocommunity.completion.copilot-lua-cmp" },
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue