Made with lush.
With lazy:
{ "augustunderground/nocolor.nvim" }Or any other plugin manager.
No need to setup(), just
vim.cmd.colorscheme("nocolor")or
colorscheme nocolorDynamic lualine theme.
local nocolor = require("nocolor.lualine")
require("lualine").setup({ options = { theme = nocolor }})Explicity overwrites the highlight groups in:
Switch between light and dark mode on the fly with the :Light and :Dark
commands, or toggle with :LightSwitch.

