return { -- gruvbox material -- https://github.com/sainnhe/gruvbox-material { "sainnhe/gruvbox-material", lazy = false, priority = 1000, config = function() vim.g.gruvbox_material_transparent_background = 2 end, }, { "webhooked/kanso.nvim", lazy = false, priority = 1000, opts = { transparent = true, }, }, { "vague2k/vague.nvim", lazy = false, priority = 1000, opts = { transparent = true, }, }, { "AlexvZyl/nordic.nvim", lazy = false, priority = 1000, opts = { transparent = { bg = true, float = true, }, }, }, { "catppuccin/nvim", name = "catppuccin", priority = 1000, opts = { transparent_background = true, }, }, { "rose-pine/neovim", name = "rose-pine", priority = 1000, opts = { styles = { transparency = true, }, }, }, { "sainnhe/sonokai", lazy = false, priority = 1000, config = function() vim.g.sonokai_transparent_background = 2 end, }, { "sainnhe/edge", lazy = false, priority = 1000, config = function() vim.g.edge_transparent_background = 2 end, }, { "projekt0n/github-nvim-theme", lazy = false, priority = 1000, config = function() require("github-theme").setup({ options = { transparent = true, }, }) end, }, { "bluz71/vim-moonfly-colors", name = "moonfly", lazy = false, priority = 1000, config = function() vim.g.moonflyTransparent = true end, }, { "miikanissi/modus-themes.nvim", lazy = false, priority = 1000, opts = { transparent = true, line_nr_column_background = false, }, }, { "scottmckendry/cyberdream.nvim", lazy = false, priority = 1000, opts = { transparent = true, }, }, { "folke/tokyonight.nvim", lazy = false, priority = 1000, opts = { transparent = true, }, }, { "LazyVim/LazyVim", opts = { colorscheme = "sonokai", }, }, }