return { { "catppuccin/nvim", name = "catppuccin", lazy = true, opts = function() return { flavor = "frappe", transparent_background = true, } end, }, { "tokyonight.nvim", lazy = true, opts = function() return { transparent = true, } end, }, { "shaunsingh/nord.nvim", lazy = true, }, { "AlexvZyl/nordic.nvim", lazy = true, opts = function() return { transparent = { bg = true, }, } end, }, { "LazyVim/LazyVim", opts = { colorscheme = "nordic", }, }, }