addet transparent cyberdream
This commit is contained in:
parent
eb86a05ccc
commit
c3e4a1d4dd
2 changed files with 17 additions and 7 deletions
|
@ -1,14 +1,24 @@
|
|||
return {
|
||||
{ "folke/tokyonight.nvim" },
|
||||
-- { "catppuccin/nvim", name = "catppuccin" },
|
||||
{ "rose-pine/neovim" , name = "rose-pine" },
|
||||
{ "rose-pine/neovim", name = "rose-pine" },
|
||||
{ "AlexvZyl/nordic.nvim" },
|
||||
{ "eldritch-theme/eldritch.nvim" },
|
||||
{ "sainnhe/sonokai" },
|
||||
{
|
||||
"xero/miasma.nvim",
|
||||
lazy = false,
|
||||
},
|
||||
{ "sainnhe/sonokai" },
|
||||
{
|
||||
"scottmckendry/cyberdream.nvim",
|
||||
name = "cyberdream",
|
||||
lazy = false,
|
||||
opts = {
|
||||
transparent = true,
|
||||
hide_fillchars = true,
|
||||
terminal_colors = true,
|
||||
},
|
||||
},
|
||||
{
|
||||
"xero/miasma.nvim",
|
||||
lazy = false,
|
||||
},
|
||||
{
|
||||
"ribru17/bamboo.nvim",
|
||||
config = function()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue