lua << EOF vim.opt.background = 'dark' if vim.opt.termguicolors:get() then vim.g.colors_name = 'lush' require('lush')(require('colors')) end EOF