if vim.fn.has("termguicolors") and not os.getenv("TERM") ~= "linux" then vim.cmd("colo mellow") else vim.cmd("colo default") end