return { "navarasu/onedark.nvim", lazy = false, priority = 1000, opts = { style = "dark", transparent = false, }, config = function(_, opts) local theme = require("onedark") theme.setup(opts) theme.load() end, }