return { { "neanias/everforest-nvim", priority = 1000, config = function() require("everforest").setup({ on_highlights = function(hl, palette) hl.CursorLineNr = { fg = palette.yellow, bg = palette.none} end, }) vim.cmd.colorscheme "everforest" end } } -- return { -- { -- "ellisonleao/gruvbox.nvim", -- priority = 1000, -- config = function() -- require("gruvbox").setup({ -- transparent_mode = true, -- overrides = { -- CursorLineNr = {bg = ""} -- } -- }) -- vim.cmd.colorscheme "gruvbox" -- end -- } -- } -- -- return { -- { -- "catppuccin/nvim", -- priority = 1000, -- config = function() -- require("catppuccin").setup({ -- transparent_background = true, -- }) -- vim.cmd.colorscheme "catppuccin" -- end -- } -- }