return { -- add gruvbox { -- https://github.com/ellisonleao/gruvbox.nvim "ellisonleao/gruvbox.nvim", priority = 1000, --opts = function(_, opts) -- colors = require("gruvbox").get_colors() -- opts.contrast = "" -- opts.overrides = { -- DiagnosticError = { fg = "red", bold = true }, -- DiagnosticWarn = { fg = "#fe8019", bold = true }, -- } -- end opts = { overrides = { Normal = { bg = "#1d2021" }, }, }, }, -- Configure LazyVim to load gruvbox { -- https://github.com/LazyVim/LazyVim "LazyVim/LazyVim", opts = { colorscheme = "gruvbox", }, }, }